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

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

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

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

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

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

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

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

<org/299#subject> schema:name "Dark PHOENiX"@en,
        "Dark PHOENiX"@ja,
        "Dark PHOENiX"@ja-latn ;
    foaf:name "Dark PHOENiX"@en,
        "Dark PHOENiX"@ja,
        "Dark PHOENiX"@ja-latn .

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

<https://medium-media.vgm.io/albums/08/17280/17280-1262733822.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/17280#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "Arrow Realize"@en,
        "Arrow Realize"@ja,
        "Arrow Realize"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/17280#musicalexpression> ;
    mo:publisher <org/299#subject> ;
    mo:record _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/33#subject>,
        <product/37#subject> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/08/17280/17280-1262733822.jpg> ;
    schema:name "Arrow Realize"@en,
        "Arrow Realize"@ja,
        "Arrow Realize"@ja-latn ;
    schema:publisher <org/299#subject> ;
    foaf:depiction <https://media.vgm.io/albums/08/17280/17280-1262733822.jpg> .

_:N07a91bafb54043eea6af4df62e2183e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Primal Scene of Japan the Girl Saw"@en,
        "少女が見た日本の原風景"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "The Primal Scene of Japan the Girl Saw"@en,
        "少女が見た日本の原風景"@ja .

_:N26e37075fc9c4db992a4364f1b19091e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Green-Eyed Jealousy"@en,
        "緑眼のジェラシー"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Green-Eyed Jealousy"@en,
        "緑眼のジェラシー"@ja .

_:N49cf352a124f4dbc86982d241d5b0531 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crystallized Silver"@en,
        "クリスタライズシルバー"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Crystallized Silver"@en,
        "クリスタライズシルバー"@ja .

_:N4faf7d110f3a42c8bf969f05d81734cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gensokyo Millennium"@en,
        "千年幻想郷"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Gensokyo Millennium"@en,
        "千年幻想郷"@ja .

_:N6b6c9ff06ca345d780c631dbd25aeacf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Satori Maiden"@en,
        "少女さとり"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Satori Maiden"@en,
        "少女さとり"@ja .

_:N6ef5592192c54cc3a61bbe77440fdc66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fall of Fall"@en,
        "フォールオブフォール"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Fall of Fall"@en,
        "フォールオブフォール"@ja .

_:N9baafdd4259843ef8bceeefa7baca4fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloom Nobly, Cherry Blossoms of Sumizome"@en,
        "幽雅に咲かせ、墨染の桜"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Bloom Nobly, Cherry Blossoms of Sumizome"@en,
        "幽雅に咲かせ、墨染の桜"@ja .

_:Nbcc13156a6a04bba819e48e0154c0758 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Plain Asia"@en,
        "プレインエイジア"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Plain Asia"@en,
        "プレインエイジア"@ja .

_:Nc2d5db5a99244788a1ee74ea5b246861 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flight of the Bamboo Cutter"@en,
        "竹取飛翔"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Flight of the Bamboo Cutter"@en,
        "竹取飛翔"@ja .

_:Nc674ea828a0140ccb36873064cec26a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Charming Domination"@en,
        "妖々跋扈"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 ;
    schema:name "Charming Domination"@en,
        "妖々跋扈"@ja .

_:Ne5b60f766b4a4ef8b4f78ba73dfd2a57 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07a91bafb54043eea6af4df62e2183e4,
        _:N26e37075fc9c4db992a4364f1b19091e,
        _:N49cf352a124f4dbc86982d241d5b0531,
        _:N4faf7d110f3a42c8bf969f05d81734cf,
        _:N6b6c9ff06ca345d780c631dbd25aeacf,
        _:N6ef5592192c54cc3a61bbe77440fdc66,
        _:N9baafdd4259843ef8bceeefa7baca4fb,
        _:Nbcc13156a6a04bba819e48e0154c0758,
        _:Nc2d5db5a99244788a1ee74ea5b246861,
        _:Nc674ea828a0140ccb36873064cec26a6 ;
    mo:track_count 10 ;
    schema:duration "PT41:15"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N07a91bafb54043eea6af4df62e2183e4,
        _:N26e37075fc9c4db992a4364f1b19091e,
        _:N49cf352a124f4dbc86982d241d5b0531,
        _:N4faf7d110f3a42c8bf969f05d81734cf,
        _:N6b6c9ff06ca345d780c631dbd25aeacf,
        _:N6ef5592192c54cc3a61bbe77440fdc66,
        _:N9baafdd4259843ef8bceeefa7baca4fb,
        _:Nbcc13156a6a04bba819e48e0154c0758,
        _:Nc2d5db5a99244788a1ee74ea5b246861,
        _:Nc674ea828a0140ccb36873064cec26a6 .

