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

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

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

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

<artist/1003#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9804#subject> ;
    schema:name "Dobu Usagi"@en,
        "どぶウサギ"@ja ;
    foaf:made <album/9804#composition>,
        <album/9804#subject> ;
    foaf:name "Dobu Usagi"@en,
        "どぶウサギ"@ja .

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

<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/9804#musicalexpression> a mo:Signal ;
    mo:published_as <album/9804#subject> ;
    mo:records <album/9804#performance> .

<album/9804#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Profound Symphony from The Sanctuary: Divertimento of Scattering Flowers ~ Flower Divertimento"@en,
        "深弾奏結界　散華嬉遊曲　Flower Divertimento"@ja,
        "Shindansou Kekkai: Sange Kiyuukyoku ~ Flower Divertimento"@ja-latn ;
    mo:performance_of <album/9804#musicalwork> ;
    mo:recorded_as <album/9804#musicalexpression> ;
    schema:name "Profound Symphony from The Sanctuary: Divertimento of Scattering Flowers ~ Flower Divertimento"@en,
        "深弾奏結界　散華嬉遊曲　Flower Divertimento"@ja,
        "Shindansou Kekkai: Sange Kiyuukyoku ~ Flower Divertimento"@ja-latn ;
    schema:workPerformed <album/9804#musicalwork> .

<org/100#subject> schema:name "dBu music"@en,
        "dBu music"@ja,
        "dBu music"@ja-latn ;
    foaf:name "dBu music"@en,
        "dBu music"@ja,
        "dBu music"@ja-latn .

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

<https://medium-media.vgm.io/albums/40/9804/9804-1385442764.jpg> a schema:ImageObject,
        foaf:Image .

<album/9804#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Profound Symphony from The Sanctuary: Divertimento of Scattering Flowers ~ Flower Divertimento"@en,
        "深弾奏結界　散華嬉遊曲　Flower Divertimento"@ja,
        "Shindansou Kekkai: Sange Kiyuukyoku ~ Flower Divertimento"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/1003#subject> ;
    mo:produced_work <album/9804#musicalwork> ;
    schema:name "Profound Symphony from The Sanctuary: Divertimento of Scattering Flowers ~ Flower Divertimento"@en,
        "深弾奏結界　散華嬉遊曲　Flower Divertimento"@ja,
        "Shindansou Kekkai: Sange Kiyuukyoku ~ Flower Divertimento"@ja-latn .

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

<album/9804#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-12-30"^^xsd:date ;
    dcterms:title "Profound Symphony from The Sanctuary: Divertimento of Scattering Flowers ~ Flower Divertimento"@en,
        "深弾奏結界　散華嬉遊曲　Flower Divertimento"@ja,
        "Shindansou Kekkai: Sange Kiyuukyoku ~ Flower Divertimento"@ja-latn ;
    mo:catalogue_number "DBCD-0005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/9804#musicalexpression> ;
    mo:publisher <org/100#subject> ;
    mo:record _:Naff328a4ec33428c9eb0a52add82fd3c ;
    mo:record_count 1 ;
    mo:release <event/13> ;
    schema:about <product/29#subject> ;
    schema:datePublished "2005-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/9804/9804-1385442764.jpg> ;
    schema:name "Profound Symphony from The Sanctuary: Divertimento of Scattering Flowers ~ Flower Divertimento"@en,
        "深弾奏結界　散華嬉遊曲　Flower Divertimento"@ja,
        "Shindansou Kekkai: Sange Kiyuukyoku ~ Flower Divertimento"@ja-latn ;
    schema:publisher <org/100#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/9804/9804-1385442764.jpg> .

_:N0f738a08f57647ed80f99410c996770c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mound of the Living World ~ Recollection"@en,
        "此岸の塚 〜 Recollection"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Mound of the Living World ~ Recollection"@en,
        "此岸の塚 〜 Recollection"@ja .

_:N29ac33a8108c4a0191d9d4821597a7f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flowers Scatter, Sins Become Illusion"@en,
        "花は散り、罪は幻想に"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Flowers Scatter, Sins Become Illusion"@en,
        "花は散り、罪は幻想に"@ja .

_:N45beb388f8584925acd30c773c369a1e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flower Divertimento ~ Souls Make Blooms"@en,
        "散華嬉遊曲 〜 Souls Make Blooms"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Flower Divertimento ~ Souls Make Blooms"@en,
        "散華嬉遊曲 〜 Souls Make Blooms"@ja .

_:N576496fcaaf9426282761df6cac0d265 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ophelia of the Lily Field ~ Poison Body"@en,
        "鈴蘭畑のオフィーリア 〜 Poison Body"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Ophelia of the Lily Field ~ Poison Body"@en,
        "鈴蘭畑のオフィーリア 〜 Poison Body"@ja .

_:N638a16edbf204914bddb5cdf59014ea1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flower Viewing Hill ~ Phantasmagoria"@en,
        "花映塚 〜 Phantasmagoria"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Flower Viewing Hill ~ Phantasmagoria"@en,
        "花映塚 〜 Phantasmagoria"@ja .

_:N85b890c0e907493bb5c89282d880e341 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Night of Flowering"@en,
        "the Night of Flowering"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "the Night of Flowering"@en,
        "the Night of Flowering"@ja .

_:N87429d5808b7445bb9aa0595c86b3cf1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wind God Girl ~ the Article by Crow"@en,
        "風神少女 〜 the Article by Crow"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Wind God Girl ~ the Article by Crow"@en,
        "風神少女 〜 the Article by Crow"@ja .

_:N88aa45d84b4442c0b5284d3c4bb29014 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Second Open-Air Burial"@en,
        "二度目の風葬"@ja ;
    mo:track_number 14 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "A Second Open-Air Burial"@en,
        "二度目の風葬"@ja .

_:Naa1918ec42cc4cb7b27d11ed553d4e30 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oriental Dark Flight"@en,
        "Oriental Dark Flight"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Oriental Dark Flight"@en,
        "Oriental Dark Flight"@ja .

_:Nb2b7182c5eb14112ad5ac3567307a25b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gensokyo Past and Present ~ Shaking Sunflowers"@en,
        "今昔幻想郷 〜 shaking Sunflowers"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Gensokyo Past and Present ~ Shaking Sunflowers"@en,
        "今昔幻想郷 〜 shaking Sunflowers"@ja .

_:Nce16f2f7c7ba4c28ab5276dad0367a65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sixty-Year Touhou Judgement ~ the Presiding Judge of Xanadu"@en,
        "六十年目の東方裁判 〜 the Presiding Judge of Xanadu"@ja ;
    mo:track_number 11 ;
    schema:duration "PT5:44"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Sixty-Year Touhou Judgement ~ the Presiding Judge of Xanadu"@en,
        "六十年目の東方裁判 〜 the Presiding Judge of Xanadu"@ja .

_:Ne705164f01564d7187526038df86eb9a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lady Rabbit's White Body"@en,
        "おうささまのしろいはだ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Lady Rabbit's White Body"@en,
        "おうささまのしろいはだ"@ja .

_:Nea8e162a107349c8a5cd390a43bb9d7c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Higan Retour ~ Titanic of Stygian"@en,
        "彼岸帰航 〜 Titanic of Stygian"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Higan Retour ~ Titanic of Stygian"@en,
        "彼岸帰航 〜 Titanic of Stygian"@ja .

_:Nee46c4daffae4a68a2c3ea21513cc73d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spring-colored Lane ~ the Colorful Alley"@en,
        "春色小路 〜 the Colorful Alley"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:Naff328a4ec33428c9eb0a52add82fd3c ;
    schema:name "Spring-colored Lane ~ the Colorful Alley"@en,
        "春色小路 〜 the Colorful Alley"@ja .

_:Naff328a4ec33428c9eb0a52add82fd3c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f738a08f57647ed80f99410c996770c,
        _:N29ac33a8108c4a0191d9d4821597a7f8,
        _:N45beb388f8584925acd30c773c369a1e,
        _:N576496fcaaf9426282761df6cac0d265,
        _:N638a16edbf204914bddb5cdf59014ea1,
        _:N85b890c0e907493bb5c89282d880e341,
        _:N87429d5808b7445bb9aa0595c86b3cf1,
        _:N88aa45d84b4442c0b5284d3c4bb29014,
        _:Naa1918ec42cc4cb7b27d11ed553d4e30,
        _:Nb2b7182c5eb14112ad5ac3567307a25b,
        _:Nce16f2f7c7ba4c28ab5276dad0367a65,
        _:Ne705164f01564d7187526038df86eb9a,
        _:Nea8e162a107349c8a5cd390a43bb9d7c,
        _:Nee46c4daffae4a68a2c3ea21513cc73d ;
    mo:track_count 14 ;
    schema:duration "PT51:55"^^xsd:interval ;
    schema:numTracks 14 ;
    schema:track _:N0f738a08f57647ed80f99410c996770c,
        _:N29ac33a8108c4a0191d9d4821597a7f8,
        _:N45beb388f8584925acd30c773c369a1e,
        _:N576496fcaaf9426282761df6cac0d265,
        _:N638a16edbf204914bddb5cdf59014ea1,
        _:N85b890c0e907493bb5c89282d880e341,
        _:N87429d5808b7445bb9aa0595c86b3cf1,
        _:N88aa45d84b4442c0b5284d3c4bb29014,
        _:Naa1918ec42cc4cb7b27d11ed553d4e30,
        _:Nb2b7182c5eb14112ad5ac3567307a25b,
        _:Nce16f2f7c7ba4c28ab5276dad0367a65,
        _:Ne705164f01564d7187526038df86eb9a,
        _:Nea8e162a107349c8a5cd390a43bb9d7c,
        _:Nee46c4daffae4a68a2c3ea21513cc73d .

