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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/12008#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/12008#composition>,
        <album/12008#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/10#subject> a schema:CreativeWork ;
    schema:name "Touhou Rei'iden ~ Highly Responsive to Prayers."@en,
        "東方靈異伝　～ Highly Responsive to Prayers."@ja,
        "Touhou Rei'iden ~ Highly Responsive to Prayers."@ja-latn ;
    foaf:name "Touhou Rei'iden ~ Highly Responsive to Prayers."@en,
        "東方靈異伝　～ Highly Responsive to Prayers."@ja,
        "Touhou Rei'iden ~ Highly Responsive to Prayers."@ja-latn .

<product/12#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@ja-latn ;
    foaf:name "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@en,
        "東方封魔録　～ the Story of Eastern Wonderland."@ja,
        "Touhou Fuumaroku ~ the Story of Eastern Wonderland."@ja-latn .

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn .

<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/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@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 .

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

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

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

<org/206#subject> schema:name "Colorful Cube"@en,
        "カラフル　キューブ"@ja,
        "Colorful Cube"@ja-latn ;
    foaf:name "Colorful Cube"@en,
        "カラフル　キューブ"@ja,
        "Colorful Cube"@ja-latn .

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

<https://medium-media.vgm.io/albums/80/12008/12008-1234417768.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/12008#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-12-29"^^xsd:date ;
    dcterms:title "Accumulated Fragments"@en,
        "Accumulated Fragments"@ja,
        "Accumulated Fragments"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12008#musicalexpression> ;
    mo:publisher <org/206#subject> ;
    mo:record _:N37f100d0c46f46c5bc29c47581220846 ;
    mo:record_count 1 ;
    mo:release <event/35> ;
    schema:about <product/10#subject>,
        <product/12#subject>,
        <product/14#subject>,
        <product/16#subject>,
        <product/18#subject>,
        <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:datePublished "2008-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/80/12008/12008-1234417768.jpg> ;
    schema:name "Accumulated Fragments"@en,
        "Accumulated Fragments"@ja,
        "Accumulated Fragments"@ja-latn ;
    schema:publisher <org/206#subject> ;
    foaf:depiction <https://media.vgm.io/albums/80/12008/12008-1234417768.jpg> .

_:N0470d881d70d46bda7d5f7358aa6e534 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oriental Magician"@ja ;
    mo:track_number 18 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "Oriental Magician"@ja .

_:N1f7fe01e269c49afbfa854d16d100bdd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "竹取飛翔 MIYABI MIx"@ja ;
    mo:track_number 20 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "竹取飛翔 MIYABI MIx"@ja .

_:N2482f46b5b1249d1896f19510f7c7284 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "少女幻葬 -亡骸の視る夢は-"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "少女幻葬 -亡骸の視る夢は-"@ja .

_:N279c7e8dec124e658593773737650d18 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅楼　八拾八夢譚"@ja ;
    mo:track_number 21 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "紅楼　八拾八夢譚"@ja .

_:N4caddf8d65594a768ca048bf6dd890d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "メイドと笑顔の時間"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "メイドと笑顔の時間"@ja .

_:N5c8f6e6bac8f41afb7a82c3029534a5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雨の檻"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "雨の檻"@ja .

_:N6653a4a316b04311aa7d213e17c39aa1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幽霊楽団 - children of phantom -"@ja ;
    mo:track_number 14 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "幽霊楽団 - children of phantom -"@ja .

_:N6d2201f700ed4a50a7c275fa8e0a73ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Romantic Children"@ja ;
    mo:track_number 16 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "Romantic Children"@ja .

_:N7f500a27e2d046228cdb9d90b8a9f345 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Grimoire of Alice"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "the Grimoire of Alice"@ja .

_:N80395780d8ff4205855d127135330c20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ブクレシュティの人形師"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "ブクレシュティの人形師"@ja .

_:N85015c323b8743899aea9e2982fe6fa0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東方怪奇談"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "東方怪奇談"@ja .

_:N87825b42442245c2bb61b661b7048b74 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アリスマエステラ"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "アリスマエステラ"@ja .

_:N88c635091dc14107bf7a1ac4158e6584 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋色マジック"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "恋色マジック"@ja .

_:N906e6bf8557a453885a0f029cdd12414 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "不思議の国のアリス"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "不思議の国のアリス"@ja .

_:N987316ed86794c83adbc40daa3a9f77f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lost Dream"@ja ;
    mo:track_number 22 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "Lost Dream"@ja .

_:Na25fe0cc398648479324db5121bf5d5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "B.O.L."@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "B.O.L."@ja .

_:Na7ace374e0d146a091fff7190ab43d93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "いざ、倒れ逝くその時まで"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "いざ、倒れ逝くその時まで"@ja .

_:Nab0208d1e46e42d08ec34e135669f1e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "博霊の巫女"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "博霊の巫女"@ja .

_:Nca263459ac274f13b20245915c6ff949 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "禁断の魔法 〜Forbidden Magic"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "禁断の魔法 〜Forbidden Magic"@ja .

_:Ncca5ba53c54f4c3296d0527ca5e44739 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "上海紅茶館 [Plastic Remix]"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "上海紅茶館 [Plastic Remix]"@ja .

_:Ne78c9c818cfb4c4eb9ba58c4e94cca0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "懐かしき東方のNの血"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "懐かしき東方のNの血"@ja .

_:Nee5079ca474145d79168377e6a56003d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "遠野幻想物語"@ja ;
    mo:track_number 15 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N37f100d0c46f46c5bc29c47581220846 ;
    schema:name "遠野幻想物語"@ja .

_:N37f100d0c46f46c5bc29c47581220846 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0470d881d70d46bda7d5f7358aa6e534,
        _:N1f7fe01e269c49afbfa854d16d100bdd,
        _:N2482f46b5b1249d1896f19510f7c7284,
        _:N279c7e8dec124e658593773737650d18,
        _:N4caddf8d65594a768ca048bf6dd890d2,
        _:N5c8f6e6bac8f41afb7a82c3029534a5b,
        _:N6653a4a316b04311aa7d213e17c39aa1,
        _:N6d2201f700ed4a50a7c275fa8e0a73ee,
        _:N7f500a27e2d046228cdb9d90b8a9f345,
        _:N80395780d8ff4205855d127135330c20,
        _:N85015c323b8743899aea9e2982fe6fa0,
        _:N87825b42442245c2bb61b661b7048b74,
        _:N88c635091dc14107bf7a1ac4158e6584,
        _:N906e6bf8557a453885a0f029cdd12414,
        _:N987316ed86794c83adbc40daa3a9f77f,
        _:Na25fe0cc398648479324db5121bf5d5f,
        _:Na7ace374e0d146a091fff7190ab43d93,
        _:Nab0208d1e46e42d08ec34e135669f1e8,
        _:Nca263459ac274f13b20245915c6ff949,
        _:Ncca5ba53c54f4c3296d0527ca5e44739,
        _:Ne78c9c818cfb4c4eb9ba58c4e94cca0f,
        _:Nee5079ca474145d79168377e6a56003d ;
    mo:track_count 22 ;
    schema:duration "PT75:48"^^xsd:interval ;
    schema:numTracks 22 ;
    schema:track _:N0470d881d70d46bda7d5f7358aa6e534,
        _:N1f7fe01e269c49afbfa854d16d100bdd,
        _:N2482f46b5b1249d1896f19510f7c7284,
        _:N279c7e8dec124e658593773737650d18,
        _:N4caddf8d65594a768ca048bf6dd890d2,
        _:N5c8f6e6bac8f41afb7a82c3029534a5b,
        _:N6653a4a316b04311aa7d213e17c39aa1,
        _:N6d2201f700ed4a50a7c275fa8e0a73ee,
        _:N7f500a27e2d046228cdb9d90b8a9f345,
        _:N80395780d8ff4205855d127135330c20,
        _:N85015c323b8743899aea9e2982fe6fa0,
        _:N87825b42442245c2bb61b661b7048b74,
        _:N88c635091dc14107bf7a1ac4158e6584,
        _:N906e6bf8557a453885a0f029cdd12414,
        _:N987316ed86794c83adbc40daa3a9f77f,
        _:Na25fe0cc398648479324db5121bf5d5f,
        _:Na7ace374e0d146a091fff7190ab43d93,
        _:Nab0208d1e46e42d08ec34e135669f1e8,
        _:Nca263459ac274f13b20245915c6ff949,
        _:Ncca5ba53c54f4c3296d0527ca5e44739,
        _:Ne78c9c818cfb4c4eb9ba58c4e94cca0f,
        _:Nee5079ca474145d79168377e6a56003d .

