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

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

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

<event/100> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 8 (May 08, 2011)" .

<product/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/09/42590/42590-1383961123.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/42590#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "FUTURE"@en,
        "FUTURE"@ja,
        "FUTURE"@ja-latn ;
    mo:performance_of <album/42590#musicalwork> ;
    mo:performer _:N5edcecf7f9ce4efc80cd9034209cd237 ;
    mo:recorded_as <album/42590#musicalexpression> ;
    schema:byArtist _:N5edcecf7f9ce4efc80cd9034209cd237 ;
    schema:name "FUTURE"@en,
        "FUTURE"@ja,
        "FUTURE"@ja-latn ;
    schema:workPerformed <album/42590#musicalwork> .

<album/42590#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-05-08"^^xsd:date ;
    dcterms:title "FUTURE"@en,
        "FUTURE"@ja,
        "FUTURE"@ja-latn ;
    mo:catalogue_number "ARNC-0002" ;
    mo:media_type "CD" ;
    mo:publication_of <album/42590#musicalexpression> ;
    mo:publisher _:Ncdc8077c2b914e8999a69e72100e2cba ;
    mo:record _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    mo:record_count 1 ;
    mo:release <event/100> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/35#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "yuki"@en ;
            foaf:name "yuki"@en ] ;
    schema:datePublished "2011-05-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/09/42590/42590-1383961123.jpg> ;
    schema:name "FUTURE"@en,
        "FUTURE"@ja,
        "FUTURE"@ja-latn ;
    schema:publisher _:Ncdc8077c2b914e8999a69e72100e2cba ;
    foaf:depiction <https://media.vgm.io/albums/09/42590/42590-1383961123.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "mieu"@en ;
    foaf:made <album/42590#lyrics> ;
    foaf:name "mieu"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "mieu"@en ;
    foaf:made <album/42590#subject> ;
    foaf:name "mieu"@en .

_:N0925db93164e4136a72eb9df644c7b34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eternity"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "Eternity"@ja .

_:N1a82b56441e34244847b9df3fb03083f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forsight"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "Forsight"@ja .

_:N393f985f60ed4504b9c9a5cdfc7d13f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RESURRECTION! (instrumental)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "RESURRECTION! (instrumental)"@ja .

_:N4304e24ccaf843969e9c329bd84ed2f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "世界線"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "世界線"@ja .

_:N5edcecf7f9ce4efc80cd9034209cd237 a schema:Person,
        foaf:Person ;
    mo:performed <album/42590#performance> ;
    schema:name "yuki"@en ;
    foaf:name "yuki"@en .

_:N865c65d5d81a4be9aa9d864e27460bd9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rules"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "Rules"@ja .

_:N8bac7195cf3347d1b57614e2f060aa11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RESURRECTION!"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "RESURRECTION!"@ja .

_:Nc68bc5b8ec4e43ed8e50322b488578fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eternity (instrumental)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "Eternity (instrumental)"@ja .

_:Ncdc8077c2b914e8999a69e72100e2cba schema:name "Arnica"@en ;
    foaf:name "Arnica"@en .

_:Nd87a51b6f22844b995f1194742d5fea2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "螺旋の夢 (instrumental)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "螺旋の夢 (instrumental)"@ja .

_:Ne9f1fe2caefb499385e1440d42f23036 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "螺旋の夢"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:10"^^xsd:interval ;
    schema:inPlaylist _:Nf3782b7b01ec410e95276bb6bcf54fce ;
    schema:name "螺旋の夢"@ja .

_:Nf3782b7b01ec410e95276bb6bcf54fce a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0925db93164e4136a72eb9df644c7b34,
        _:N1a82b56441e34244847b9df3fb03083f,
        _:N393f985f60ed4504b9c9a5cdfc7d13f5,
        _:N4304e24ccaf843969e9c329bd84ed2f3,
        _:N865c65d5d81a4be9aa9d864e27460bd9,
        _:N8bac7195cf3347d1b57614e2f060aa11,
        _:Nc68bc5b8ec4e43ed8e50322b488578fd,
        _:Nd87a51b6f22844b995f1194742d5fea2,
        _:Ne9f1fe2caefb499385e1440d42f23036 ;
    mo:track_count 9 ;
    schema:duration "PT38:28"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N0925db93164e4136a72eb9df644c7b34,
        _:N1a82b56441e34244847b9df3fb03083f,
        _:N393f985f60ed4504b9c9a5cdfc7d13f5,
        _:N4304e24ccaf843969e9c329bd84ed2f3,
        _:N865c65d5d81a4be9aa9d864e27460bd9,
        _:N8bac7195cf3347d1b57614e2f060aa11,
        _:Nc68bc5b8ec4e43ed8e50322b488578fd,
        _:Nd87a51b6f22844b995f1194742d5fea2,
        _:Ne9f1fe2caefb499385e1440d42f23036 .

