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

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

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

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

<event/91> a mo:Release ;
    schema:name "Released at Comic Market 78 (Aug 13, 2010 to Aug 15, 2010)" .

<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/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/276#subject> a schema:CreativeWork ;
    schema:name "Double Spoiler ~ Touhou Bunkachou"@en,
        "ダブルスポイラー　〜 東方文花帖"@ja,
        "Double Spoiler ~ Touhou Bunkachou"@ja-latn ;
    foaf:name "Double Spoiler ~ Touhou Bunkachou"@en,
        "ダブルスポイラー　〜 東方文花帖"@ja,
        "Double Spoiler ~ Touhou Bunkachou"@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 .

<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/64#subject> a schema:CreativeWork ;
    schema:name "Syu-so-gyoku"@en,
        "秋霜玉"@ja,
        "Shuusou Gyoku"@ja-latn ;
    foaf:name "Syu-so-gyoku"@en,
        "秋霜玉"@ja,
        "Shuusou Gyoku"@ja-latn .

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

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

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

<org/335#subject> schema:name "Vandyk"@en,
        "ばんだいく"@ja,
        "Vandyk"@ja-latn ;
    foaf:name "Vandyk"@en,
        "ばんだいく"@ja,
        "Vandyk"@ja-latn .

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

<https://medium-media.vgm.io/albums/19/20491/20491-1280654951.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/20491#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "Leitwerk"@en,
        "Leitwerk"@ja,
        "Leitwerk"@ja-latn ;
    mo:catalogue_number "VD-014" ;
    mo:media_type "CD" ;
    mo:publication_of <album/20491#musicalexpression> ;
    mo:publisher <org/335#subject> ;
    mo:record _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/10#subject>,
        <product/16#subject>,
        <product/18#subject>,
        <product/20#subject>,
        <product/276#subject>,
        <product/33#subject>,
        <product/37#subject>,
        <product/64#subject> ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/19/20491/20491-1280654951.jpg> ;
    schema:name "Leitwerk"@en,
        "Leitwerk"@ja,
        "Leitwerk"@ja-latn ;
    schema:publisher <org/335#subject> ;
    foaf:depiction <https://media.vgm.io/albums/19/20491/20491-1280654951.jpg> .

_:N0eb8e77b77a049e9969f528e1419bb25 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sealed-Away Youkai ~ Lost Place"@en,
        "封じられた妖怪 ～ Lost Place"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:35"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "The Sealed-Away Youkai ~ Lost Place"@en,
        "封じられた妖怪 ～ Lost Place"@ja .

_:N1129c1278a624fe1af21e32477e966a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tomorrow will be Sunny; Yesterday was Not"@en,
        "明日ハレの日、ケの昨日"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:35"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Tomorrow will be Sunny; Yesterday was Not"@en,
        "明日ハレの日、ケの昨日"@ja .

_:N15e305d410ef4534a0fa154e1fe0285c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dream Machine ~ Innocent Power"@en,
        "夢機械　～ Innocent Power"@ja ;
    mo:track_number 7 ;
    schema:duration "PT6:18"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Dream Machine ~ Innocent Power"@en,
        "夢機械　～ Innocent Power"@ja .

_:N4532d0ee9bcd43df9e06bd94271db34f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Romantic Children"@en,
        "Romantic Children"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Romantic Children"@en,
        "Romantic Children"@ja .

_:N4aec4095c02a4178975605cbcdf3ebd1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bell of Avici ~ Infinite Nightmare"@en,
        "無間の鐘　～ Infinite Nightmare"@ja ;
    mo:track_number 11 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Bell of Avici ~ Infinite Nightmare"@en,
        "無間の鐘　～ Infinite Nightmare"@ja .

_:N54baec44a54a43f899fce7b121d8cc12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Apparitions Stalk the Night"@en,
        "妖魔夜行"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:15"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Apparitions Stalk the Night"@en,
        "妖魔夜行"@ja .

_:N7121016f554e468ab30f8a14cadea49b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A God That Loves People ~ Romantic Fall"@en,
        "人恋し神様　～ Romantic Fall"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:29"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "A God That Loves People ~ Romantic Fall"@en,
        "人恋し神様　～ Romantic Fall"@ja .

_:N8debc4c8ef7d44aa9f043e697db40a67 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Now, Until The Moment You Die"@en,
        "いざ、倒れ逝くその時まで"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Now, Until The Moment You Die"@en,
        "いざ、倒れ逝くその時まで"@ja .

_:N8e6e2a9eaba94ae08bf106c8c3a14259 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Youkai Modern Colony"@en,
        "妖怪モダンコロニー"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:36"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Youkai Modern Colony"@en,
        "妖怪モダンコロニー"@ja .

_:Na38cc190f9dc4dada1bbc04e9838532f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Faint Dream ~ Inanimate Dream"@en,
        "幽夢　～ Inanimate Dream"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Faint Dream ~ Inanimate Dream"@en,
        "幽夢　～ Inanimate Dream"@ja .

_:Ncbd76f67126244ab8c054a83819f6704 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Greenwich in the Sky"@en,
        "天空グリニッジ"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "Greenwich in the Sky"@en,
        "天空グリニッジ"@ja .

_:Nfc617539af8f4bd5b36f9b4f0750f5f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Grimoire of Alice"@en,
        "the Grimoire of Alice"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:44"^^xsd:interval ;
    schema:inPlaylist _:Nae15d62e3e8b456e9ab85a7efa7134cf ;
    schema:name "the Grimoire of Alice"@en,
        "the Grimoire of Alice"@ja .

_:Nae15d62e3e8b456e9ab85a7efa7134cf a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0eb8e77b77a049e9969f528e1419bb25,
        _:N1129c1278a624fe1af21e32477e966a3,
        _:N15e305d410ef4534a0fa154e1fe0285c,
        _:N4532d0ee9bcd43df9e06bd94271db34f,
        _:N4aec4095c02a4178975605cbcdf3ebd1,
        _:N54baec44a54a43f899fce7b121d8cc12,
        _:N7121016f554e468ab30f8a14cadea49b,
        _:N8debc4c8ef7d44aa9f043e697db40a67,
        _:N8e6e2a9eaba94ae08bf106c8c3a14259,
        _:Na38cc190f9dc4dada1bbc04e9838532f,
        _:Ncbd76f67126244ab8c054a83819f6704,
        _:Nfc617539af8f4bd5b36f9b4f0750f5f4 ;
    mo:track_count 12 ;
    schema:duration "PT63:10"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N0eb8e77b77a049e9969f528e1419bb25,
        _:N1129c1278a624fe1af21e32477e966a3,
        _:N15e305d410ef4534a0fa154e1fe0285c,
        _:N4532d0ee9bcd43df9e06bd94271db34f,
        _:N4aec4095c02a4178975605cbcdf3ebd1,
        _:N54baec44a54a43f899fce7b121d8cc12,
        _:N7121016f554e468ab30f8a14cadea49b,
        _:N8debc4c8ef7d44aa9f043e697db40a67,
        _:N8e6e2a9eaba94ae08bf106c8c3a14259,
        _:Na38cc190f9dc4dada1bbc04e9838532f,
        _:Ncbd76f67126244ab8c054a83819f6704,
        _:Nfc617539af8f4bd5b36f9b4f0750f5f4 .

