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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/26206#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/26206#composition>,
        <album/26206#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/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/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@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/26206#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Hyakki Yakou"@en,
        "百鬼夜行"@ja,
        "Hyakki Yakou"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/26206#musicalwork> ;
    schema:name "Hyakki Yakou"@en,
        "百鬼夜行"@ja,
        "Hyakki Yakou"@ja-latn .

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

<album/26206#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Hyakki Yakou"@en,
        "百鬼夜行"@ja,
        "Hyakki Yakou"@ja-latn ;
    mo:performance_of <album/26206#musicalwork> ;
    mo:recorded_as <album/26206#musicalexpression> ;
    schema:name "Hyakki Yakou"@en,
        "百鬼夜行"@ja,
        "Hyakki Yakou"@ja-latn ;
    schema:workPerformed <album/26206#musicalwork> .

<org/817#subject> schema:name "Baraneko"@en,
        "ばらねこ"@ja,
        "Baraneko"@ja-latn ;
    foaf:name "Baraneko"@en,
        "ばらねこ"@ja,
        "Baraneko"@ja-latn .

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

<https://medium-media.vgm.io/albums/60/26206/26206-1305696721.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/26206#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "Hyakki Yakou"@en,
        "百鬼夜行"@ja,
        "Hyakki Yakou"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/26206#musicalexpression> ;
    mo:publisher <org/817#subject> ;
    mo:record _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:about <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/60/26206/26206-1305696721.jpg> ;
    schema:name "Hyakki Yakou"@en,
        "百鬼夜行"@ja,
        "Hyakki Yakou"@ja-latn ;
    schema:publisher <org/817#subject> ;
    foaf:depiction <https://media.vgm.io/albums/60/26206/26206-1305696721.jpg> .

_:N049af6ccd0024fc0acd65fb5d00bc7b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鬼葬天害"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "鬼葬天害"@ja .

_:N0d0c7a97b7e744638c8e1946e6dba60e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あなたの笑顔を守りし刃"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "あなたの笑顔を守りし刃"@ja .

_:N26281fb0b0d84396b79161d16219741a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Die Abreise"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "Die Abreise"@ja .

_:N3b73ca94725a496c9b0765e5591c3265 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "moon Light"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "moon Light"@ja .

_:N530662ed6f1841fc8343ebcfa5f6fe86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "星空を裂く程度の能力"@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:24"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "星空を裂く程度の能力"@ja .

_:N83f213eb445b4da094397310cb71f030 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幻影投影"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "幻影投影"@ja .

_:N8f541ea53dda4e83993eb4dcc1fa3014 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "プリズムラバー"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "プリズムラバー"@ja .

_:Ncb14b7463ceb410e852e8f3ca5d5818c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Navigation_09"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "Navigation_09"@ja .

_:Nfee9a52f6c8643458586f9d59cfc8310 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Vintage wine"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e ;
    schema:name "the Vintage wine"@ja .

_:Ne4ea4f4d43ca4c39b9b9fd7f8389be8e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N049af6ccd0024fc0acd65fb5d00bc7b2,
        _:N0d0c7a97b7e744638c8e1946e6dba60e,
        _:N26281fb0b0d84396b79161d16219741a,
        _:N3b73ca94725a496c9b0765e5591c3265,
        _:N530662ed6f1841fc8343ebcfa5f6fe86,
        _:N83f213eb445b4da094397310cb71f030,
        _:N8f541ea53dda4e83993eb4dcc1fa3014,
        _:Ncb14b7463ceb410e852e8f3ca5d5818c,
        _:Nfee9a52f6c8643458586f9d59cfc8310 ;
    mo:track_count 9 ;
    schema:duration "PT43:03"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N049af6ccd0024fc0acd65fb5d00bc7b2,
        _:N0d0c7a97b7e744638c8e1946e6dba60e,
        _:N26281fb0b0d84396b79161d16219741a,
        _:N3b73ca94725a496c9b0765e5591c3265,
        _:N530662ed6f1841fc8343ebcfa5f6fe86,
        _:N83f213eb445b4da094397310cb71f030,
        _:N8f541ea53dda4e83993eb4dcc1fa3014,
        _:Ncb14b7463ceb410e852e8f3ca5d5818c,
        _:Nfee9a52f6c8643458586f9d59cfc8310 .

