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

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

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

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

<event/51> a mo:Release ;
    schema:name "Released at Comic Market 76 (Aug 14, 2009 to Aug 16, 2009)" .

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

<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/14987#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Kisoukyoku"@en,
        "東方奇奏曲"@ja,
        "Touhou Kisoukyoku"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/14987#musicalwork> ;
    schema:name "Touhou Kisoukyoku"@en,
        "東方奇奏曲"@ja,
        "Touhou Kisoukyoku"@ja-latn .

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

<album/14987#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Kisoukyoku"@en,
        "東方奇奏曲"@ja,
        "Touhou Kisoukyoku"@ja-latn ;
    mo:performance_of <album/14987#musicalwork> ;
    mo:recorded_as <album/14987#musicalexpression> ;
    schema:name "Touhou Kisoukyoku"@en,
        "東方奇奏曲"@ja,
        "Touhou Kisoukyoku"@ja-latn ;
    schema:workPerformed <album/14987#musicalwork> .

<org/172#subject> schema:name "AQUA STYLE"@en,
        "アクアスタイル"@ja,
        "AQUA STYLE"@ja-latn ;
    foaf:name "AQUA STYLE"@en,
        "アクアスタイル"@ja,
        "AQUA STYLE"@ja-latn .

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

<https://medium-media.vgm.io/albums/78/14987/14987-1250329715.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/14987#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "Touhou Kisoukyoku"@en,
        "東方奇奏曲"@ja,
        "Touhou Kisoukyoku"@ja-latn ;
    mo:catalogue_number "AQUA-0024" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14987#musicalexpression> ;
    mo:publisher <org/172#subject> ;
    mo:record _:Nce6afab31a5449d6af2a180df245da13 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/27#subject>,
        <product/29#subject>,
        <product/33#subject>,
        <product/51#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/78/14987/14987-1250329715.jpg> ;
    schema:name "Touhou Kisoukyoku"@en,
        "東方奇奏曲"@ja,
        "Touhou Kisoukyoku"@ja-latn ;
    schema:publisher <org/172#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/14987/14987-1250329715.jpg> .

_:N119282ee44ed4af59ddc951c3f2b9f72 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Faith is for the Transient People Ver.M★SANAE"@en,
        "信仰は儚き人間の為にVer.M★SANAE"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "Faith is for the Transient People Ver.M★SANAE"@en,
        "信仰は儚き人間の為にVer.M★SANAE"@ja .

_:N4c0837cfa4b44756a780fb08ee21d771 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Traditional Old Man and the Stylish Girl"@en,
        "時代親父とハイカラ少女"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "The Traditional Old Man and the Stylish Girl"@en,
        "時代親父とハイカラ少女"@ja .

_:N6aa315db38c1458280cfbd7584dd3521 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beware the Umbrella Left There Forever"@en,
        "万年置き傘にご注意を"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "Beware the Umbrella Left There Forever"@en,
        "万年置き傘にご注意を"@ja .

_:N759752a2ffff4d838b23b8d1a38b5304 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "At the End of Spring"@en,
        "春の湊に"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "At the End of Spring"@en,
        "春の湊に"@ja .

_:N7811a209f045496ca8953a28ad0d75b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sky Ruin"@en,
        "スカイルーイン"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "Sky Ruin"@en,
        "スカイルーイン"@ja .

_:N8e0af046a8cb455cafb3856cde623331 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Shadow in the Blue Sky"@en,
        "青空の影"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "A Shadow in the Blue Sky"@en,
        "青空の影"@ja .

_:N90bcbcdc33f44cf8857ff7ae961ab3ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maiden's Capriccio"@en,
        "少女綺想曲"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "Maiden's Capriccio"@en,
        "少女綺想曲"@ja .

_:Nbed551c7e06049c482d3bbf688f2fd86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flowering Night Ver.M☆SAKUYA"@en,
        "フラワリングナイトVer.M☆SAKUYA"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "Flowering Night Ver.M☆SAKUYA"@en,
        "フラワリングナイトVer.M☆SAKUYA"@ja .

_:Nc48cdd76a8474b74a3ad80052b96c666 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Tiny, Tiny, Clever Commander"@en,
        "小さな小さな賢将"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "A Tiny, Tiny, Clever Commander"@en,
        "小さな小さな賢将"@ja .

_:Ne863923be1a74fa69883899430f8ad72 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Faith is for the Transient People"@en,
        "信仰は儚き人間の為に"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "Faith is for the Transient People"@en,
        "信仰は儚き人間の為に"@ja .

_:Nf71c0540199d48538f8541a366d83b39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love-Colored Master Spark"@en,
        "恋色マスタースパーク"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "Love-Colored Master Spark"@en,
        "恋色マスタースパーク"@ja .

_:Nf8bd5f07b53542fdab13ec1d9181c5eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sealed Cloud Route"@en,
        "閉ざせし雲の通い路"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:Nce6afab31a5449d6af2a180df245da13 ;
    schema:name "The Sealed Cloud Route"@en,
        "閉ざせし雲の通い路"@ja .

_:Nce6afab31a5449d6af2a180df245da13 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N119282ee44ed4af59ddc951c3f2b9f72,
        _:N4c0837cfa4b44756a780fb08ee21d771,
        _:N6aa315db38c1458280cfbd7584dd3521,
        _:N759752a2ffff4d838b23b8d1a38b5304,
        _:N7811a209f045496ca8953a28ad0d75b3,
        _:N8e0af046a8cb455cafb3856cde623331,
        _:N90bcbcdc33f44cf8857ff7ae961ab3ef,
        _:Nbed551c7e06049c482d3bbf688f2fd86,
        _:Nc48cdd76a8474b74a3ad80052b96c666,
        _:Ne863923be1a74fa69883899430f8ad72,
        _:Nf71c0540199d48538f8541a366d83b39,
        _:Nf8bd5f07b53542fdab13ec1d9181c5eb ;
    mo:track_count 12 ;
    schema:duration "PT37:55"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N119282ee44ed4af59ddc951c3f2b9f72,
        _:N4c0837cfa4b44756a780fb08ee21d771,
        _:N6aa315db38c1458280cfbd7584dd3521,
        _:N759752a2ffff4d838b23b8d1a38b5304,
        _:N7811a209f045496ca8953a28ad0d75b3,
        _:N8e0af046a8cb455cafb3856cde623331,
        _:N90bcbcdc33f44cf8857ff7ae961ab3ef,
        _:Nbed551c7e06049c482d3bbf688f2fd86,
        _:Nc48cdd76a8474b74a3ad80052b96c666,
        _:Ne863923be1a74fa69883899430f8ad72,
        _:Nf71c0540199d48538f8541a366d83b39,
        _:Nf8bd5f07b53542fdab13ec1d9181c5eb .

