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

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

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

<album/4245> a mo:Release ;
    mo:catalogue_number "PCCG-00118" .

<artist/114#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123925#subject> ;
    schema:name "Koichi Sugiyama"@en,
        "すぎやまこういち"@ja ;
    foaf:made <album/123925#composition>,
        <album/123925#subject> ;
    foaf:name "Koichi Sugiyama"@en,
        "すぎやまこういち"@ja .

<product/986#subject> a schema:CreativeWork ;
    schema:name "Dragon Quest IV: Chapters of the Chosen"@en,
        "ドラゴンクエストIV: 導かれし者たち"@ja,
        "Dragon Quest IV: Michibikareshi Monotachi"@ja-latn ;
    foaf:name "Dragon Quest IV: Chapters of the Chosen"@en,
        "ドラゴンクエストIV: 導かれし者たち"@ja,
        "Dragon Quest IV: Michibikareshi Monotachi"@ja-latn .

<album/123925#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Symphonic Suite Dragon Quest IV"@en,
        "交響組曲「ドラゴンクエストIV」"@ja,
        "Koukyou Kumikyoku \"Dragon Quest IV\""@ja-latn ;
    mo:composer <artist/114#subject> ;
    mo:produced_work <album/123925#musicalwork> ;
    schema:name "Symphonic Suite Dragon Quest IV"@en,
        "交響組曲「ドラゴンクエストIV」"@ja,
        "Koukyou Kumikyoku \"Dragon Quest IV\""@ja-latn .

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

<org/2244#subject> schema:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn ;
    foaf:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn .

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

<https://medium-media.vgm.io/albums/52/123925/123925-d5361d77347a.png> a schema:ImageObject,
        foaf:Image .

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

<album/123925#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Symphonic Suite Dragon Quest IV"@en,
        "交響組曲「ドラゴンクエストIV」"@ja,
        "Koukyou Kumikyoku \"Dragon Quest IV\""@ja-latn ;
    mo:performance_of <album/123925#musicalwork> ;
    mo:performer <artist/116#subject> ;
    mo:recorded_as <album/123925#musicalexpression> ;
    schema:byArtist <artist/116#subject> ;
    schema:name "Symphonic Suite Dragon Quest IV"@en,
        "交響組曲「ドラゴンクエストIV」"@ja,
        "Koukyou Kumikyoku \"Dragon Quest IV\""@ja-latn ;
    schema:workPerformed <album/123925#musicalwork> .

<artist/116#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/123925#performance> ;
    schema:name "The London Philharmonic"@en ;
    foaf:name "The London Philharmonic"@en .

<album/123925#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1991-02-06"^^xsd:date ;
    dcterms:title "Symphonic Suite Dragon Quest IV"@en,
        "交響組曲「ドラゴンクエストIV」"@ja,
        "Koukyou Kumikyoku \"Dragon Quest IV\""@ja-latn ;
    mo:catalogue_number "PCTG-00054" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/4245> ;
    mo:publication_of <album/123925#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:N9f2e733ed701413e8700ef5b3141e6ca ;
    mo:record_count 1 ;
    schema:about <product/986#subject> ;
    schema:byArtist <artist/116#subject> ;
    schema:datePublished "1991-02-06"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/52/123925/123925-d5361d77347a.png> ;
    schema:name "Symphonic Suite Dragon Quest IV"@en,
        "交響組曲「ドラゴンクエストIV」"@ja,
        "Koukyou Kumikyoku \"Dragon Quest IV\""@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/52/123925/123925-d5361d77347a.png> .

_:N077e2fad39554f7c8d1213c7981c3f3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The End"@en,
        "導かれし者たち～終曲"@ja ;
    mo:track_number 11 ;
    schema:duration "PT5:20"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "The End"@en,
        "導かれし者たち～終曲"@ja .

_:N4c29eb216d0d499f8e2495661792b157 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Homeland ~ Wagon Wheels' March"@en,
        "勇者の故郷～馬車のマーチ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:00"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "Homeland ~ Wagon Wheels' March"@en,
        "勇者の故郷～馬車のマーチ"@ja .

_:N6a77b6cdf65041649a59cd4dd493ca12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle for the Glory"@en,
        "栄光への戦い (戦闘～邪悪なるもの～悪の化身)"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "Battle for the Glory"@en,
        "栄光への戦い (戦闘～邪悪なるもの～悪の化身)"@ja .

_:N748e3e129c404f4d98ab7f36a0f18631 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In a Town"@en,
        "街でのひととき (街～楽しいカジノ～コロシアム～街)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "In a Town"@en,
        "街でのひととき (街～楽しいカジノ～コロシアム～街)"@ja .

_:N8dfbf471e18f40549a6e03bee165d7d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Frightenin' Dungeons ~ Cursed Towers"@en,
        "恐怖の洞窟～呪われし塔"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "Frightenin' Dungeons ~ Cursed Towers"@en,
        "恐怖の洞窟～呪われし塔"@ja .

_:Na7c263ac6ef544a0af12b3481583e2a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Comrades"@en,
        "勇者の仲間たち (間奏曲～戦士はひとり征く～おてんば姫の行進～武器商人トルネコ～ジプシー・ダンス～ジプシーの旅～間奏曲)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT9:51"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "Comrades"@en,
        "勇者の仲間たち (間奏曲～戦士はひとり征く～おてんば姫の行進～武器商人トルネコ～ジプシー・ダンス～ジプシーの旅～間奏曲)"@ja .

_:Nea764c2a67f24d95ba06612a8d4df928 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overture"@en,
        "序曲"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "Overture"@en,
        "序曲"@ja .

_:Nf1a9f4a963e14706ac182cac2f2e0197 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elegy ~ Mysterious Shrine"@en,
        "エレジー～不思議のほこら"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "Elegy ~ Mysterious Shrine"@en,
        "エレジー～不思議のほこら"@ja .

_:Nf86ab22125ca48458d5ada0dcf4dd873 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Balloon's Flight ~ Sea Breeze"@en,
        "のどかな熱気球のたび～海図を広げて"@ja ;
    mo:track_number 8 ;
    schema:duration "PT8:55"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "Balloon's Flight ~ Sea Breeze"@en,
        "のどかな熱気球のたび～海図を広げて"@ja .

_:Nfa3948ffe129436a80d1bed32b8524e2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Menuet"@en,
        "王宮のメヌエット"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "Menuet"@en,
        "王宮のメヌエット"@ja .

_:Nfbf3282f51624897b57c782318002c1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Unknown Castle"@en,
        "謎の城"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N9f2e733ed701413e8700ef5b3141e6ca ;
    schema:name "The Unknown Castle"@en,
        "謎の城"@ja .

_:N9f2e733ed701413e8700ef5b3141e6ca a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N077e2fad39554f7c8d1213c7981c3f3a,
        _:N4c29eb216d0d499f8e2495661792b157,
        _:N6a77b6cdf65041649a59cd4dd493ca12,
        _:N748e3e129c404f4d98ab7f36a0f18631,
        _:N8dfbf471e18f40549a6e03bee165d7d5,
        _:Na7c263ac6ef544a0af12b3481583e2a5,
        _:Nea764c2a67f24d95ba06612a8d4df928,
        _:Nf1a9f4a963e14706ac182cac2f2e0197,
        _:Nf86ab22125ca48458d5ada0dcf4dd873,
        _:Nfa3948ffe129436a80d1bed32b8524e2,
        _:Nfbf3282f51624897b57c782318002c1c ;
    mo:track_count 11 ;
    schema:duration "PT26:38"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N077e2fad39554f7c8d1213c7981c3f3a,
        _:N4c29eb216d0d499f8e2495661792b157,
        _:N6a77b6cdf65041649a59cd4dd493ca12,
        _:N748e3e129c404f4d98ab7f36a0f18631,
        _:N8dfbf471e18f40549a6e03bee165d7d5,
        _:Na7c263ac6ef544a0af12b3481583e2a5,
        _:Nea764c2a67f24d95ba06612a8d4df928,
        _:Nf1a9f4a963e14706ac182cac2f2e0197,
        _:Nf86ab22125ca48458d5ada0dcf4dd873,
        _:Nfa3948ffe129436a80d1bed32b8524e2,
        _:Nfbf3282f51624897b57c782318002c1c .

