@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 _:Ndbac62d4fba44813bb792224bfb43d50 ;
    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> .

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

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

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

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

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

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

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

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

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

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

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

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

_:Ndbac62d4fba44813bb792224bfb43d50 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N120459238f904110b8ae73ed0cb31d38,
        _:N1f0b1fcd21634470af00b2a715eeff3e,
        _:N38036eebaed54dfd9c44e205612bbaa1,
        _:N4019626a61724ca89b3f6091b7fdcdf5,
        _:N5af4666bb1c442fb84f5c18e6c0f8adb,
        _:N65f7ba99b76545ec98bb5f4a577b7bd3,
        _:N79bbc3da492d4c0f91b814080091d499,
        _:N80147cb7468e45e589190ae8c4a9113f,
        _:Nbeec39ea7f2e4589afdf3aa055934f8f,
        _:Nc4e9a890abfe4cc69ef48c78d25ae525,
        _:Ncb017e5ccff844a8adaf0799b61a9125,
        _:Nd07380ce9e9f4512b602a24d9de1b435 ;
    mo:track_count 12 ;
    schema:duration "PT50:10"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N120459238f904110b8ae73ed0cb31d38,
        _:N1f0b1fcd21634470af00b2a715eeff3e,
        _:N38036eebaed54dfd9c44e205612bbaa1,
        _:N4019626a61724ca89b3f6091b7fdcdf5,
        _:N5af4666bb1c442fb84f5c18e6c0f8adb,
        _:N65f7ba99b76545ec98bb5f4a577b7bd3,
        _:N79bbc3da492d4c0f91b814080091d499,
        _:N80147cb7468e45e589190ae8c4a9113f,
        _:Nbeec39ea7f2e4589afdf3aa055934f8f,
        _:Nc4e9a890abfe4cc69ef48c78d25ae525,
        _:Ncb017e5ccff844a8adaf0799b61a9125,
        _:Nd07380ce9e9f4512b602a24d9de1b435 .

