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

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

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

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

<product/988#subject> a schema:CreativeWork ;
    schema:name "Dragon Quest VI: Realms of Revelation"@en,
        "ドラゴンクエストVI: 幻の大地"@ja,
        "Dragon Quest VI: Maboroshi no Daichi"@ja-latn ;
    foaf:name "Dragon Quest VI: Realms of Revelation"@en,
        "ドラゴンクエストVI: 幻の大地"@ja,
        "Dragon Quest VI: Maboroshi no Daichi"@ja-latn .

<album/789#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "CD Theater Dragon Quest VI Volume 1"@en,
        "CDシアター ドラゴンクエスト VI Volume 1"@ja,
        "CD Theater Dragon Quest VI Volume 1"@ja-latn ;
    mo:composer <artist/114#subject> ;
    mo:produced_work <album/789#musicalwork> ;
    schema:name "CD Theater Dragon Quest VI Volume 1"@en,
        "CDシアター ドラゴンクエスト VI Volume 1"@ja,
        "CD Theater Dragon Quest VI Volume 1"@ja-latn .

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

<album/789#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "CD Theater Dragon Quest VI Volume 1"@en,
        "CDシアター ドラゴンクエスト VI Volume 1"@ja,
        "CD Theater Dragon Quest VI Volume 1"@ja-latn ;
    mo:performance_of <album/789#musicalwork> ;
    mo:recorded_as <album/789#musicalexpression> ;
    schema:name "CD Theater Dragon Quest VI Volume 1"@en,
        "CDシアター ドラゴンクエスト VI Volume 1"@ja,
        "CD Theater Dragon Quest VI Volume 1"@ja-latn ;
    schema:workPerformed <album/789#musicalwork> .

<org/141#subject> schema:name "Enix"@en,
        "株式会社エニックス"@ja,
        "Enix"@ja-latn ;
    foaf:name "Enix"@en,
        "株式会社エニックス"@ja,
        "Enix"@ja-latn .

<https://media.vgm.io/albums/98/789/789-1238423058.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/789#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/98/789/789-1238423058.jpg> ;
    foaf:depicts <album/789#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/98/789/789-1238423058.jpg> .

<https://medium-media.vgm.io/albums/98/789/789-1238423058.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/789#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-10-20"^^xsd:date ;
    dcterms:title "CD Theater Dragon Quest VI Volume 1"@en,
        "CDシアター ドラゴンクエスト VI Volume 1"@ja,
        "CD Theater Dragon Quest VI Volume 1"@ja-latn ;
    mo:catalogue_number "ECD-012" ;
    mo:media_type "CD" ;
    mo:publication_of <album/789#musicalexpression> ;
    mo:publisher <org/141#subject> ;
    mo:record _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    mo:record_count 1 ;
    schema:about <product/988#subject> ;
    schema:datePublished "1996-10-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/98/789/789-1238423058.jpg> ;
    schema:name "CD Theater Dragon Quest VI Volume 1"@en,
        "CDシアター ドラゴンクエスト VI Volume 1"@ja,
        "CD Theater Dragon Quest VI Volume 1"@ja-latn ;
    schema:publisher <org/141#subject> ;
    foaf:depiction <https://media.vgm.io/albums/98/789/789-1238423058.jpg> .

_:N191abbce75a441419e6da951caa717bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overture"@en,
        "序章"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Overture"@en,
        "序章"@ja .

_:N1b12c06184f849529fce64c7ab51c9b7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trick Castle"@en,
        "地底魔城"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Trick Castle"@en,
        "地底魔城"@ja .

_:N42fbfeaecd2749dfb8cdc29b74ccdc63 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tower of Moon Mirror"@en,
        "月鏡の塔"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:41"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Tower of Moon Mirror"@en,
        "月鏡の塔"@ja .

_:N44ea6d2b83364a1d8652510af0aa025b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mudo"@en,
        "魔王"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:29"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Mudo"@en,
        "魔王"@ja .

_:N6755420851ab4ecab674749c51f04fba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lifecod"@en,
        "ライフコッド"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Lifecod"@en,
        "ライフコッド"@ja .

_:N73e136cf369e41fea8c36a959cec1be6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sap of Dream"@en,
        "夢見の滴"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:50"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Sap of Dream"@en,
        "夢見の滴"@ja .

_:N9284a73231e742228fb06852f87cfc53 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another World"@en,
        "もう一つの世界"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Another World"@en,
        "もう一つの世界"@ja .

_:Na690c3caf1b441d99f840d67df1d1e2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Raydock"@en,
        "レイドック"@ja ;
    mo:track_number 3 ;
    schema:duration "PT6:47"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Raydock"@en,
        "レイドック"@ja .

_:Nb1e2e70580ec41d5ae9825a3afd7705f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mudo's Island"@en,
        "ムドーの島"@ja ;
    mo:track_number 9 ;
    schema:duration "PT6:29"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Mudo's Island"@en,
        "ムドーの島"@ja .

_:Nb762dfffa865473f9ffb1c2b4c13215c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Arcbolt"@en,
        "アークボルト"@ja ;
    mo:track_number 12 ;
    schema:duration "PT6:34"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Arcbolt"@en,
        "アークボルト"@ja .

_:Nc9ee222eb3c64445be7eaa81c4cb2f13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dahma"@en,
        "ダーマ"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Dahma"@en,
        "ダーマ"@ja .

_:Nef253e8ec8574d5dbb6bd94cd06935fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ship of God"@en,
        "神の船"@ja ;
    mo:track_number 8 ;
    schema:duration "PT7:56"^^xsd:interval ;
    schema:inPlaylist _:Nbed62c200ebb46bf9408eabf53deeb71 ;
    schema:name "Ship of God"@en,
        "神の船"@ja .

_:Nbed62c200ebb46bf9408eabf53deeb71 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N191abbce75a441419e6da951caa717bc,
        _:N1b12c06184f849529fce64c7ab51c9b7,
        _:N42fbfeaecd2749dfb8cdc29b74ccdc63,
        _:N44ea6d2b83364a1d8652510af0aa025b,
        _:N6755420851ab4ecab674749c51f04fba,
        _:N73e136cf369e41fea8c36a959cec1be6,
        _:N9284a73231e742228fb06852f87cfc53,
        _:Na690c3caf1b441d99f840d67df1d1e2d,
        _:Nb1e2e70580ec41d5ae9825a3afd7705f,
        _:Nb762dfffa865473f9ffb1c2b4c13215c,
        _:Nc9ee222eb3c64445be7eaa81c4cb2f13,
        _:Nef253e8ec8574d5dbb6bd94cd06935fd ;
    mo:track_count 12 ;
    schema:duration "PT68:20"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N191abbce75a441419e6da951caa717bc,
        _:N1b12c06184f849529fce64c7ab51c9b7,
        _:N42fbfeaecd2749dfb8cdc29b74ccdc63,
        _:N44ea6d2b83364a1d8652510af0aa025b,
        _:N6755420851ab4ecab674749c51f04fba,
        _:N73e136cf369e41fea8c36a959cec1be6,
        _:N9284a73231e742228fb06852f87cfc53,
        _:Na690c3caf1b441d99f840d67df1d1e2d,
        _:Nb1e2e70580ec41d5ae9825a3afd7705f,
        _:Nb762dfffa865473f9ffb1c2b4c13215c,
        _:Nc9ee222eb3c64445be7eaa81c4cb2f13,
        _:Nef253e8ec8574d5dbb6bd94cd06935fd .

