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

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

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

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

<event/9> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 4 (May 20, 2007)" .

<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/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

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

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

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

<org/288#subject> schema:name "UI-70"@en,
        "UI-70"@ja,
        "UI-70"@ja-latn ;
    foaf:name "UI-70"@en,
        "UI-70"@ja,
        "UI-70"@ja-latn .

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

<https://medium-media.vgm.io/albums/54/6545/6545-1199440706.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/6545#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-05-20"^^xsd:date ;
    dcterms:title "Dist"@en,
        "Dist"@ja,
        "Dist"@ja-latn ;
    mo:catalogue_number "UI-0009" ;
    mo:media_type "CD" ;
    mo:publication_of <album/6545#musicalexpression> ;
    mo:publisher <org/288#subject> ;
    mo:record _:N17e1131425334cba9de92e5944f97ea2 ;
    mo:record_count 1 ;
    mo:release <event/9> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2007-05-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/6545/6545-1199440706.jpg> ;
    schema:name "Dist"@en,
        "Dist"@ja,
        "Dist"@ja-latn ;
    schema:publisher <org/288#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/6545/6545-1199440706.jpg> .

_:N2776dd446b0a4ea38b8f4257f2e505bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evening Primrose"@en,
        "月見草"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "Evening Primrose"@en,
        "月見草"@ja .

_:N2940b7b58aad48c08c813825e17288b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shanghai Teahouse ~ Chinese Tea"@en,
        "上海紅茶館 ～ Chinese Tea"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "Shanghai Teahouse ~ Chinese Tea"@en,
        "上海紅茶館 ～ Chinese Tea"@ja .

_:N4c75ca60d23e467ba46fd3a369f3fb60 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Imperishable Night ~ Eastern Night"@en,
        "永夜抄 ～ Eastern Night"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "Imperishable Night ~ Eastern Night"@en,
        "永夜抄 ～ Eastern Night"@ja .

_:N766f646cf55c45efa086a48e2a9bea7a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Young Descendant of Tepes"@en,
        "ツェペシュの幼き末裔"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "The Young Descendant of Tepes"@en,
        "ツェペシュの幼き末裔"@ja .

_:N834302488ae14dd882aa09a471bdac6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Fantastic Legend of Tohno"@en,
        "遠野幻想物語"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "The Fantastic Legend of Tohno"@en,
        "遠野幻想物語"@ja .

_:N92aa14b1d5824d1e837ff1ac9d367427 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Soul as Red as a Ground Cherry"@en,
        "ほおずきみたいに紅い魂"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "A Soul as Red as a Ground Cherry"@en,
        "ほおずきみたいに紅い魂"@ja .

_:Nb342868e0c05450cb6c5e730ba2ea01c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oriental Dark Flight"@en,
        "オリエンタルダークフライト"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "Oriental Dark Flight"@en,
        "オリエンタルダークフライト"@ja .

_:Nd65161c3543d492f8127c478dbcaab5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gensokyo, Past and Present"@en,
        "今昔幻想郷"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "Gensokyo, Past and Present"@en,
        "今昔幻想郷"@ja .

_:Nf3c013323f9a4203a2bc0c868556f628 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mound of Life"@en,
        "此岸の塚"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N17e1131425334cba9de92e5944f97ea2 ;
    schema:name "Mound of Life"@en,
        "此岸の塚"@ja .

_:N17e1131425334cba9de92e5944f97ea2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2776dd446b0a4ea38b8f4257f2e505bf,
        _:N2940b7b58aad48c08c813825e17288b4,
        _:N4c75ca60d23e467ba46fd3a369f3fb60,
        _:N766f646cf55c45efa086a48e2a9bea7a,
        _:N834302488ae14dd882aa09a471bdac6c,
        _:N92aa14b1d5824d1e837ff1ac9d367427,
        _:Nb342868e0c05450cb6c5e730ba2ea01c,
        _:Nd65161c3543d492f8127c478dbcaab5b,
        _:Nf3c013323f9a4203a2bc0c868556f628 ;
    mo:track_count 9 ;
    schema:duration "PT32:16"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N2776dd446b0a4ea38b8f4257f2e505bf,
        _:N2940b7b58aad48c08c813825e17288b4,
        _:N4c75ca60d23e467ba46fd3a369f3fb60,
        _:N766f646cf55c45efa086a48e2a9bea7a,
        _:N834302488ae14dd882aa09a471bdac6c,
        _:N92aa14b1d5824d1e837ff1ac9d367427,
        _:Nb342868e0c05450cb6c5e730ba2ea01c,
        _:Nd65161c3543d492f8127c478dbcaab5b,
        _:Nf3c013323f9a4203a2bc0c868556f628 .

