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

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

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

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

<event/5> a mo:Release ;
    schema:name "Released at Comic Market 70 (Aug 10, 2006 to Aug 13, 2006)" .

<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 .

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

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

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

<org/458#subject> schema:name "CODE-49"@en,
        "CODE-49"@ja,
        "CODE-49"@ja-latn ;
    foaf:name "CODE-49"@en,
        "CODE-49"@ja,
        "CODE-49"@ja-latn .

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

<https://medium-media.vgm.io/albums/15/8951/8951-1213218003.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/8951#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-08-13"^^xsd:date ;
    dcterms:title "Touhou Dennougai"@en,
        "東方電脳街"@ja,
        "Touhou Dennougai"@ja-latn ;
    mo:catalogue_number "49CD-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/8951#musicalexpression> ;
    mo:publisher <org/458#subject> ;
    mo:record _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    mo:record_count 1 ;
    mo:release <event/5> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2006-08-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/15/8951/8951-1213218003.jpg> ;
    schema:name "Touhou Dennougai"@en,
        "東方電脳街"@ja,
        "Touhou Dennougai"@ja-latn ;
    schema:publisher <org/458#subject> ;
    foaf:depiction <https://media.vgm.io/albums/15/8951/8951-1213218003.jpg> .

_:N13d367f528e14927879bddc4091ee288 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love-coloured Master Spark (LV.4 Euro romantic Remix)"@en,
        "恋色マスタースパーク (LV.4 Euro romantic Remix)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    schema:name "Love-coloured Master Spark (LV.4 Euro romantic Remix)"@en,
        "恋色マスタースパーク (LV.4 Euro romantic Remix)"@ja .

_:N214b002b96d04b57b20de11ee7e64cd2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Touhou Judgement in the Sixtieth Year (LV.4 Endless judgment Remix)"@en,
        "六十年目の東方裁判 (LV.4 Endless judgment Remix)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT9:49"^^xsd:interval ;
    schema:inPlaylist _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    schema:name "Touhou Judgement in the Sixtieth Year (LV.4 Endless judgment Remix)"@en,
        "六十年目の東方裁判 (LV.4 Endless judgment Remix)"@ja .

_:N3021a6b760794f389ff4319df49e757f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Necrofantasia (LV.4 Soul sublimate Remix)"@en,
        "ネクロファンタジア (LV.4 Soul sublimate Remix)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT7:38"^^xsd:interval ;
    schema:inPlaylist _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    schema:name "Necrofantasia (LV.4 Soul sublimate Remix)"@en,
        "ネクロファンタジア (LV.4 Soul sublimate Remix)"@ja .

_:N7fb97bec27c3474b8690908b5c860a36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voyage 1969 (LV.4 Lunar eclipse Remix)"@en,
        "ヴォヤージュ1969 (LV.4 Lunar eclipse Remix)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT7:27"^^xsd:interval ;
    schema:inPlaylist _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    schema:name "Voyage 1969 (LV.4 Lunar eclipse Remix)"@en,
        "ヴォヤージュ1969 (LV.4 Lunar eclipse Remix)"@ja .

_:Na3798970065946f992aa8cef5d391a6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reach for the Moon, Immortal Smoke (LV.4 Will never die Remix)"@en,
        "月まで届け、不死の煙 (LV.4 Will never die Remix)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    schema:name "Reach for the Moon, Immortal Smoke (LV.4 Will never die Remix)"@en,
        "月まで届け、不死の煙 (LV.4 Will never die Remix)"@ja .

_:Nce2667b363e847f8bc3c64105e8f1057 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloom nobly, cherry blossoms of Sumizome (LV.4 guilty cherry blossoms 2nd remix)"@en,
        "幽雅に咲かせ、墨染の桜 (LV.4 guilty cherry blossoms 2nd remix)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    schema:name "Bloom nobly, cherry blossoms of Sumizome (LV.4 guilty cherry blossoms 2nd remix)"@en,
        "幽雅に咲かせ、墨染の桜 (LV.4 guilty cherry blossoms 2nd remix)"@ja .

_:Ne9bc0a6a01294f4baad0247973597a07 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mystic Oriental Dream (LV.4 Psychedelic spiral Remix)"@en,
        "東方妖々夢 (LV.4 Psychedelic spiral Remix)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT7:03"^^xsd:interval ;
    schema:inPlaylist _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    schema:name "Mystic Oriental Dream (LV.4 Psychedelic spiral Remix)"@en,
        "東方妖々夢 (LV.4 Psychedelic spiral Remix)"@ja .

_:Nf6853e470ec241f79120cbc7e0d3aa97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gensokyo Millennium (LV.4 Astronaut adventure Remix)"@en,
        "千年幻想郷 (LV.4 Astronaut adventure Remix)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT7:12"^^xsd:interval ;
    schema:inPlaylist _:Ncfb5af4a9de14cc4b6a9755818efaa3d ;
    schema:name "Gensokyo Millennium (LV.4 Astronaut adventure Remix)"@en,
        "千年幻想郷 (LV.4 Astronaut adventure Remix)"@ja .

_:Ncfb5af4a9de14cc4b6a9755818efaa3d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N13d367f528e14927879bddc4091ee288,
        _:N214b002b96d04b57b20de11ee7e64cd2,
        _:N3021a6b760794f389ff4319df49e757f,
        _:N7fb97bec27c3474b8690908b5c860a36,
        _:Na3798970065946f992aa8cef5d391a6d,
        _:Nce2667b363e847f8bc3c64105e8f1057,
        _:Ne9bc0a6a01294f4baad0247973597a07,
        _:Nf6853e470ec241f79120cbc7e0d3aa97 ;
    mo:track_count 8 ;
    schema:duration "PT54:19"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N13d367f528e14927879bddc4091ee288,
        _:N214b002b96d04b57b20de11ee7e64cd2,
        _:N3021a6b760794f389ff4319df49e757f,
        _:N7fb97bec27c3474b8690908b5c860a36,
        _:Na3798970065946f992aa8cef5d391a6d,
        _:Nce2667b363e847f8bc3c64105e8f1057,
        _:Ne9bc0a6a01294f4baad0247973597a07,
        _:Nf6853e470ec241f79120cbc7e0d3aa97 .

