@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 _:Nbc1275f568774b53a771e661a13f935f ;
    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> .

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

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

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

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

_:N47ec8279c6bc417c8f4bdc5095cf9540 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 _:Nbc1275f568774b53a771e661a13f935f ;
    schema:name "Phantom-Liberation-Neo[off vocal]"@ja .

_:N4b8a50e40c4f4c9ca1f831f5b94e5e6b 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 _:Nbc1275f568774b53a771e661a13f935f ;
    schema:name "end one's life[off vocal]"@ja .

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

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

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

_:Nc8c96e70343f4ecbaacc7d89141269b0 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 _:Nbc1275f568774b53a771e661a13f935f ;
    schema:name "precious wish(Re-mix ver)"@ja .

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

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

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

_:Nbc1275f568774b53a771e661a13f935f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N17de820618734febaa461c82302cd6e2,
        _:N2370e6bb104b4305b085b9fbab74f4e6,
        _:N2d22aad69ba94f709fceceb432b8b823,
        _:N4405ada208934b4796647188174a1f88,
        _:N47ec8279c6bc417c8f4bdc5095cf9540,
        _:N4b8a50e40c4f4c9ca1f831f5b94e5e6b,
        _:N69c646927aa54c6db1d9e9e1a27d6037,
        _:N914957d331ee4a14b986481751af0361,
        _:Na6b5ae6f5eee4cb3a63e0ea4718fa1bb,
        _:Nc8c96e70343f4ecbaacc7d89141269b0,
        _:Nc9cbc85389364916ab0ee2ff798a18d9,
        _:Nd5a3bdd91b8a41e7b5bf144c88de7e86,
        _:Nea1eace1470242199536f82412adeb4a ;
    mo:track_count 13 ;
    schema:duration "PT66:06"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N17de820618734febaa461c82302cd6e2,
        _:N2370e6bb104b4305b085b9fbab74f4e6,
        _:N2d22aad69ba94f709fceceb432b8b823,
        _:N4405ada208934b4796647188174a1f88,
        _:N47ec8279c6bc417c8f4bdc5095cf9540,
        _:N4b8a50e40c4f4c9ca1f831f5b94e5e6b,
        _:N69c646927aa54c6db1d9e9e1a27d6037,
        _:N914957d331ee4a14b986481751af0361,
        _:Na6b5ae6f5eee4cb3a63e0ea4718fa1bb,
        _:Nc8c96e70343f4ecbaacc7d89141269b0,
        _:Nc9cbc85389364916ab0ee2ff798a18d9,
        _:Nd5a3bdd91b8a41e7b5bf144c88de7e86,
        _:Nea1eace1470242199536f82412adeb4a .

