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

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

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

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

<event/35> a mo:Release ;
    schema:name "Released at Comic Market 75 (Dec 28, 2008 to Dec 30, 2008)" .

<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/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<product/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

<album/11497#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "HIDORI"@en,
        "緋鳥"@ja,
        "HIDORI"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/11497#musicalwork> ;
    schema:name "HIDORI"@en,
        "緋鳥"@ja,
        "HIDORI"@ja-latn .

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

<album/11497#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "HIDORI"@en,
        "緋鳥"@ja,
        "HIDORI"@ja-latn ;
    mo:performance_of <album/11497#musicalwork> ;
    mo:recorded_as <album/11497#musicalexpression> ;
    schema:name "HIDORI"@en,
        "緋鳥"@ja,
        "HIDORI"@ja-latn ;
    schema:workPerformed <album/11497#musicalwork> .

<org/359#subject> schema:name "Shishimai Brothers"@en,
        "ししまいブラザーズ"@ja,
        "Shishimai Brothers"@ja-latn ;
    foaf:name "Shishimai Brothers"@en,
        "ししまいブラザーズ"@ja,
        "Shishimai Brothers"@ja-latn .

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

<https://medium-media.vgm.io/albums/79/11497/11497-1230721941.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/11497#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-12-29"^^xsd:date ;
    dcterms:title "HIDORI"@en,
        "緋鳥"@ja,
        "HIDORI"@ja-latn ;
    mo:catalogue_number "SSM-006" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11497#musicalexpression> ;
    mo:publisher <org/359#subject> ;
    mo:record _:Nc611025f88f641738f3ceb68c7e4f601 ;
    mo:record_count 1 ;
    mo:release <event/35> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/33#subject>,
        <product/37#subject> ;
    schema:datePublished "2008-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/79/11497/11497-1230721941.jpg> ;
    schema:name "HIDORI"@en,
        "緋鳥"@ja,
        "HIDORI"@ja-latn ;
    schema:publisher <org/359#subject> ;
    foaf:depiction <https://media.vgm.io/albums/79/11497/11497-1230721941.jpg> .

_:N2234ee67c1de48da9f26fc69885fe5d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雀の涙"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "雀の涙"@ja .

_:N338e71357a58474b8add5db5972df8ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "風斬羽"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "風斬羽"@ja .

_:N3417380944e6423787011373276408d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鳳凰の羽"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "鳳凰の羽"@ja .

_:N4726e3a32b41476d8534ca4475ae82fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "八咫烏の原子核"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "八咫烏の原子核"@ja .

_:N6f56dd3eb44445b790e99844e9026300 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "鷺の一刀"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "鷺の一刀"@ja .

_:Nb648e759e9f445bc8d1b28329d238ca4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "油揚げをさらわれる"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "油揚げをさらわれる"@ja .

_:Nc37d081a06b64df3ae35072a599ed429 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "隼の瞳"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "隼の瞳"@ja .

_:Ncd0b8fcadd8a4939b5fcdaa90ee5c9d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "川蝉の嘴"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "川蝉の嘴"@ja .

_:Ndcb67f21fec44205a8fe07cfedbc1142 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "緋鳥"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "緋鳥"@ja .

_:Nea6edb227f194aa0961f9fbc23ccb2f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "青い鳥症候群"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:Nc611025f88f641738f3ceb68c7e4f601 ;
    schema:name "青い鳥症候群"@ja .

_:Nc611025f88f641738f3ceb68c7e4f601 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2234ee67c1de48da9f26fc69885fe5d2,
        _:N338e71357a58474b8add5db5972df8ad,
        _:N3417380944e6423787011373276408d9,
        _:N4726e3a32b41476d8534ca4475ae82fc,
        _:N6f56dd3eb44445b790e99844e9026300,
        _:Nb648e759e9f445bc8d1b28329d238ca4,
        _:Nc37d081a06b64df3ae35072a599ed429,
        _:Ncd0b8fcadd8a4939b5fcdaa90ee5c9d4,
        _:Ndcb67f21fec44205a8fe07cfedbc1142,
        _:Nea6edb227f194aa0961f9fbc23ccb2f7 ;
    mo:track_count 10 ;
    schema:duration "PT38:38"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N2234ee67c1de48da9f26fc69885fe5d2,
        _:N338e71357a58474b8add5db5972df8ad,
        _:N3417380944e6423787011373276408d9,
        _:N4726e3a32b41476d8534ca4475ae82fc,
        _:N6f56dd3eb44445b790e99844e9026300,
        _:Nb648e759e9f445bc8d1b28329d238ca4,
        _:Nc37d081a06b64df3ae35072a599ed429,
        _:Ncd0b8fcadd8a4939b5fcdaa90ee5c9d4,
        _:Ndcb67f21fec44205a8fe07cfedbc1142,
        _:Nea6edb227f194aa0961f9fbc23ccb2f7 .

