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

<artist/11592#subject> a schema:Person,
        foaf:Person ;
    schema:name "sunny"@en ;
    foaf:made <album/22599#lyrics>,
        <album/22599#subject> ;
    foaf:name "sunny"@en .

<artist/16586#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nakao Boushi"@en,
        "ナカオボウシ"@ja ;
    foaf:made <album/22599#lyrics>,
        <album/22599#subject> ;
    foaf:name "Nakao Boushi"@en,
        "ナカオボウシ"@ja .

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

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

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

<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/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/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/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

<album/22599#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ouka no Shou"@en,
        "桜下之抄"@ja,
        "Ouka no Shou"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/22599#musicalwork> ;
    schema:name "Ouka no Shou"@en,
        "桜下之抄"@ja,
        "Ouka no Shou"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/99/22599/22599-1293004690.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/6621#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/22599#performance> ;
    schema:name "Nei Kino"@en,
        "木野寧"@ja ;
    foaf:name "Nei Kino"@en,
        "木野寧"@ja .

<artist/7300#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/22599#performance> ;
    schema:name "Zakuro Motoki"@en,
        "本木咲黒"@ja ;
    foaf:name "Zakuro Motoki"@en,
        "本木咲黒"@ja .

<artist/9677#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/22599#performance> ;
    schema:name "niimu"@en,
        "にいむ"@ja ;
    foaf:name "niimu"@en,
        "にいむ"@ja .

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

<album/22599#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ouka no Shou"@en,
        "桜下之抄"@ja,
        "Ouka no Shou"@ja-latn ;
    mo:performance_of <album/22599#musicalwork> ;
    mo:performer _:Nb5ac0dbaadf44139922d307e1feafb16,
        <artist/6621#subject>,
        <artist/7300#subject>,
        <artist/9677#subject> ;
    mo:recorded_as <album/22599#musicalexpression> ;
    schema:byArtist _:Nb5ac0dbaadf44139922d307e1feafb16,
        <artist/6621#subject>,
        <artist/7300#subject>,
        <artist/9677#subject> ;
    schema:name "Ouka no Shou"@en,
        "桜下之抄"@ja,
        "Ouka no Shou"@ja-latn ;
    schema:workPerformed <album/22599#musicalwork> .

<album/22599#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "Ouka no Shou"@en,
        "桜下之抄"@ja,
        "Ouka no Shou"@ja-latn ;
    mo:catalogue_number "EFM-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/22599#musicalexpression> ;
    mo:publisher _:N3505cf6f249c4aa58c984772100740b3 ;
    mo:record _:N684a0100f699449baa6f7d359febf10f ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/22#subject>,
        <product/29#subject>,
        <product/33#subject>,
        <product/51#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Chika Ueki"@en ;
            foaf:name "Chika Ueki"@en ],
        <artist/6621#subject>,
        <artist/7300#subject>,
        <artist/9677#subject> ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/99/22599/22599-1293004690.jpg> ;
    schema:name "Ouka no Shou"@en,
        "桜下之抄"@ja,
        "Ouka no Shou"@ja-latn ;
    schema:publisher _:N3505cf6f249c4aa58c984772100740b3 ;
    foaf:depiction <https://media.vgm.io/albums/99/22599/22599-1293004690.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "アイガー安宅"@en ;
    foaf:made <album/22599#lyrics> ;
    foaf:name "アイガー安宅"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "アイガー安宅"@en ;
    foaf:made <album/22599#subject> ;
    foaf:name "アイガー安宅"@en .

_:N00ad73d791304b00ab4eb661c90dc117 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハルカナミナト"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N684a0100f699449baa6f7d359febf10f ;
    schema:name "ハルカナミナト"@ja .

_:N06c696ca924146e29d02edc540e8339a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flower of goddess"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N684a0100f699449baa6f7d359febf10f ;
    schema:name "Flower of goddess"@ja .

_:N3505cf6f249c4aa58c984772100740b3 schema:name "En-Flan"@en ;
    foaf:name "En-Flan"@en .

_:N4f5d5b4c45e143b9a8c362e51ec89b9b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Endless fall"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N684a0100f699449baa6f7d359febf10f ;
    schema:name "Endless fall"@ja .

_:N727d851906f74564bced7b6537164378 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "手の鳴る方へ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N684a0100f699449baa6f7d359febf10f ;
    schema:name "手の鳴る方へ"@ja .

_:N8132aabc59e24e93a5d7f3ff848c8e83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夜、奪う"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N684a0100f699449baa6f7d359febf10f ;
    schema:name "夜、奪う"@ja .

_:Na45524595bca447cad89f11a33bcf46f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "a suspicious dream"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:N684a0100f699449baa6f7d359febf10f ;
    schema:name "a suspicious dream"@ja .

_:Nb5ac0dbaadf44139922d307e1feafb16 a schema:Person,
        foaf:Person ;
    mo:performed <album/22599#performance> ;
    schema:name "Chika Ueki"@en ;
    foaf:name "Chika Ueki"@en .

_:Ne885570143384d94abcfec19f242a1d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "a doubtful dream"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:17"^^xsd:interval ;
    schema:inPlaylist _:N684a0100f699449baa6f7d359febf10f ;
    schema:name "a doubtful dream"@ja .

_:N684a0100f699449baa6f7d359febf10f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00ad73d791304b00ab4eb661c90dc117,
        _:N06c696ca924146e29d02edc540e8339a,
        _:N4f5d5b4c45e143b9a8c362e51ec89b9b,
        _:N727d851906f74564bced7b6537164378,
        _:N8132aabc59e24e93a5d7f3ff848c8e83,
        _:Na45524595bca447cad89f11a33bcf46f,
        _:Ne885570143384d94abcfec19f242a1d2 ;
    mo:track_count 7 ;
    schema:duration "PT21:16"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N00ad73d791304b00ab4eb661c90dc117,
        _:N06c696ca924146e29d02edc540e8339a,
        _:N4f5d5b4c45e143b9a8c362e51ec89b9b,
        _:N727d851906f74564bced7b6537164378,
        _:N8132aabc59e24e93a5d7f3ff848c8e83,
        _:Na45524595bca447cad89f11a33bcf46f,
        _:Ne885570143384d94abcfec19f242a1d2 .

