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

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

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

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

<event/172> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 12 (May 10, 2015)" .

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

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

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

<org/985#subject> schema:name "Aether"@en,
        "Aether"@ja,
        "Aether"@ja-latn ;
    foaf:name "Aether"@en,
        "Aether"@ja,
        "Aether"@ja-latn .

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

<https://medium-media.vgm.io/albums/14/54341/54341-1451462340.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/54341#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-05-10"^^xsd:date ;
    dcterms:title "II-V-VII"@en,
        "II-V-VII"@ja,
        "II-V-VII"@ja-latn ;
    mo:catalogue_number "SHAT-0007" ;
    mo:media_type "CD" ;
    mo:publication_of <album/54341#musicalexpression> ;
    mo:publisher <org/985#subject> ;
    mo:record _:N615f2f26d6234ed1a5678cb5b59c1f82 ;
    mo:record_count 1 ;
    mo:release <event/172> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/33#subject>,
        <product/37#subject> ;
    schema:datePublished "2015-05-10"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/14/54341/54341-1451462340.jpg> ;
    schema:name "II-V-VII"@en,
        "II-V-VII"@ja,
        "II-V-VII"@ja-latn ;
    schema:publisher <org/985#subject> ;
    foaf:depiction <https://media.vgm.io/albums/14/54341/54341-1451462340.jpg> .

_:N071165c33a054a768885eda06b255512 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Fantastic Tales from Tono"@en,
        "遠野幻想物語"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N615f2f26d6234ed1a5678cb5b59c1f82 ;
    schema:name "The Fantastic Tales from Tono"@en,
        "遠野幻想物語"@ja .

_:Na0497c57a1384d5cab31bd75ce1540f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voyage 1969"@en,
        "ヴォヤージュ1969"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:N615f2f26d6234ed1a5678cb5b59c1f82 ;
    schema:name "Voyage 1969"@en,
        "ヴォヤージュ1969"@ja .

_:Na4ff57465dbc48258ed27a04eda5baca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Doll Judgment"@en,
        "人形裁判"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N615f2f26d6234ed1a5678cb5b59c1f82 ;
    schema:name "Doll Judgment"@en,
        "人形裁判"@ja .

_:Nd8f0003c10d84ccf958c1a90ec4502f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Gensokyo the Gods Loved"@en,
        "神々が恋した幻想郷"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N615f2f26d6234ed1a5678cb5b59c1f82 ;
    schema:name "The Gensokyo the Gods Loved"@en,
        "神々が恋した幻想郷"@ja .

_:Ne7496f65d01b431db6d5afb11d2292c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Remote"@en,
        "ラストリモート"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N615f2f26d6234ed1a5678cb5b59c1f82 ;
    schema:name "Last Remote"@en,
        "ラストリモート"@ja .

_:N615f2f26d6234ed1a5678cb5b59c1f82 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N071165c33a054a768885eda06b255512,
        _:Na0497c57a1384d5cab31bd75ce1540f5,
        _:Na4ff57465dbc48258ed27a04eda5baca,
        _:Nd8f0003c10d84ccf958c1a90ec4502f1,
        _:Ne7496f65d01b431db6d5afb11d2292c4 ;
    mo:track_count 5 ;
    schema:duration "PT22:53"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N071165c33a054a768885eda06b255512,
        _:Na0497c57a1384d5cab31bd75ce1540f5,
        _:Na4ff57465dbc48258ed27a04eda5baca,
        _:Nd8f0003c10d84ccf958c1a90ec4502f1,
        _:Ne7496f65d01b431db6d5afb11d2292c4 .

