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

<artist/9452#subject> a schema:Person,
        foaf:Person ;
    schema:name "senya"@en ;
    foaf:made <album/42259#subject>,
        <album/42259#vocals> ;
    foaf:name "senya"@en .

<artist/9454#subject> a schema:Person,
        foaf:Person ;
    schema:name "kamase-tora"@en,
        "かませ虎"@ja ;
    foaf:made <album/42259#lyrics>,
        <album/42259#subject> ;
    foaf:name "kamase-tora"@en,
        "かませ虎"@ja .

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

<event/166> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 9 (Oct 13, 2013)" .

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

<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/42259#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sokubaku Anemonation"@en,
        "束縛アネモネーション"@ja,
        "Sokubaku Anemonation"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/42259#musicalwork> ;
    schema:name "Sokubaku Anemonation"@en,
        "束縛アネモネーション"@ja,
        "Sokubaku Anemonation"@ja-latn .

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

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

<album/42259#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sokubaku Anemonation"@en,
        "束縛アネモネーション"@ja,
        "Sokubaku Anemonation"@ja-latn ;
    mo:performance_of <album/42259#musicalwork> ;
    mo:recorded_as <album/42259#musicalexpression> ;
    schema:name "Sokubaku Anemonation"@en,
        "束縛アネモネーション"@ja,
        "Sokubaku Anemonation"@ja-latn ;
    schema:workPerformed <album/42259#musicalwork> .

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

<org/687#subject> schema:name "Yuuhei Satellite"@en,
        "幽閉サテライト"@ja,
        "Yuuhei Satellite"@ja-latn ;
    foaf:name "Yuuhei Satellite"@en,
        "幽閉サテライト"@ja,
        "Yuuhei Satellite"@ja-latn .

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

<https://medium-media.vgm.io/albums/95/42259/42259-1381757257.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/42259#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-10-13"^^xsd:date ;
    dcterms:title "Sokubaku Anemonation"@en,
        "束縛アネモネーション"@ja,
        "Sokubaku Anemonation"@ja-latn ;
    mo:catalogue_number "YHST-0028" ;
    mo:media_type "CD" ;
    mo:publication_of <album/42259#musicalexpression> ;
    mo:publisher <org/687#subject> ;
    mo:record _:N8d4aeb5ae50444e1886f9dc090228080 ;
    mo:record_count 1 ;
    mo:release <event/166> ;
    schema:about <product/22#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:datePublished "2013-10-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/95/42259/42259-1381757257.jpg> ;
    schema:name "Sokubaku Anemonation"@en,
        "束縛アネモネーション"@ja,
        "Sokubaku Anemonation"@ja-latn ;
    schema:publisher <org/687#subject> ;
    foaf:depiction <https://media.vgm.io/albums/95/42259/42259-1381757257.jpg> .

_:N4d91a40fac4f49b0bbebe1097c83eb77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "彼岸花(Autobahn Remix)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N8d4aeb5ae50444e1886f9dc090228080 ;
    schema:name "彼岸花(Autobahn Remix)"@ja .

_:N6288fdb605024349b991a20bc3b70d56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "束縛アネモネーション"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N8d4aeb5ae50444e1886f9dc090228080 ;
    schema:name "束縛アネモネーション"@ja .

_:N9dabdb7bdbdd404a8d52a5bcfd2846b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "束縛アネモネーション(Instrumental)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N8d4aeb5ae50444e1886f9dc090228080 ;
    schema:name "束縛アネモネーション(Instrumental)"@ja .

_:Nabdf6c1d2f9140288c3c4974abccbc85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "忘却のレトロスペクティブ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:N8d4aeb5ae50444e1886f9dc090228080 ;
    schema:name "忘却のレトロスペクティブ"@ja .

_:Nd8d9b81d43a242d587446dea6d3e16ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "忘却のレトロスペクティブ(Instrumental)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:N8d4aeb5ae50444e1886f9dc090228080 ;
    schema:name "忘却のレトロスペクティブ(Instrumental)"@ja .

_:N8d4aeb5ae50444e1886f9dc090228080 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4d91a40fac4f49b0bbebe1097c83eb77,
        _:N6288fdb605024349b991a20bc3b70d56,
        _:N9dabdb7bdbdd404a8d52a5bcfd2846b2,
        _:Nabdf6c1d2f9140288c3c4974abccbc85,
        _:Nd8d9b81d43a242d587446dea6d3e16ea ;
    mo:track_count 5 ;
    schema:duration "PT23:00"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N4d91a40fac4f49b0bbebe1097c83eb77,
        _:N6288fdb605024349b991a20bc3b70d56,
        _:N9dabdb7bdbdd404a8d52a5bcfd2846b2,
        _:Nabdf6c1d2f9140288c3c4974abccbc85,
        _:Nd8d9b81d43a242d587446dea6d3e16ea .

