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

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

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

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

<event/1> a mo:Release ;
    schema:name "Released at Comic Market 72 (Aug 17, 2007 to Aug 19, 2007)" .

<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/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn .

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

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

<album/11167#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sakura Nightmare"@en,
        "桜 Nightmare"@ja,
        "Sakura Nightmare"@ja-latn ;
    mo:performance_of <album/11167#musicalwork> ;
    mo:recorded_as <album/11167#musicalexpression> ;
    schema:name "Sakura Nightmare"@en,
        "桜 Nightmare"@ja,
        "Sakura Nightmare"@ja-latn ;
    schema:workPerformed <album/11167#musicalwork> .

<org/197#subject> schema:name "Angelic Quasar"@en,
        "Angelic Quasar"@ja,
        "Angelic Quasar"@ja-latn ;
    foaf:name "Angelic Quasar"@en,
        "Angelic Quasar"@ja,
        "Angelic Quasar"@ja-latn .

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

<https://medium-media.vgm.io/albums/76/11167/11167-1228015118.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/11167#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-08-17"^^xsd:date ;
    dcterms:title "Sakura Nightmare"@en,
        "桜 Nightmare"@ja,
        "Sakura Nightmare"@ja-latn ;
    mo:catalogue_number "AQSH-0014" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11167#musicalexpression> ;
    mo:publisher <org/197#subject> ;
    mo:record _:N863348b4c9d64678ad512418fd312185 ;
    mo:record_count 1 ;
    mo:release <event/1> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:datePublished "2007-08-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/76/11167/11167-1228015118.jpg> ;
    schema:name "Sakura Nightmare"@en,
        "桜 Nightmare"@ja,
        "Sakura Nightmare"@ja-latn ;
    schema:publisher <org/197#subject> ;
    foaf:depiction <https://media.vgm.io/albums/76/11167/11167-1228015118.jpg> .

_:N0dd558175ff0430ea151a5f5486aa8ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dancingmasters AYA 2007"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "Dancingmasters AYA 2007"@ja .

_:N0f1a02b3df8e4f0293f459a47818031a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "焉闘 ～End the battle"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "焉闘 ～End the battle"@ja .

_:N2ce5b36575894f2bb00d36659e89b0cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "⑨にボールが来たので"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "⑨にボールが来たので"@ja .

_:N32ab94cc613a4acc8e29eee91df28a50 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trick or"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "Trick or"@ja .

_:N3a0a9eff7e9942aa9bf0381125b6d363 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Imperishable Screaming Show"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "Imperishable Screaming Show"@ja .

_:N48135b85832f4568807e9fbde67eb351 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "儚き夏の夢想に散る"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "儚き夏の夢想に散る"@ja .

_:N7758b286cdd34958bd1ab93d5bc614bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hit it the BREAK !!"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "Hit it the BREAK !!"@ja .

_:Na27d213a8f174caa842b292865a3b100 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "まだ見ぬ春を探して (Remix)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:10"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "まだ見ぬ春を探して (Remix)"@ja .

_:Nae6c7f300f7c41a2b466c9a579326646 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DESIRE"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "DESIRE"@ja .

_:Nba2446a69c654587a0a3f6be4bcfdf83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drizzle of Darkness"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "Drizzle of Darkness"@ja .

_:Nc48b2965f4ad49fda710e2ec64dbf270 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "星闘 ～Start the battle"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "星闘 ～Start the battle"@ja .

_:Nfeb5a731ed8e4d6ab834431c66e06b55 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "寂滅為楽 ～弐式～"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N863348b4c9d64678ad512418fd312185 ;
    schema:name "寂滅為楽 ～弐式～"@ja .

_:N863348b4c9d64678ad512418fd312185 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0dd558175ff0430ea151a5f5486aa8ff,
        _:N0f1a02b3df8e4f0293f459a47818031a,
        _:N2ce5b36575894f2bb00d36659e89b0cb,
        _:N32ab94cc613a4acc8e29eee91df28a50,
        _:N3a0a9eff7e9942aa9bf0381125b6d363,
        _:N48135b85832f4568807e9fbde67eb351,
        _:N7758b286cdd34958bd1ab93d5bc614bb,
        _:Na27d213a8f174caa842b292865a3b100,
        _:Nae6c7f300f7c41a2b466c9a579326646,
        _:Nba2446a69c654587a0a3f6be4bcfdf83,
        _:Nc48b2965f4ad49fda710e2ec64dbf270,
        _:Nfeb5a731ed8e4d6ab834431c66e06b55 ;
    mo:track_count 12 ;
    schema:duration "PT50:10"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N0dd558175ff0430ea151a5f5486aa8ff,
        _:N0f1a02b3df8e4f0293f459a47818031a,
        _:N2ce5b36575894f2bb00d36659e89b0cb,
        _:N32ab94cc613a4acc8e29eee91df28a50,
        _:N3a0a9eff7e9942aa9bf0381125b6d363,
        _:N48135b85832f4568807e9fbde67eb351,
        _:N7758b286cdd34958bd1ab93d5bc614bb,
        _:Na27d213a8f174caa842b292865a3b100,
        _:Nae6c7f300f7c41a2b466c9a579326646,
        _:Nba2446a69c654587a0a3f6be4bcfdf83,
        _:Nc48b2965f4ad49fda710e2ec64dbf270,
        _:Nfeb5a731ed8e4d6ab834431c66e06b55 .

