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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10718#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/10718#composition>,
        <album/10718#subject> ;
    foaf:name "ZUN"@en .

<event/38> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 4 (Nov 02, 2008)" .

<product/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

<product/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn .

<product/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn .

<product/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<product/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

<album/10718#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Crevice"@en,
        "Crevice"@ja,
        "Crevice"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/10718#musicalwork> ;
    schema:name "Crevice"@en,
        "Crevice"@ja,
        "Crevice"@ja-latn .

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

<org/101#subject> schema:name "ALiCE'S EMOTiON"@en,
        "ALiCE'S EMOTiON"@ja,
        "ALiCE'S EMOTiON"@ja-latn ;
    foaf:name "ALiCE'S EMOTiON"@en,
        "ALiCE'S EMOTiON"@ja,
        "ALiCE'S EMOTiON"@ja-latn .

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

<https://medium-media.vgm.io/albums/81/10718/10718-1224156689.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/10718#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Crevice"@en,
        "Crevice"@ja,
        "Crevice"@ja-latn ;
    mo:performance_of <album/10718#musicalwork> ;
    mo:performer <artist/2446#subject> ;
    mo:recorded_as <album/10718#musicalexpression> ;
    schema:byArtist <artist/2446#subject> ;
    schema:name "Crevice"@en,
        "Crevice"@ja,
        "Crevice"@ja-latn ;
    schema:workPerformed <album/10718#musicalwork> .

<artist/2446#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10718#performance> ;
    schema:name "Ayumi Nomiya"@en,
        "野宮あゆみ"@ja ;
    foaf:name "Ayumi Nomiya"@en,
        "野宮あゆみ"@ja .

<album/10718#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-11-02"^^xsd:date ;
    dcterms:title "Crevice"@en,
        "Crevice"@ja,
        "Crevice"@ja-latn ;
    mo:catalogue_number "AECD-015" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10718#musicalexpression> ;
    mo:publisher <org/101#subject> ;
    mo:record _:N519e94dc005c4dd399bc6cb6109f9663 ;
    mo:record_count 1 ;
    mo:release <event/38> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/33#subject>,
        <product/37#subject> ;
    schema:byArtist <artist/2446#subject> ;
    schema:datePublished "2008-11-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/81/10718/10718-1224156689.jpg> ;
    schema:name "Crevice"@en,
        "Crevice"@ja,
        "Crevice"@ja-latn ;
    schema:publisher <org/101#subject> ;
    foaf:depiction <https://media.vgm.io/albums/81/10718/10718-1224156689.jpg> .

_:N0b94c3da591748a2926c074f1413cb2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Descendant's Blood"@en,
        "Descendant's Blood"@ja ;
    mo:track_number 13 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Descendant's Blood"@en,
        "Descendant's Blood"@ja .

_:N311c34c8e8fd4571a8b2621ffc59dbf3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "2 U"@en,
        "2 U"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "2 U"@en,
        "2 U"@ja .

_:N3720de599482467d82733de02b331e56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deep Mountain (In The Amnesia Remix)"@en,
        "Deep Mountain (In The Amnesia Remix)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:21"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Deep Mountain (In The Amnesia Remix)"@en,
        "Deep Mountain (In The Amnesia Remix)"@ja .

_:N4faf55f229ef441c915290eae7b8de50 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nitrx"@en,
        "Nitrx"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Nitrx"@en,
        "Nitrx"@ja .

_:N72431c42fbfb4ad4b547bed7fa9cf521 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "unseal"@en,
        "unseal"@ja ;
    mo:track_number 9 ;
    schema:duration "PT6:02"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "unseal"@en,
        "unseal"@ja .

_:N8226e2de1ee946e7aa19bed834757af8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Snow *Intro"@en,
        "Snow *Intro"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Snow *Intro"@en,
        "Snow *Intro"@ja .

_:N9406e16083394b35a6d7227e1d345b83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corpse Voyage (Symphonic Hardcore mix)"@en,
        "死体旅行 (Symphonic Hardcore mix)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Corpse Voyage (Symphonic Hardcore mix)"@en,
        "死体旅行 (Symphonic Hardcore mix)"@ja .

_:Nafc358b450344c0d8d572bd09dc4119f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Six Nine"@en,
        "Six Nine"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Six Nine"@en,
        "Six Nine"@ja .

_:Nb89cebc9d7e54d93b99bc583919b8fe6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Purple storm"@en,
        "Purple storm"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Purple storm"@en,
        "Purple storm"@ja .

_:Nbe5d34f12c354a44bf732d9c07f000ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Zusammengehorigkeit"@en,
        "Zusammengehorigkeit"@ja ;
    mo:track_number 10 ;
    schema:duration "PT6:55"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Zusammengehorigkeit"@en,
        "Zusammengehorigkeit"@ja .

_:Nd96b73c4479a419d8167a2003e6590e2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into the Wind"@en,
        "Into the Wind"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Into the Wind"@en,
        "Into the Wind"@ja .

_:Ne55b5a832a324cb19586feac7945614b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rumble Iciclefall"@en,
        "Rumble Iciclefall"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Rumble Iciclefall"@en,
        "Rumble Iciclefall"@ja .

_:Nf479995ded5c46e783b1b8bde1dc5f5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stairway to Solstice"@en,
        "Stairway to Solstice"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:51"^^xsd:interval ;
    schema:inPlaylist _:N519e94dc005c4dd399bc6cb6109f9663 ;
    schema:name "Stairway to Solstice"@en,
        "Stairway to Solstice"@ja .

_:N519e94dc005c4dd399bc6cb6109f9663 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b94c3da591748a2926c074f1413cb2c,
        _:N311c34c8e8fd4571a8b2621ffc59dbf3,
        _:N3720de599482467d82733de02b331e56,
        _:N4faf55f229ef441c915290eae7b8de50,
        _:N72431c42fbfb4ad4b547bed7fa9cf521,
        _:N8226e2de1ee946e7aa19bed834757af8,
        _:N9406e16083394b35a6d7227e1d345b83,
        _:Nafc358b450344c0d8d572bd09dc4119f,
        _:Nb89cebc9d7e54d93b99bc583919b8fe6,
        _:Nbe5d34f12c354a44bf732d9c07f000ba,
        _:Nd96b73c4479a419d8167a2003e6590e2,
        _:Ne55b5a832a324cb19586feac7945614b,
        _:Nf479995ded5c46e783b1b8bde1dc5f5a ;
    mo:track_count 13 ;
    schema:duration "PT61:11"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N0b94c3da591748a2926c074f1413cb2c,
        _:N311c34c8e8fd4571a8b2621ffc59dbf3,
        _:N3720de599482467d82733de02b331e56,
        _:N4faf55f229ef441c915290eae7b8de50,
        _:N72431c42fbfb4ad4b547bed7fa9cf521,
        _:N8226e2de1ee946e7aa19bed834757af8,
        _:N9406e16083394b35a6d7227e1d345b83,
        _:Nafc358b450344c0d8d572bd09dc4119f,
        _:Nb89cebc9d7e54d93b99bc583919b8fe6,
        _:Nbe5d34f12c354a44bf732d9c07f000ba,
        _:Nd96b73c4479a419d8167a2003e6590e2,
        _:Ne55b5a832a324cb19586feac7945614b,
        _:Nf479995ded5c46e783b1b8bde1dc5f5a .

