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

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

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

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

<artist/56870#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9921#subject> ;
    schema:name "I/O"@en ;
    foaf:made <album/9921#composition>,
        <album/9921#subject> ;
    foaf:name "I/O"@en .

<event/16> a mo:Release ;
    schema:name "Released at Comic Market 66 (Aug 13, 2004 to Aug 15, 2004)" .

<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/64#subject> a schema:CreativeWork ;
    schema:name "Syu-so-gyoku"@en,
        "秋霜玉"@ja,
        "Shuusou Gyoku"@ja-latn ;
    foaf:name "Syu-so-gyoku"@en,
        "秋霜玉"@ja,
        "Shuusou Gyoku"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/12/9921/9921-1218328088.jpg> a schema:ImageObject,
        foaf:Image .

<album/9921#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gensou Soushi"@en,
        "幻蒼草紙"@ja,
        "Gensou Soushi"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/56870#subject> ;
    mo:produced_work <album/9921#musicalwork> ;
    schema:name "Gensou Soushi"@en,
        "幻蒼草紙"@ja,
        "Gensou Soushi"@ja-latn .

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

<album/9921#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gensou Soushi"@en,
        "幻蒼草紙"@ja,
        "Gensou Soushi"@ja-latn ;
    mo:performance_of <album/9921#musicalwork> ;
    mo:performer <artist/4776#subject> ;
    mo:recorded_as <album/9921#musicalexpression> ;
    schema:byArtist <artist/4776#subject> ;
    schema:name "Gensou Soushi"@en,
        "幻蒼草紙"@ja,
        "Gensou Soushi"@ja-latn ;
    schema:workPerformed <album/9921#musicalwork> .

<artist/4776#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/9921#performance> ;
    schema:name "mistbell"@en ;
    foaf:name "mistbell"@en .

<album/9921#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-08-15"^^xsd:date ;
    dcterms:title "Gensou Soushi"@en,
        "幻蒼草紙"@ja,
        "Gensou Soushi"@ja-latn ;
    mo:catalogue_number "MBCD-0004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9921#musicalexpression> ;
    mo:publisher <org/109#subject> ;
    mo:record _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    mo:record_count 1 ;
    mo:release <event/16> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/64#subject> ;
    schema:byArtist <artist/4776#subject> ;
    schema:datePublished "2004-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/12/9921/9921-1218328088.jpg> ;
    schema:name "Gensou Soushi"@en,
        "幻蒼草紙"@ja,
        "Gensou Soushi"@ja-latn ;
    schema:publisher <org/109#subject> ;
    foaf:depiction <https://media.vgm.io/albums/12/9921/9921-1218328088.jpg> .

_:N14f26f42d33f4d289bb54b5807ec89c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻想終止"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "幻想終止"@ja .

_:N19e0066c7417427ca5d7b1cd8919d9a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trackless region"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "Trackless region"@ja .

_:N4a09d5f20e1b4fec8ce0585bbc7fedbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅楼館（No voice version）"@ja ;
    mo:track_number 13 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "紅楼館（No voice version）"@ja .

_:N4e23a0ff169341ec8a001d101ebc9029 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Herselves"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "Herselves"@ja .

_:N791842b7298b4e228dd3ca27210e7ba9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "光へ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "光へ"@ja .

_:N80fe2b28a11740278f8c5ef057e3257c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lost dreamer"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "Lost dreamer"@ja .

_:N87d50f87cce34a23a634ffe143fc78b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Highflying Syndrome"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "Highflying Syndrome"@ja .

_:N8d2626156e7c4541a70ebbed773a6a10 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "真実の聖裁"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "真実の聖裁"@ja .

_:N9f2215bbf2a4448c84f8ade0195b85e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "柳"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "柳"@ja .

_:Nacf2fa6bbf2b4990aeb37023f8ff7c82 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "製作者対談"@ja ;
    mo:track_number 14 ;
    schema:duration "PT6:53"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "製作者対談"@ja .

_:Ncd312013e7a5456cb7245cfb9b4be303 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "歩き道のカランコエ"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "歩き道のカランコエ"@ja .

_:Nd79a6da88d614d9a90dee4d5211e588a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ancient Carnival"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "Ancient Carnival"@ja .

_:Ne052016c535a4a6dace9de1c6e11a146 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻想開花"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "幻想開花"@ja .

_:Nea0798a6fbb8404fa1b710ef4a8b3571 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "凍幻鏡"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:Ncdb569449aa84a98a3b9d4cb63b15f6f ;
    schema:name "凍幻鏡"@ja .

_:Ncdb569449aa84a98a3b9d4cb63b15f6f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N14f26f42d33f4d289bb54b5807ec89c8,
        _:N19e0066c7417427ca5d7b1cd8919d9a0,
        _:N4a09d5f20e1b4fec8ce0585bbc7fedbc,
        _:N4e23a0ff169341ec8a001d101ebc9029,
        _:N791842b7298b4e228dd3ca27210e7ba9,
        _:N80fe2b28a11740278f8c5ef057e3257c,
        _:N87d50f87cce34a23a634ffe143fc78b5,
        _:N8d2626156e7c4541a70ebbed773a6a10,
        _:N9f2215bbf2a4448c84f8ade0195b85e0,
        _:Nacf2fa6bbf2b4990aeb37023f8ff7c82,
        _:Ncd312013e7a5456cb7245cfb9b4be303,
        _:Nd79a6da88d614d9a90dee4d5211e588a,
        _:Ne052016c535a4a6dace9de1c6e11a146,
        _:Nea0798a6fbb8404fa1b710ef4a8b3571 ;
    mo:track_count 14 ;
    schema:duration "PT54:29"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N14f26f42d33f4d289bb54b5807ec89c8,
        _:N19e0066c7417427ca5d7b1cd8919d9a0,
        _:N4a09d5f20e1b4fec8ce0585bbc7fedbc,
        _:N4e23a0ff169341ec8a001d101ebc9029,
        _:N791842b7298b4e228dd3ca27210e7ba9,
        _:N80fe2b28a11740278f8c5ef057e3257c,
        _:N87d50f87cce34a23a634ffe143fc78b5,
        _:N8d2626156e7c4541a70ebbed773a6a10,
        _:N9f2215bbf2a4448c84f8ade0195b85e0,
        _:Nacf2fa6bbf2b4990aeb37023f8ff7c82,
        _:Ncd312013e7a5456cb7245cfb9b4be303,
        _:Nd79a6da88d614d9a90dee4d5211e588a,
        _:Ne052016c535a4a6dace9de1c6e11a146,
        _:Nea0798a6fbb8404fa1b710ef4a8b3571 .

