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

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

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

<event/146> a mo:Release ;
    schema:name "Released at Comic Market 81 (Dec 29, 2011 to Dec 31, 2011)" .

<product/16#subject> a schema:CreativeWork ;
    schema:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn ;
    foaf:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn .

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

<product/67#subject> a schema:CreativeWork ;
    schema:name "Kioh Gyoku"@en,
        "稀翁玉"@ja,
        "Kioh Gyoku"@ja-latn ;
    foaf:name "Kioh Gyoku"@en,
        "稀翁玉"@ja,
        "Kioh Gyoku"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/40/31704/31704-1329695126.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/31704#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "BEST POSITION"@en,
        "BEST POSITION"@ja,
        "BEST POSITION"@ja-latn ;
    mo:performance_of <album/31704#musicalwork> ;
    mo:performer <artist/11224#subject> ;
    mo:recorded_as <album/31704#musicalexpression> ;
    schema:byArtist <artist/11224#subject> ;
    schema:name "BEST POSITION"@en,
        "BEST POSITION"@ja,
        "BEST POSITION"@ja-latn ;
    schema:workPerformed <album/31704#musicalwork> .

<artist/11224#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31704#performance> ;
    schema:name "Shoudou-teki no Hito"@en,
        "衝動的の人"@ja ;
    foaf:made <album/31704#lyrics>,
        <album/31704#subject> ;
    foaf:name "Shoudou-teki no Hito"@en,
        "衝動的の人"@ja .

<album/31704#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-12-30"^^xsd:date ;
    dcterms:title "BEST POSITION"@en,
        "BEST POSITION"@ja,
        "BEST POSITION"@ja-latn ;
    mo:catalogue_number "CKBX-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/31704#musicalexpression> ;
    mo:publisher _:N77f43858dc024bbeb528c097f479ca47 ;
    mo:record _:N9c34adff80d247bb8b740d18d000927d ;
    mo:record_count 1 ;
    mo:release <event/146> ;
    schema:about <product/16#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/37#subject>,
        <product/67#subject> ;
    schema:byArtist <artist/11224#subject> ;
    schema:datePublished "2011-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/31704/31704-1329695126.jpg> ;
    schema:name "BEST POSITION"@en,
        "BEST POSITION"@ja,
        "BEST POSITION"@ja-latn ;
    schema:publisher _:N77f43858dc024bbeb528c097f479ca47 ;
    foaf:depiction <https://media.vgm.io/albums/40/31704/31704-1329695126.jpg> .

_:N0a54aef5dc0d44baa05047509fb8a768 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "wkmk"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N9c34adff80d247bb8b740d18d000927d ;
    schema:name "wkmk"@ja .

_:N27fbd32449de48e99d66f551ca66ea4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ワールズエンドスターバースト"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N9c34adff80d247bb8b740d18d000927d ;
    schema:name "ワールズエンドスターバースト"@ja .

_:N2faf07137e994966b7831203b9163727 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Samurai shodown"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N9c34adff80d247bb8b740d18d000927d ;
    schema:name "Samurai shodown"@ja .

_:N44b7c7f94a6a49178beb90828ea5162d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shanghai kung-fu generation"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N9c34adff80d247bb8b740d18d000927d ;
    schema:name "Shanghai kung-fu generation"@ja .

_:N77f43858dc024bbeb528c097f479ca47 schema:name "cakebox"@en ;
    foaf:name "cakebox"@en .

_:N7febefd3e7bc4b3a95617614d3ce9787 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "-k"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N9c34adff80d247bb8b740d18d000927d ;
    schema:name "-k"@ja .

_:N914c772f5c404143babb0ec0dc9acc37 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Floriography"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:N9c34adff80d247bb8b740d18d000927d ;
    schema:name "Floriography"@ja .

_:Ned55d69c1f494f40b79f4a3a3dd8c3d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "spinning neko kick"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N9c34adff80d247bb8b740d18d000927d ;
    schema:name "spinning neko kick"@ja .

_:Nf549c270d81a49e09a7126f67b6bfa7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恐怖！ぼっち少女のトラウマ催眠"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N9c34adff80d247bb8b740d18d000927d ;
    schema:name "恐怖！ぼっち少女のトラウマ催眠"@ja .

_:N9c34adff80d247bb8b740d18d000927d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0a54aef5dc0d44baa05047509fb8a768,
        _:N27fbd32449de48e99d66f551ca66ea4a,
        _:N2faf07137e994966b7831203b9163727,
        _:N44b7c7f94a6a49178beb90828ea5162d,
        _:N7febefd3e7bc4b3a95617614d3ce9787,
        _:N914c772f5c404143babb0ec0dc9acc37,
        _:Ned55d69c1f494f40b79f4a3a3dd8c3d7,
        _:Nf549c270d81a49e09a7126f67b6bfa7e ;
    mo:track_count 8 ;
    schema:duration "PT28:43"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N0a54aef5dc0d44baa05047509fb8a768,
        _:N27fbd32449de48e99d66f551ca66ea4a,
        _:N2faf07137e994966b7831203b9163727,
        _:N44b7c7f94a6a49178beb90828ea5162d,
        _:N7febefd3e7bc4b3a95617614d3ce9787,
        _:N914c772f5c404143babb0ec0dc9acc37,
        _:Ned55d69c1f494f40b79f4a3a3dd8c3d7,
        _:Nf549c270d81a49e09a7126f67b6bfa7e .

