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

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

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

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

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/13/15231/15231-1252282854.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/15231#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-12-30"^^xsd:date ;
    dcterms:title "Leila Prismriver"@en,
        "Leila Prismriver"@ja,
        "Leila Prismriver"@ja-latn ;
    mo:catalogue_number "CDMQ-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15231#musicalexpression> ;
    mo:publisher _:Nec9a4babb57e4fad89fcd716f6e870a3 ;
    mo:record _:Ne463e664712f450e8a43f4c5a0963d83 ;
    mo:record_count 1 ;
    mo:release <event/13> ;
    schema:about <product/10#subject>,
        <product/18#subject>,
        <product/22#subject> ;
    schema:datePublished "2005-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/15231/15231-1252282854.jpg> ;
    schema:name "Leila Prismriver"@en,
        "Leila Prismriver"@ja,
        "Leila Prismriver"@ja-latn ;
    schema:publisher _:Nec9a4babb57e4fad89fcd716f6e870a3 ;
    foaf:depiction <https://media.vgm.io/albums/13/15231/15231-1252282854.jpg> .

_:N069bec46aac842b4a1a3c247bc5f0a0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "騒霊サーカス ～ Reverie"@ja ;
    mo:track_number 1 ;
    schema:duration "PT6:29"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "騒霊サーカス ～ Reverie"@ja .

_:N0f41fcd290c34f2b994bb4385fff7702 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Legend of KAGE"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "The Legend of KAGE"@ja .

_:N106c332cd06d486e9ca74e58019aed32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "西方チルドレン"@ja ;
    mo:track_number 4 ;
    schema:duration "PT7:38"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "西方チルドレン"@ja .

_:N11e34c5d719244f3be25746a7adb458a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Magic of Life"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:48"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "Magic of Life"@ja .

_:N27ac811672854daca023a2876453933c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "蓬莱伝説 ～ 終わらない幻想"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "蓬莱伝説 ～ 終わらない幻想"@ja .

_:N2eefa506644442b4891c1a3dcbfc0fba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖月幻化"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:26"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "妖月幻化"@ja .

_:N3066bf052446418d95e86bc16c0e8db8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空飛ぶ巫女の不思議な毎日"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "空飛ぶ巫女の不思議な毎日"@ja .

_:N57d455a9333145fbb6d15abbc52636d6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "輪廻妖精 ～ Reincarnation"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "輪廻妖精 ～ Reincarnation"@ja .

_:N7d3c77c7bc6e4d95becc325de25e1a48 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EnigmatiqueDoll ～ 怪人形"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "EnigmatiqueDoll ～ 怪人形"@ja .

_:N8f19979ed52f406fafe4c16d0e7a3545 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "華胥の夢"@ja ;
    mo:track_number 11 ;
    schema:duration "PT6:37"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "華胥の夢"@ja .

_:Nad2bbafb50b64ce4b6a09204134c99a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "過去の花 ～ Fairy of Flower"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "過去の花 ～ Fairy of Flower"@ja .

_:Ncc71465b1a224a178de8c16b2b2b8bdd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "墨染パァフェクトチェリィブロサム！"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "墨染パァフェクトチェリィブロサム！"@ja .

_:Ndb800c4539e045f4bdb53170cde6d5a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "少女秘封倶楽部"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Ne463e664712f450e8a43f4c5a0963d83 ;
    schema:name "少女秘封倶楽部"@ja .

_:Nec9a4babb57e4fad89fcd716f6e870a3 schema:name "danmaq"@en ;
    foaf:name "danmaq"@en .

_:Ne463e664712f450e8a43f4c5a0963d83 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N069bec46aac842b4a1a3c247bc5f0a0b,
        _:N0f41fcd290c34f2b994bb4385fff7702,
        _:N106c332cd06d486e9ca74e58019aed32,
        _:N11e34c5d719244f3be25746a7adb458a,
        _:N27ac811672854daca023a2876453933c,
        _:N2eefa506644442b4891c1a3dcbfc0fba,
        _:N3066bf052446418d95e86bc16c0e8db8,
        _:N57d455a9333145fbb6d15abbc52636d6,
        _:N7d3c77c7bc6e4d95becc325de25e1a48,
        _:N8f19979ed52f406fafe4c16d0e7a3545,
        _:Nad2bbafb50b64ce4b6a09204134c99a1,
        _:Ncc71465b1a224a178de8c16b2b2b8bdd,
        _:Ndb800c4539e045f4bdb53170cde6d5a2 ;
    mo:track_count 13 ;
    schema:duration "PT64:39"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N069bec46aac842b4a1a3c247bc5f0a0b,
        _:N0f41fcd290c34f2b994bb4385fff7702,
        _:N106c332cd06d486e9ca74e58019aed32,
        _:N11e34c5d719244f3be25746a7adb458a,
        _:N27ac811672854daca023a2876453933c,
        _:N2eefa506644442b4891c1a3dcbfc0fba,
        _:N3066bf052446418d95e86bc16c0e8db8,
        _:N57d455a9333145fbb6d15abbc52636d6,
        _:N7d3c77c7bc6e4d95becc325de25e1a48,
        _:N8f19979ed52f406fafe4c16d0e7a3545,
        _:Nad2bbafb50b64ce4b6a09204134c99a1,
        _:Ncc71465b1a224a178de8c16b2b2b8bdd,
        _:Ndb800c4539e045f4bdb53170cde6d5a2 .

