@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <//vgmdb.animusic.moe/> .

<album/1491> foaf:primaryTopic <album/1491#subject> .

<album/1491#lyrics> a mo:Lyrics .

<album/1491#vocals> a mo:Singer .

<artist/146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1491#subject> ;
    schema:name "Yasunori Mitsuda"@en,
        "光田康典"@ja ;
    foaf:made <album/1491#composition>,
        <album/1491#subject> ;
    foaf:name "Yasunori Mitsuda"@en,
        "光田康典"@ja .

<product/194#subject> a schema:CreativeWork ;
    schema:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn ;
    foaf:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn .

<product/195#subject> a schema:CreativeWork ;
    schema:name "Chrono Cross"@en,
        "クロノ・クロス"@ja,
        "Chrono Cross"@ja-latn ;
    foaf:name "Chrono Cross"@en,
        "クロノ・クロス"@ja,
        "Chrono Cross"@ja-latn .

<product/369#subject> a schema:CreativeWork ;
    schema:name "Xenogears"@en,
        "ゼノギアス"@ja,
        "Xenogears"@ja-latn ;
    foaf:name "Xenogears"@en,
        "ゼノギアス"@ja,
        "Xenogears"@ja-latn .

<album/1491#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@en,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja-latn ;
    mo:composer <artist/146#subject> ;
    mo:produced_work <album/1491#musicalwork> ;
    schema:name "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@en,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja-latn .

<album/1491#musicalexpression> a mo:Signal ;
    mo:published_as <album/1491#subject> ;
    mo:records <album/1491#performance> .

<org/48#subject> schema:name "OneUp Studios"@en,
        "OneUp Studios"@ja,
        "OneUp Studios"@ja-latn ;
    foaf:name "OneUp Studios"@en,
        "OneUp Studios"@ja,
        "OneUp Studios"@ja-latn .

<https://media.vgm.io/albums/19/1491/1491-0d53ebfed701.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/1491#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/19/1491/1491-0d53ebfed701.jpg> ;
    foaf:depicts <album/1491#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/19/1491/1491-0d53ebfed701.jpg> .

<https://medium-media.vgm.io/albums/19/1491/1491-0d53ebfed701.jpg> a schema:ImageObject,
        foaf:Image .

<album/1491#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/1491#composition> ;
    mo:lyrics <album/1491#lyrics> ;
    mo:performed_in <album/1491#performance> ;
    mo:singer <album/1491#vocals> .

<artist/512#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1491#performance> ;
    schema:name "The OneUp Mushrooms"@en ;
    foaf:name "The OneUp Mushrooms"@en .

<artist/520#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1491#performance> ;
    schema:name "Greg Kennedy"@en ;
    foaf:name "Greg Kennedy"@en .

<album/1491#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@en,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja-latn ;
    mo:performance_of <album/1491#musicalwork> ;
    mo:performer _:Necab4e752e7b4200856be64500175a9a,
        <artist/512#subject>,
        <artist/520#subject> ;
    mo:recorded_as <album/1491#musicalexpression> ;
    schema:byArtist _:Necab4e752e7b4200856be64500175a9a,
        <artist/512#subject>,
        <artist/520#subject> ;
    schema:name "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@en,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja-latn ;
    schema:workPerformed <album/1491#musicalwork> .

<album/1491#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-06-17"^^xsd:date ;
    dcterms:title "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@en,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja-latn ;
    mo:catalogue_number "OUS-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/1491#musicalexpression> ;
    mo:publisher <org/48#subject> ;
    mo:record _:Na964021e09154d73a1b0ec47b02ce133 ;
    mo:record_count 1 ;
    schema:about <product/194#subject>,
        <product/195#subject>,
        <product/369#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Sara Broome"@en ;
            foaf:name "Sara Broome"@en ],
        <artist/512#subject>,
        <artist/520#subject> ;
    schema:datePublished "2003-06-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/19/1491/1491-0d53ebfed701.jpg> ;
    schema:name "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@en,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja,
        "Time & Space - A Tribute to Yasunori Mitsuda (Blue)"@ja-latn ;
    schema:publisher <org/48#subject> ;
    foaf:depiction <https://media.vgm.io/albums/19/1491/1491-0d53ebfed701.jpg> .

_:N052134fd1f2e49cd9e5589d7bf831e28 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Parallelism (The Frozen Flame)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Parallelism (The Frozen Flame)"@en .

_:N05b6237196dc440e96f63efbcdee6eff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Navigation is Key!"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Navigation is Key!"@en .

_:N1eb951fc7faf49c580be313d314d3a2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wings of Time"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Wings of Time"@en .

_:N3f905279244f4829a823ac4868049937 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fields of Time"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Fields of Time"@en .

_:N4d63160989f34069a4900e340ef12ba3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Girl Forgotten by Time"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "The Girl Forgotten by Time"@en .

_:N57c9d7ef558c44c09bee6f0e00bc5c0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Boy Feared by Time"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "The Boy Feared by Time"@en .

_:N5bc3487fcdfa418eb9b0e926106c3517 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dream of Another Time"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Dream of Another Time"@en .

_:N5c2eed38122c43598dabd03e57de4165 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "June Mermaid"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "June Mermaid"@en .

_:N6d43a9a296a3493a9ba6d38dc51c51a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Fighting Priest"@en ;
    mo:track_number 13 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "The Fighting Priest"@en .

_:N808592527d424b7c84af421ae67c34e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gentle Wind"@en ;
    mo:track_number 16 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Gentle Wind"@en .

_:N87f6679779a74ba0af3bf40dcf41b03e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scars Left by Time"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Scars Left by Time"@en .

_:N8fa39b6199ed4597a93785fb48f9c3ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Hero's Judgement"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "A Hero's Judgement"@en .

_:Nb3db1941cfb1485986116fd9dd81b05b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Star Stealing Girl"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Star Stealing Girl"@en .

_:Nb788c379f5c04d07a72b52baf4591adc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Guardian of Time"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Guardian of Time"@en .

_:Nba91d46522ee4b19a9965335a90f851c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Good to be Home"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Good to be Home"@en .

_:Nd94f0136b92e4f488454fb995b419182 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To Good Friends"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "To Good Friends"@en .

_:Ne26bad76b5f541e7974ce0987ef13971 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shake the Heavens"@en ;
    mo:track_number 18 ;
    schema:duration "PT6:14"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Shake the Heavens"@en .

_:Necab4e752e7b4200856be64500175a9a a schema:Person,
        foaf:Person ;
    mo:performed <album/1491#performance> ;
    schema:name "Sara Broome"@en ;
    foaf:name "Sara Broome"@en .

_:Nfca0be810200492dbe5bdd731420cb8d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Star of Hope"@en ;
    mo:track_number 17 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Na964021e09154d73a1b0ec47b02ce133 ;
    schema:name "Star of Hope"@en .

_:Na964021e09154d73a1b0ec47b02ce133 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N052134fd1f2e49cd9e5589d7bf831e28,
        _:N05b6237196dc440e96f63efbcdee6eff,
        _:N1eb951fc7faf49c580be313d314d3a2e,
        _:N3f905279244f4829a823ac4868049937,
        _:N4d63160989f34069a4900e340ef12ba3,
        _:N57c9d7ef558c44c09bee6f0e00bc5c0e,
        _:N5bc3487fcdfa418eb9b0e926106c3517,
        _:N5c2eed38122c43598dabd03e57de4165,
        _:N6d43a9a296a3493a9ba6d38dc51c51a6,
        _:N808592527d424b7c84af421ae67c34e3,
        _:N87f6679779a74ba0af3bf40dcf41b03e,
        _:N8fa39b6199ed4597a93785fb48f9c3ca,
        _:Nb3db1941cfb1485986116fd9dd81b05b,
        _:Nb788c379f5c04d07a72b52baf4591adc,
        _:Nba91d46522ee4b19a9965335a90f851c,
        _:Nd94f0136b92e4f488454fb995b419182,
        _:Ne26bad76b5f541e7974ce0987ef13971,
        _:Nfca0be810200492dbe5bdd731420cb8d ;
    mo:track_count 18 ;
    schema:duration "PT62:32"^^xsd:interval ;
    schema:numTracks 18 ;
    schema:track _:N052134fd1f2e49cd9e5589d7bf831e28,
        _:N05b6237196dc440e96f63efbcdee6eff,
        _:N1eb951fc7faf49c580be313d314d3a2e,
        _:N3f905279244f4829a823ac4868049937,
        _:N4d63160989f34069a4900e340ef12ba3,
        _:N57c9d7ef558c44c09bee6f0e00bc5c0e,
        _:N5bc3487fcdfa418eb9b0e926106c3517,
        _:N5c2eed38122c43598dabd03e57de4165,
        _:N6d43a9a296a3493a9ba6d38dc51c51a6,
        _:N808592527d424b7c84af421ae67c34e3,
        _:N87f6679779a74ba0af3bf40dcf41b03e,
        _:N8fa39b6199ed4597a93785fb48f9c3ca,
        _:Nb3db1941cfb1485986116fd9dd81b05b,
        _:Nb788c379f5c04d07a72b52baf4591adc,
        _:Nba91d46522ee4b19a9965335a90f851c,
        _:Nd94f0136b92e4f488454fb995b419182,
        _:Ne26bad76b5f541e7974ce0987ef13971,
        _:Nfca0be810200492dbe5bdd731420cb8d .

