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

<artist/4800#subject> a schema:Person,
        foaf:Person ;
    schema:name "MAKI"@en ;
    foaf:made <album/12182#lyrics>,
        <album/12182#subject> ;
    foaf:name "MAKI"@en .

<artist/5322#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuri Nashimoto"@en,
        "梨本悠里"@ja ;
    foaf:made <album/12182#lyrics>,
        <album/12182#subject> ;
    foaf:name "Yuri Nashimoto"@en,
        "梨本悠里"@ja .

<artist/5519#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nachi Sakaue"@en,
        "坂上なち"@ja ;
    foaf:made <album/12182#lyrics>,
        <album/12182#subject> ;
    foaf:name "Nachi Sakaue"@en,
        "坂上なち"@ja .

<artist/6794#subject> a schema:Person,
        foaf:Person ;
    schema:name "Sayaka Yamazaki"@en,
        "やまざきさやか"@ja ;
    foaf:made <album/12182#lyrics>,
        <album/12182#subject> ;
    foaf:name "Sayaka Yamazaki"@en,
        "やまざきさやか"@ja .

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

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

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

<album/12182#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Eclectic Phantasm"@en,
        "東方更紗歌集 Eclectic Phantasm"@ja,
        "Eclectic Phantasm"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/12182#musicalwork> ;
    schema:name "Eclectic Phantasm"@en,
        "東方更紗歌集 Eclectic Phantasm"@ja,
        "Eclectic Phantasm"@ja-latn .

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

<org/210#subject> schema:name "Seventh-Heaven Maxion"@en,
        "セブンスヘブンMAXION"@ja,
        "Seventh-Heaven Maxion"@ja-latn ;
    foaf:name "Seventh-Heaven Maxion"@en,
        "セブンスヘブンMAXION"@ja,
        "Seventh-Heaven Maxion"@ja-latn .

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

<https://medium-media.vgm.io/albums/28/12182/12182-1235060821.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/2471#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12182#performance> ;
    schema:name "Luca"@en,
        "流歌"@ja ;
    foaf:name "Luca"@en,
        "流歌"@ja .

<artist/36964#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12182#performance> ;
    schema:name "3L"@en ;
    foaf:name "3L"@en .

<artist/5323#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12182#performance> ;
    schema:name "kenya"@en ;
    foaf:name "kenya"@en .

<artist/5521#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12182#performance> ;
    schema:name "Misa Kikouden"@en,
        "きこうでんみさ"@ja ;
    foaf:name "Misa Kikouden"@en,
        "きこうでんみさ"@ja .

<artist/5523#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12182#performance> ;
    schema:name "BB"@en ;
    foaf:name "BB"@en .

<artist/5526#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/12182#performance> ;
    schema:name "SaRaSa"@en ;
    foaf:name "SaRaSa"@en .

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

<album/12182#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Eclectic Phantasm"@en,
        "東方更紗歌集 Eclectic Phantasm"@ja,
        "Eclectic Phantasm"@ja-latn ;
    mo:performance_of <album/12182#musicalwork> ;
    mo:performer <artist/2471#subject>,
        <artist/36964#subject>,
        <artist/5323#subject>,
        <artist/5521#subject>,
        <artist/5523#subject>,
        <artist/5526#subject> ;
    mo:recorded_as <album/12182#musicalexpression> ;
    schema:byArtist <artist/2471#subject>,
        <artist/36964#subject>,
        <artist/5323#subject>,
        <artist/5521#subject>,
        <artist/5523#subject>,
        <artist/5526#subject> ;
    schema:name "Eclectic Phantasm"@en,
        "東方更紗歌集 Eclectic Phantasm"@ja,
        "Eclectic Phantasm"@ja-latn ;
    schema:workPerformed <album/12182#musicalwork> .

<album/12182#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-06-15"^^xsd:date ;
    dcterms:title "Eclectic Phantasm"@en,
        "東方更紗歌集 Eclectic Phantasm"@ja,
        "Eclectic Phantasm"@ja-latn ;
    mo:catalogue_number "SHM-0018" ;
    mo:media_type "CD" ;
    mo:publication_of <album/12182#musicalexpression> ;
    mo:publisher <org/210#subject> ;
    mo:record _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    mo:record_count 1 ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/33#subject> ;
    schema:byArtist <artist/2471#subject>,
        <artist/36964#subject>,
        <artist/5323#subject>,
        <artist/5521#subject>,
        <artist/5523#subject>,
        <artist/5526#subject> ;
    schema:datePublished "2008-06-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/12182/12182-1235060821.jpg> ;
    schema:name "Eclectic Phantasm"@en,
        "東方更紗歌集 Eclectic Phantasm"@ja,
        "Eclectic Phantasm"@ja-latn ;
    schema:publisher <org/210#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/12182/12182-1235060821.jpg> .

_:N023e06b38b0e4c1e9334e65d9a44f915 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "end one's life"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "end one's life"@ja .

_:N07c08d82498f4545825ff048aeeb75e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "precious wish(Re-mix ver)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:50"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "precious wish(Re-mix ver)"@ja .

_:N09a8a10632724814976bfae8efa81c64 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "precious wish[off vocal]"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:50"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "precious wish[off vocal]"@ja .

_:N112e407c04b74b10b3692d42588fb0ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖ノ夢"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "妖ノ夢"@ja .

_:N52b636f0e8a34f2cb202594c77f14451 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あやとり"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "あやとり"@ja .

_:N874eafea56684ae292a96b82c660213e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東方風神祭"@ja ;
    mo:track_number 13 ;
    schema:duration "PT11:00"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "東方風神祭"@ja .

_:N88c280d5e2e04a909a465dea9463ca4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖ノ夢[off vocal]"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "妖ノ夢[off vocal]"@ja .

_:N8f7335a59eb14f0eb2a6f9607f9b084d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phantom-Liberation-Neo[off vocal]"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "Phantom-Liberation-Neo[off vocal]"@ja .

_:N9f6dc946a5e0454cb1be9a1cc32425d3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "真説・桜花輪転[off vocal]"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "真説・桜花輪転[off vocal]"@ja .

_:Nca9d04c0edba442aa846015cdcad53b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "end one's life[off vocal]"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "end one's life[off vocal]"@ja .

_:Nd56de71e286241b5aa8cc259612fe5f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あやとり[off vocal]"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "あやとり[off vocal]"@ja .

_:Nd7f37e08fbbf497ca8817cfd8fbaa087 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phantom-Liberation-Neo"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "Phantom-Liberation-Neo"@ja .

_:Nf23701473f5d4612acf4829ada6b5a0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "真説・桜花輪転"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Nb2f23822bb7a40f091b9a430e94bfa76 ;
    schema:name "真説・桜花輪転"@ja .

_:Nb2f23822bb7a40f091b9a430e94bfa76 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N023e06b38b0e4c1e9334e65d9a44f915,
        _:N07c08d82498f4545825ff048aeeb75e6,
        _:N09a8a10632724814976bfae8efa81c64,
        _:N112e407c04b74b10b3692d42588fb0ad,
        _:N52b636f0e8a34f2cb202594c77f14451,
        _:N874eafea56684ae292a96b82c660213e,
        _:N88c280d5e2e04a909a465dea9463ca4d,
        _:N8f7335a59eb14f0eb2a6f9607f9b084d,
        _:N9f6dc946a5e0454cb1be9a1cc32425d3,
        _:Nca9d04c0edba442aa846015cdcad53b1,
        _:Nd56de71e286241b5aa8cc259612fe5f0,
        _:Nd7f37e08fbbf497ca8817cfd8fbaa087,
        _:Nf23701473f5d4612acf4829ada6b5a0e ;
    mo:track_count 13 ;
    schema:duration "PT66:06"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N023e06b38b0e4c1e9334e65d9a44f915,
        _:N07c08d82498f4545825ff048aeeb75e6,
        _:N09a8a10632724814976bfae8efa81c64,
        _:N112e407c04b74b10b3692d42588fb0ad,
        _:N52b636f0e8a34f2cb202594c77f14451,
        _:N874eafea56684ae292a96b82c660213e,
        _:N88c280d5e2e04a909a465dea9463ca4d,
        _:N8f7335a59eb14f0eb2a6f9607f9b084d,
        _:N9f6dc946a5e0454cb1be9a1cc32425d3,
        _:Nca9d04c0edba442aa846015cdcad53b1,
        _:Nd56de71e286241b5aa8cc259612fe5f0,
        _:Nd7f37e08fbbf497ca8817cfd8fbaa087,
        _:Nf23701473f5d4612acf4829ada6b5a0e .

