@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/43796> foaf:primaryTopic <album/43796#subject> .

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

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

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

<artist/225#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/43796#subject> ;
    schema:name "Noriko Matsueda"@en,
        "松枝賀子"@ja ;
    foaf:made <album/43796#composition>,
        <album/43796#subject> ;
    foaf:name "Noriko Matsueda"@en,
        "松枝賀子"@ja .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/43796#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/43796#composition>,
        <album/43796#subject> ;
    foaf:name "Nobuo Uematsu"@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 .

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

<org/1017#subject> schema:name "Joypad Records"@en,
        "Joypad Records"@ja,
        "Joypad Records"@ja-latn ;
    foaf:name "Joypad Records"@en,
        "Joypad Records"@ja,
        "Joypad Records"@ja-latn .

<https://media.vgm.io/albums/69/43796/43796-1390027839.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/43796#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/69/43796/43796-1390027839.png> ;
    foaf:depicts <album/43796#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/69/43796/43796-1390027839.png> .

<https://medium-media.vgm.io/albums/69/43796/43796-1390027839.png> a schema:ImageObject,
        foaf:Image .

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

<artist/16248#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43796#performance> ;
    schema:name "Marc Papeghin"@en ;
    foaf:name "Marc Papeghin"@en .

<artist/58827#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43796#performance> ;
    schema:name "The Blake Robinson Synthetic Orchestra"@en ;
    foaf:name "The Blake Robinson Synthetic Orchestra"@en .

<album/43796#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Chrono Trigger Symphony Volume 3"@en,
        "Chrono Trigger Symphony Volume 3"@ja,
        "Chrono Trigger Symphony Volume 3"@ja-latn ;
    mo:composer <artist/146#subject>,
        <artist/225#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/43796#musicalwork> ;
    schema:name "Chrono Trigger Symphony Volume 3"@en,
        "Chrono Trigger Symphony Volume 3"@ja,
        "Chrono Trigger Symphony Volume 3"@ja-latn .

<album/43796#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Chrono Trigger Symphony Volume 3"@en,
        "Chrono Trigger Symphony Volume 3"@ja,
        "Chrono Trigger Symphony Volume 3"@ja-latn ;
    mo:performance_of <album/43796#musicalwork> ;
    mo:performer _:N6a553692619a4b02a24e244e03db3fba,
        _:Nb446f9d3dbb94c6f86cfcbe8998eec3c,
        <artist/16248#subject>,
        <artist/58827#subject> ;
    mo:recorded_as <album/43796#musicalexpression> ;
    schema:byArtist _:N6a553692619a4b02a24e244e03db3fba,
        _:Nb446f9d3dbb94c6f86cfcbe8998eec3c,
        <artist/16248#subject>,
        <artist/58827#subject> ;
    schema:name "Chrono Trigger Symphony Volume 3"@en,
        "Chrono Trigger Symphony Volume 3"@ja,
        "Chrono Trigger Symphony Volume 3"@ja-latn ;
    schema:workPerformed <album/43796#musicalwork> .

<album/43796#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-01-30"^^xsd:date ;
    dcterms:title "Chrono Trigger Symphony Volume 3"@en,
        "Chrono Trigger Symphony Volume 3"@ja,
        "Chrono Trigger Symphony Volume 3"@ja-latn ;
    mo:catalogue_number "LOUDR-2064" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/43796#musicalexpression> ;
    mo:publisher <org/1017#subject> ;
    mo:record _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    mo:record_count 1 ;
    schema:about <product/194#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Nirrepwn"@en ;
            foaf:name "Nirrepwn"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Steve Riley"@en ;
            foaf:name "Steve Riley"@en ],
        <artist/16248#subject>,
        <artist/58827#subject> ;
    schema:datePublished "2014-01-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/69/43796/43796-1390027839.png> ;
    schema:name "Chrono Trigger Symphony Volume 3"@en,
        "Chrono Trigger Symphony Volume 3"@ja,
        "Chrono Trigger Symphony Volume 3"@ja-latn ;
    schema:publisher <org/1017#subject> ;
    foaf:depiction <https://media.vgm.io/albums/69/43796/43796-1390027839.png> .

_:N0a13dafafa1e48fc9f688000d385282a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Black Omen"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Black Omen"@en .

_:N2f2208b76cdf49f7acf9c751bab9d3d3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Determination"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Determination"@en .

_:N642c991ce6fb451ba3e45f4f01b55a0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Depths of the Night"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Depths of the Night"@en .

_:N64ff25d5634542bcbf92305f1ce83c92 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schala's Theme"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Schala's Theme"@en .

_:N692c4c987eba4bb5bc35677ee4d6605b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Final Battle"@en ;
    mo:track_number 14 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "The Final Battle"@en .

_:N6a553692619a4b02a24e244e03db3fba a schema:Person,
        foaf:Person ;
    mo:performed <album/43796#performance> ;
    schema:name "Nirrepwn"@en ;
    foaf:name "Nirrepwn"@en .

_:N6d93799bc6d74814b8e902a0f3bc53e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Epoch - Wings of Time"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "The Epoch - Wings of Time"@en .

_:N840bde451f7b41dfb5dd196460c5ed43 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "World Revolution"@en ;
    mo:track_number 13 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "World Revolution"@en .

_:N8f24ac85e749408d9fd06ed080a8cf11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corridor of Time"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Corridor of Time"@en .

_:N908fbcdbbade4c879614bde68983bc45 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epilogue - To My Dear Friends"@en ;
    mo:track_number 16 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Epilogue - To My Dear Friends"@en .

_:N90caf6d8d6fb4f06b78479f1f156d258 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Singing Mountain"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Singing Mountain"@en .

_:N9df425676c9e44ff810b79b444998d25 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ocean Palace"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Ocean Palace"@en .

_:Naed21c4bf7af46cc9d01a1bf54fe8eec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Festival of Stars"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Festival of Stars"@en .

_:Nb446f9d3dbb94c6f86cfcbe8998eec3c a schema:Person,
        foaf:Person ;
    mo:performed <album/43796#performance> ;
    schema:name "Steve Riley"@en ;
    foaf:name "Steve Riley"@en .

_:Nb5a73e288d0140ef86ea86c8e1d3e2a4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sealed Door"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Sealed Door"@en .

_:Nd418bdd74275467c999ee312ee5c5f6a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zeal Palace"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Zeal Palace"@en .

_:Nd5bb303e4613414f8dc6a1fd971880a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tyrano Lair"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Tyrano Lair"@en .

_:Nd84437e3ac444378b2d1b234ce4a2e34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chrono & Marle - A Distant Promise"@en ;
    mo:track_number 9 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Chrono & Marle - A Distant Promise"@en .

_:Ne00d238fff394c9f813aaa40bc0207d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Outskirts of Time"@en ;
    mo:track_number 17 ;
    schema:duration "PT5:31"^^xsd:interval ;
    schema:inPlaylist _:N7b0795cc2c384b0bac87a4af3f9167ce ;
    schema:name "Outskirts of Time"@en .

_:N7b0795cc2c384b0bac87a4af3f9167ce a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0a13dafafa1e48fc9f688000d385282a,
        _:N2f2208b76cdf49f7acf9c751bab9d3d3,
        _:N642c991ce6fb451ba3e45f4f01b55a0e,
        _:N64ff25d5634542bcbf92305f1ce83c92,
        _:N692c4c987eba4bb5bc35677ee4d6605b,
        _:N6d93799bc6d74814b8e902a0f3bc53e8,
        _:N840bde451f7b41dfb5dd196460c5ed43,
        _:N8f24ac85e749408d9fd06ed080a8cf11,
        _:N908fbcdbbade4c879614bde68983bc45,
        _:N90caf6d8d6fb4f06b78479f1f156d258,
        _:N9df425676c9e44ff810b79b444998d25,
        _:Naed21c4bf7af46cc9d01a1bf54fe8eec,
        _:Nb5a73e288d0140ef86ea86c8e1d3e2a4,
        _:Nd418bdd74275467c999ee312ee5c5f6a,
        _:Nd5bb303e4613414f8dc6a1fd971880a8,
        _:Nd84437e3ac444378b2d1b234ce4a2e34,
        _:Ne00d238fff394c9f813aaa40bc0207d5 ;
    mo:track_count 17 ;
    schema:duration "PT42:43"^^xsd:interval ;
    schema:numTracks 17 ;
    schema:track _:N0a13dafafa1e48fc9f688000d385282a,
        _:N2f2208b76cdf49f7acf9c751bab9d3d3,
        _:N642c991ce6fb451ba3e45f4f01b55a0e,
        _:N64ff25d5634542bcbf92305f1ce83c92,
        _:N692c4c987eba4bb5bc35677ee4d6605b,
        _:N6d93799bc6d74814b8e902a0f3bc53e8,
        _:N840bde451f7b41dfb5dd196460c5ed43,
        _:N8f24ac85e749408d9fd06ed080a8cf11,
        _:N908fbcdbbade4c879614bde68983bc45,
        _:N90caf6d8d6fb4f06b78479f1f156d258,
        _:N9df425676c9e44ff810b79b444998d25,
        _:Naed21c4bf7af46cc9d01a1bf54fe8eec,
        _:Nb5a73e288d0140ef86ea86c8e1d3e2a4,
        _:Nd418bdd74275467c999ee312ee5c5f6a,
        _:Nd5bb303e4613414f8dc6a1fd971880a8,
        _:Nd84437e3ac444378b2d1b234ce4a2e34,
        _:Ne00d238fff394c9f813aaa40bc0207d5 .

