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

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

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

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

<event/66> a mo:Release ;
    schema:name "Released at Comic Market 77 (Dec 29, 2009 to Dec 31, 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/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/46488#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kuroshiro"@en,
        "クロシロ"@ja,
        "Kuroshiro"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/46488#musicalwork> ;
    schema:name "Kuroshiro"@en,
        "クロシロ"@ja,
        "Kuroshiro"@ja-latn .

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

<album/46488#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kuroshiro"@en,
        "クロシロ"@ja,
        "Kuroshiro"@ja-latn ;
    mo:performance_of <album/46488#musicalwork> ;
    mo:recorded_as <album/46488#musicalexpression> ;
    schema:name "Kuroshiro"@en,
        "クロシロ"@ja,
        "Kuroshiro"@ja-latn ;
    schema:workPerformed <album/46488#musicalwork> .

<org/1076#subject> schema:name "OrangeCoffee"@en,
        "OrangeCoffee"@ja,
        "OrangeCoffee"@ja-latn ;
    foaf:name "OrangeCoffee"@en,
        "OrangeCoffee"@ja,
        "OrangeCoffee"@ja-latn .

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

<https://medium-media.vgm.io/albums/88/46488/46488-1593757163.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/46488#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "Kuroshiro"@en,
        "クロシロ"@ja,
        "Kuroshiro"@ja-latn ;
    mo:catalogue_number "ORCF-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/46488#musicalexpression> ;
    mo:publisher <org/1076#subject> ;
    mo:record _:Nf0af1c9e5ec444beb624ca369db233fd ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/29#subject> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/46488/46488-1593757163.jpg> ;
    schema:name "Kuroshiro"@en,
        "クロシロ"@ja,
        "Kuroshiro"@ja-latn ;
    schema:publisher <org/1076#subject> ;
    foaf:depiction <https://media.vgm.io/albums/88/46488/46488-1593757163.jpg> .

_:N1c58db7756bb4af8bd8ad22fd7d3c7d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "儚茶娘-hachako （上海紅茶館 ～ Chinese Tea）"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:Nf0af1c9e5ec444beb624ca369db233fd ;
    schema:name "儚茶娘-hachako （上海紅茶館 ～ Chinese Tea）"@ja .

_:N20ddc8c2a15842ff9d6c6bba0d65e4d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "street party （妖魔夜行）"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Nf0af1c9e5ec444beb624ca369db233fd ;
    schema:name "street party （妖魔夜行）"@ja .

_:N6588d41268c64ba3a23037388ae3f05b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "well-defined （科学世紀の少年少女）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:Nf0af1c9e5ec444beb624ca369db233fd ;
    schema:name "well-defined （科学世紀の少年少女）"@ja .

_:N6c8fa243a8c243f19fed0913720bdc2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "屍幻想子守唄 （ネクロファンタジア）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Nf0af1c9e5ec444beb624ca369db233fd ;
    schema:name "屍幻想子守唄 （ネクロファンタジア）"@ja .

_:N9b2b9c39b1184028affa2e015946f4df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "soda river （彼岸帰航 ～ Riverside view）"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:Nf0af1c9e5ec444beb624ca369db233fd ;
    schema:name "soda river （彼岸帰航 ～ Riverside view）"@ja .

_:Nf0af1c9e5ec444beb624ca369db233fd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1c58db7756bb4af8bd8ad22fd7d3c7d0,
        _:N20ddc8c2a15842ff9d6c6bba0d65e4d4,
        _:N6588d41268c64ba3a23037388ae3f05b,
        _:N6c8fa243a8c243f19fed0913720bdc2d,
        _:N9b2b9c39b1184028affa2e015946f4df ;
    mo:track_count 5 ;
    schema:duration "PT19:19"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N1c58db7756bb4af8bd8ad22fd7d3c7d0,
        _:N20ddc8c2a15842ff9d6c6bba0d65e4d4,
        _:N6588d41268c64ba3a23037388ae3f05b,
        _:N6c8fa243a8c243f19fed0913720bdc2d,
        _:N9b2b9c39b1184028affa2e015946f4df .

