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

<album/15053#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Wind"@en,
        "Wind"@ja,
        "Wind"@ja-latn ;
    mo:produced_work <album/15053#musicalwork> ;
    schema:name "Wind"@en,
        "Wind"@ja,
        "Wind"@ja-latn .

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

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

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

<product/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@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/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@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/35#subject> a schema:CreativeWork ;
    schema:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn ;
    foaf:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn .

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

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

<org/499#subject> schema:name "Frontier Records"@en,
        "Frontier Records"@ja,
        "Frontier Records"@ja-latn ;
    foaf:name "Frontier Records"@en,
        "Frontier Records"@ja,
        "Frontier Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/35/15053/15053-1250781407.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/15053#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "Wind"@en,
        "Wind"@ja,
        "Wind"@ja-latn ;
    mo:catalogue_number "FRCD-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15053#musicalexpression> ;
    mo:publisher <org/499#subject> ;
    mo:record _:N7ce87d86beec46829c5752652164c667 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/25#subject>,
        <product/29#subject>,
        <product/31#subject>,
        <product/33#subject>,
        <product/35#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/35/15053/15053-1250781407.jpg> ;
    schema:name "Wind"@en,
        "Wind"@ja,
        "Wind"@ja-latn ;
    schema:publisher <org/499#subject> ;
    foaf:depiction <https://media.vgm.io/albums/35/15053/15053-1250781407.jpg> .

_:N45d81e135aa34f23b007f51da627b67e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Remember 追憶"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "I Remember 追憶"@ja .

_:N4c30975633d44e8ea4c946c51408e32f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Feather"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "Feather"@ja .

_:N4f315a47ea594902aebd33cfd38fbc88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "今昔幻想郷 ～ Flower Land"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "今昔幻想郷 ～ Flower Land"@ja .

_:N506713e6e6374414b2cca29630c200f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "六十年目の東方裁判 ～ Fate of Sixty Years"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "六十年目の東方裁判 ～ Fate of Sixty Years"@ja .

_:N566fa88daf6a4f0ea45a00370892ea95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "国境"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "国境"@ja .

_:N69a01370ca8442cd81a53e4e8bb0f4f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レトロスペクティブ京都"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "レトロスペクティブ京都"@ja .

_:N774b1d2b187c41bc84c4a5fab537d1ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幼心地の有頂天"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "幼心地の有頂天"@ja .

_:N817cd5fd096842e1ad6d0cb6e5f4a9b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月見桜"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "月見桜"@ja .

_:Nb0841d6bc0244718815084cdbf134570 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アルデバラン ～ 緋い星"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "アルデバラン ～ 緋い星"@ja .

_:Nb8d5132896a4456ba68f88cda1f45330 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "神々が恋した幻想郷"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "神々が恋した幻想郷"@ja .

_:Nc0773bb2d22b468e9f85633a1b5d6e34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "彼岸帰航 ～ Riverside View"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "彼岸帰航 ～ Riverside View"@ja .

_:Nec06735e3226499b82c7d01a392691b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rusty Love"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N7ce87d86beec46829c5752652164c667 ;
    schema:name "Rusty Love"@ja .

_:N7ce87d86beec46829c5752652164c667 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N45d81e135aa34f23b007f51da627b67e,
        _:N4c30975633d44e8ea4c946c51408e32f,
        _:N4f315a47ea594902aebd33cfd38fbc88,
        _:N506713e6e6374414b2cca29630c200f0,
        _:N566fa88daf6a4f0ea45a00370892ea95,
        _:N69a01370ca8442cd81a53e4e8bb0f4f5,
        _:N774b1d2b187c41bc84c4a5fab537d1ec,
        _:N817cd5fd096842e1ad6d0cb6e5f4a9b0,
        _:Nb0841d6bc0244718815084cdbf134570,
        _:Nb8d5132896a4456ba68f88cda1f45330,
        _:Nc0773bb2d22b468e9f85633a1b5d6e34,
        _:Nec06735e3226499b82c7d01a392691b9 ;
    mo:track_count 12 ;
    schema:duration "PT52:09"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N45d81e135aa34f23b007f51da627b67e,
        _:N4c30975633d44e8ea4c946c51408e32f,
        _:N4f315a47ea594902aebd33cfd38fbc88,
        _:N506713e6e6374414b2cca29630c200f0,
        _:N566fa88daf6a4f0ea45a00370892ea95,
        _:N69a01370ca8442cd81a53e4e8bb0f4f5,
        _:N774b1d2b187c41bc84c4a5fab537d1ec,
        _:N817cd5fd096842e1ad6d0cb6e5f4a9b0,
        _:Nb0841d6bc0244718815084cdbf134570,
        _:Nb8d5132896a4456ba68f88cda1f45330,
        _:Nc0773bb2d22b468e9f85633a1b5d6e34,
        _:Nec06735e3226499b82c7d01a392691b9 .

