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

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

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

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

<event/155> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 8 (Oct 07, 2012)" .

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

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

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

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

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

<org/740#subject> schema:name "Mikan-Box"@en,
        "みかん箱"@ja,
        "Mikan-Box"@ja-latn ;
    foaf:name "Mikan-Box"@en,
        "みかん箱"@ja,
        "Mikan-Box"@ja-latn .

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

<https://medium-media.vgm.io/albums/89/35598/35598-1349283305.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/35598#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-10-07"^^xsd:date ;
    dcterms:title "Continuity"@en,
        "Continuity"@ja,
        "Continuity"@ja-latn ;
    mo:catalogue_number "MMCD-0014" ;
    mo:media_type "CD" ;
    mo:publication_of <album/35598#musicalexpression> ;
    mo:publisher <org/740#subject> ;
    mo:record _:Na3c9317e0156439bae1bcce5909df0e2 ;
    mo:record_count 1 ;
    mo:release <event/155> ;
    schema:about <product/20#subject>,
        <product/276#subject>,
        <product/29#subject>,
        <product/37#subject> ;
    schema:datePublished "2012-10-07"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/89/35598/35598-1349283305.jpg> ;
    schema:name "Continuity"@en,
        "Continuity"@ja,
        "Continuity"@ja-latn ;
    schema:publisher <org/740#subject> ;
    foaf:depiction <https://media.vgm.io/albums/89/35598/35598-1349283305.jpg> .

_:N124ee6ccba914ad2829323981fded973 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "心の隙間"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na3c9317e0156439bae1bcce5909df0e2 ;
    schema:name "心の隙間"@ja .

_:N140f6b2aa0284952a89b89b5603121e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Continuity"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na3c9317e0156439bae1bcce5909df0e2 ;
    schema:name "Continuity"@ja .

_:N5db570547fa84526b300b924e8aa2399 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "無意識の海"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na3c9317e0156439bae1bcce5909df0e2 ;
    schema:name "無意識の海"@ja .

_:Na8e37a6b41bf4343982247cd4118c13e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "495年の探求の旅"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na3c9317e0156439bae1bcce5909df0e2 ;
    schema:name "495年の探求の旅"@ja .

_:Nbf27732382f34b949bd5c3e03316b9c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Circulation"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na3c9317e0156439bae1bcce5909df0e2 ;
    schema:name "Circulation"@ja .

_:Na3c9317e0156439bae1bcce5909df0e2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N124ee6ccba914ad2829323981fded973,
        _:N140f6b2aa0284952a89b89b5603121e7,
        _:N5db570547fa84526b300b924e8aa2399,
        _:Na8e37a6b41bf4343982247cd4118c13e,
        _:Nbf27732382f34b949bd5c3e03316b9c8 ;
    mo:track_count 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N124ee6ccba914ad2829323981fded973,
        _:N140f6b2aa0284952a89b89b5603121e7,
        _:N5db570547fa84526b300b924e8aa2399,
        _:Na8e37a6b41bf4343982247cd4118c13e,
        _:Nbf27732382f34b949bd5c3e03316b9c8 .

