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

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

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

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

<event/51> a mo:Release ;
    schema:name "Released at Comic Market 76 (Aug 14, 2009 to Aug 16, 2009)" .

<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/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

<album/40004#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou ROMANTIC GOTHIC"@en,
        "東方 ROMANTIC GOTHIC"@ja,
        "Touhou ROMANTIC GOTHIC"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/40004#musicalwork> ;
    schema:name "Touhou ROMANTIC GOTHIC"@en,
        "東方 ROMANTIC GOTHIC"@ja,
        "Touhou ROMANTIC GOTHIC"@ja-latn .

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

<album/40004#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou ROMANTIC GOTHIC"@en,
        "東方 ROMANTIC GOTHIC"@ja,
        "Touhou ROMANTIC GOTHIC"@ja-latn ;
    mo:performance_of <album/40004#musicalwork> ;
    mo:recorded_as <album/40004#musicalexpression> ;
    schema:name "Touhou ROMANTIC GOTHIC"@en,
        "東方 ROMANTIC GOTHIC"@ja,
        "Touhou ROMANTIC GOTHIC"@ja-latn ;
    schema:workPerformed <album/40004#musicalwork> .

<org/1064#subject> schema:name "Pocket AD"@en,
        "Pocket AD"@ja,
        "Pocket AD"@ja-latn ;
    foaf:name "Pocket AD"@en,
        "Pocket AD"@ja,
        "Pocket AD"@ja-latn .

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

<https://vgmdb.net/db/img/album-nsfw-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/40004#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    foaf:depicts <album/40004#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

<album/40004#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "Touhou ROMANTIC GOTHIC"@en,
        "東方 ROMANTIC GOTHIC"@ja,
        "Touhou ROMANTIC GOTHIC"@ja-latn ;
    mo:catalogue_number "POAD-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/40004#musicalexpression> ;
    mo:publisher <org/1064#subject> ;
    mo:record _:Nf30b079507584705ba1d8fd813d8cb96 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/51#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nsfw-medium.gif> ;
    schema:name "Touhou ROMANTIC GOTHIC"@en,
        "東方 ROMANTIC GOTHIC"@ja,
        "Touhou ROMANTIC GOTHIC"@ja-latn ;
    schema:publisher <org/1064#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nsfw-medium.gif> .

_:N0d9f4a466dac4737a019246e8cfe1759 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Septette for the Dead Princess"@en,
        "亡き王女の為のセプテット"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "Septette for the Dead Princess"@en,
        "亡き王女の為のセプテット"@ja .

_:N359c929ff86442ba9bc66b8e7b5d281b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "U.N. Owen Was Her?"@en,
        "U.N.オーエンは彼女なのか？"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "U.N. Owen Was Her?"@en,
        "U.N.オーエンは彼女なのか？"@ja .

_:N3b292776218c417994b87cb535b5309a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Necrofantasia"@en,
        "ネクロファンタジア"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "Necrofantasia"@en,
        "ネクロファンタジア"@ja .

_:N413d105ec38642a692b76faf28f613b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shanghai Teahouse ~ Chinese Tea"@en,
        "上海紅茶館 ～ Chinese Tea"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "Shanghai Teahouse ~ Chinese Tea"@en,
        "上海紅茶館 ～ Chinese Tea"@ja .

_:N73f0367cbf63426a8c81c1d8c586664f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flowering Night"@en,
        "フラワリングナイト"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "Flowering Night"@en,
        "フラワリングナイト"@ja .

_:N846ddb4437b846598897e3ae8e08144d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Traditional Old Man and the Stylish Girl"@en,
        "時代親父とハイカラ少女"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "The Traditional Old Man and the Stylish Girl"@en,
        "時代親父とハイカラ少女"@ja .

_:N8f4344daf80b4e6581983e175e85eff5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flight of the Bamboo Cutter ~ Lunatic Princess"@en,
        "竹取飛翔 ～ Lunatic Princess"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "Flight of the Bamboo Cutter ~ Lunatic Princess"@en,
        "竹取飛翔 ～ Lunatic Princess"@ja .

_:Na6a67f3bdee9400988d8c7dacaa8bbec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ghostly Band ~ Phantom Ensemble"@en,
        "幽霊楽団 ～ Phantom Ensemble"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "Ghostly Band ~ Phantom Ensemble"@en,
        "幽霊楽団 ～ Phantom Ensemble"@ja .

_:Ne1c653644bfa4e63a9acf5086fbe0bcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love-coloured Master Spark"@en,
        "恋色マスタースパーク"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf30b079507584705ba1d8fd813d8cb96 ;
    schema:name "Love-coloured Master Spark"@en,
        "恋色マスタースパーク"@ja .

_:Nf30b079507584705ba1d8fd813d8cb96 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d9f4a466dac4737a019246e8cfe1759,
        _:N359c929ff86442ba9bc66b8e7b5d281b,
        _:N3b292776218c417994b87cb535b5309a,
        _:N413d105ec38642a692b76faf28f613b6,
        _:N73f0367cbf63426a8c81c1d8c586664f,
        _:N846ddb4437b846598897e3ae8e08144d,
        _:N8f4344daf80b4e6581983e175e85eff5,
        _:Na6a67f3bdee9400988d8c7dacaa8bbec,
        _:Ne1c653644bfa4e63a9acf5086fbe0bcf ;
    mo:track_count 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N0d9f4a466dac4737a019246e8cfe1759,
        _:N359c929ff86442ba9bc66b8e7b5d281b,
        _:N3b292776218c417994b87cb535b5309a,
        _:N413d105ec38642a692b76faf28f613b6,
        _:N73f0367cbf63426a8c81c1d8c586664f,
        _:N846ddb4437b846598897e3ae8e08144d,
        _:N8f4344daf80b4e6581983e175e85eff5,
        _:Na6a67f3bdee9400988d8c7dacaa8bbec,
        _:Ne1c653644bfa4e63a9acf5086fbe0bcf .

