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

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

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

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

<event/68> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 7 (Mar 14, 2010)" .

<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/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/28564#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "existence"@en,
        "existence"@ja,
        "existence"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/28564#musicalwork> ;
    schema:name "existence"@en,
        "existence"@ja,
        "existence"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/46/28564/28564-1314760755.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/28564#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "existence"@en,
        "existence"@ja,
        "existence"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/28564#musicalexpression> ;
    mo:publisher _:Nf5d8dfe1bf5f4becabeff2cb3462d666 ;
    mo:record _:N4bf5c8f3cb9c4eb28cb9c9c3525dcaef ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/33#subject> ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/46/28564/28564-1314760755.jpg> ;
    schema:name "existence"@en,
        "existence"@ja,
        "existence"@ja-latn ;
    schema:publisher _:Nf5d8dfe1bf5f4becabeff2cb3462d666 ;
    foaf:depiction <https://media.vgm.io/albums/46/28564/28564-1314760755.jpg> .

_:N24c20bb46d784ffe9146f4b33887314f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "existence"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N4bf5c8f3cb9c4eb28cb9c9c3525dcaef ;
    schema:name "existence"@en .

_:N33bba7b038094660bd4a34e13a9d03f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fantasy cherry blossoms"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N4bf5c8f3cb9c4eb28cb9c9c3525dcaef ;
    schema:name "Fantasy cherry blossoms"@en .

_:N58175b3f10ac4431b2f0863561374951 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To the fog"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N4bf5c8f3cb9c4eb28cb9c9c3525dcaef ;
    schema:name "To the fog"@en .

_:Nd48dd3cd64e54b6886497746e2bd255d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Memories on far day"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N4bf5c8f3cb9c4eb28cb9c9c3525dcaef ;
    schema:name "Memories on far day"@en .

_:Nea0a0953fed0402bbbc0fae553104ac4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Assassin at night"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N4bf5c8f3cb9c4eb28cb9c9c3525dcaef ;
    schema:name "Assassin at night"@en .

_:Nf5d8dfe1bf5f4becabeff2cb3462d666 schema:name "Ukyouya"@en ;
    foaf:name "Ukyouya"@en .

_:N4bf5c8f3cb9c4eb28cb9c9c3525dcaef a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N24c20bb46d784ffe9146f4b33887314f,
        _:N33bba7b038094660bd4a34e13a9d03f1,
        _:N58175b3f10ac4431b2f0863561374951,
        _:Nd48dd3cd64e54b6886497746e2bd255d,
        _:Nea0a0953fed0402bbbc0fae553104ac4 ;
    mo:track_count 5 ;
    schema:duration "PT17:26"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N24c20bb46d784ffe9146f4b33887314f,
        _:N33bba7b038094660bd4a34e13a9d03f1,
        _:N58175b3f10ac4431b2f0863561374951,
        _:Nd48dd3cd64e54b6886497746e2bd255d,
        _:Nea0a0953fed0402bbbc0fae553104ac4 .

