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

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

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

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

<artist/1928#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10890#subject> ;
    schema:name "U2 Akiyama"@en,
        "あきやまうに"@ja ;
    foaf:made <album/10890#composition>,
        <album/10890#subject> ;
    foaf:name "U2 Akiyama"@en,
        "あきやまうに"@ja .

<event/38> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 4 (Nov 02, 2008)" .

<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/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/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/10890#musicalexpression> a mo:Signal ;
    mo:published_as <album/10890#subject> ;
    mo:records <album/10890#performance> .

<album/10890#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SNOW PRINT-in the fairy tale-"@en,
        "SNOW PRINT-in the fairy tale-"@ja,
        "SNOW PRINT-in the fairy tale-"@ja-latn ;
    mo:performance_of <album/10890#musicalwork> ;
    mo:recorded_as <album/10890#musicalexpression> ;
    schema:name "SNOW PRINT-in the fairy tale-"@en,
        "SNOW PRINT-in the fairy tale-"@ja,
        "SNOW PRINT-in the fairy tale-"@ja-latn ;
    schema:workPerformed <album/10890#musicalwork> .

<org/444#subject> schema:name "N-tone"@en,
        "N-tone"@ja,
        "N-tone"@ja-latn ;
    foaf:name "N-tone"@en,
        "N-tone"@ja,
        "N-tone"@ja-latn .

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

<https://medium-media.vgm.io/albums/09/10890/10890-1225376927.png> a schema:ImageObject,
        foaf:Image .

<album/10890#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SNOW PRINT-in the fairy tale-"@en,
        "SNOW PRINT-in the fairy tale-"@ja,
        "SNOW PRINT-in the fairy tale-"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/1928#subject> ;
    mo:produced_work <album/10890#musicalwork> ;
    schema:name "SNOW PRINT-in the fairy tale-"@en,
        "SNOW PRINT-in the fairy tale-"@ja,
        "SNOW PRINT-in the fairy tale-"@ja-latn .

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

<album/10890#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-11-02"^^xsd:date ;
    dcterms:title "SNOW PRINT-in the fairy tale-"@en,
        "SNOW PRINT-in the fairy tale-"@ja,
        "SNOW PRINT-in the fairy tale-"@ja-latn ;
    mo:catalogue_number "NTCD-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10890#musicalexpression> ;
    mo:publisher <org/444#subject> ;
    mo:record _:N6092cf3caee64a9297b82675f8b22dd9 ;
    mo:record_count 1 ;
    mo:release <event/38> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/35#subject> ;
    schema:datePublished "2008-11-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/09/10890/10890-1225376927.png> ;
    schema:name "SNOW PRINT-in the fairy tale-"@en,
        "SNOW PRINT-in the fairy tale-"@ja,
        "SNOW PRINT-in the fairy tale-"@ja-latn ;
    schema:publisher <org/444#subject> ;
    foaf:depiction <https://media.vgm.io/albums/09/10890/10890-1225376927.png> .

_:N0edaed371a8a4f86b62af7b7ed6f3a0a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "equinoctial"@ja ;
    mo:track_number 3 ;
    schema:duration "PT7:41"^^xsd:interval ;
    schema:inPlaylist _:N6092cf3caee64a9297b82675f8b22dd9 ;
    schema:name "equinoctial"@ja .

_:N2db2c5ac252349648fbf991fa66fbf11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サクラサクユメ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:50"^^xsd:interval ;
    schema:inPlaylist _:N6092cf3caee64a9297b82675f8b22dd9 ;
    schema:name "サクラサクユメ"@ja .

_:N60320c24979c46e0afd3fced116e926c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SNOW PRINT-N-tone Remix-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT8:33"^^xsd:interval ;
    schema:inPlaylist _:N6092cf3caee64a9297b82675f8b22dd9 ;
    schema:name "SNOW PRINT-N-tone Remix-"@ja .

_:N735e25377a1541e688dd49cbabdd2b45 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Watery Forest"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:N6092cf3caee64a9297b82675f8b22dd9 ;
    schema:name "Watery Forest"@ja .

_:N8d3001cf9cdf40d29f5d9ecb0c09671d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "緋色の雪"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N6092cf3caee64a9297b82675f8b22dd9 ;
    schema:name "緋色の雪"@ja .

_:N90260cfccf404c84b18148db0ab33fcc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SNOW PRINT"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N6092cf3caee64a9297b82675f8b22dd9 ;
    schema:name "SNOW PRINT"@ja .

_:Nd61849f9c9834e7296eb7eaef7af8db9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wisp"@ja ;
    mo:track_number 5 ;
    schema:duration "PT7:03"^^xsd:interval ;
    schema:inPlaylist _:N6092cf3caee64a9297b82675f8b22dd9 ;
    schema:name "Wisp"@ja .

_:Neee0fd98462742408b9ad52bda09a1a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖精の冬、雪の跡 -in the fairy tale-"@ja ;
    mo:track_number 8 ;
    schema:duration "PT8:58"^^xsd:interval ;
    schema:inPlaylist _:N6092cf3caee64a9297b82675f8b22dd9 ;
    schema:name "妖精の冬、雪の跡 -in the fairy tale-"@ja .

_:N6092cf3caee64a9297b82675f8b22dd9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0edaed371a8a4f86b62af7b7ed6f3a0a,
        _:N2db2c5ac252349648fbf991fa66fbf11,
        _:N60320c24979c46e0afd3fced116e926c,
        _:N735e25377a1541e688dd49cbabdd2b45,
        _:N8d3001cf9cdf40d29f5d9ecb0c09671d,
        _:N90260cfccf404c84b18148db0ab33fcc,
        _:Nd61849f9c9834e7296eb7eaef7af8db9,
        _:Neee0fd98462742408b9ad52bda09a1a9 ;
    mo:track_count 8 ;
    schema:duration "PT49:12"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N0edaed371a8a4f86b62af7b7ed6f3a0a,
        _:N2db2c5ac252349648fbf991fa66fbf11,
        _:N60320c24979c46e0afd3fced116e926c,
        _:N735e25377a1541e688dd49cbabdd2b45,
        _:N8d3001cf9cdf40d29f5d9ecb0c09671d,
        _:N90260cfccf404c84b18148db0ab33fcc,
        _:Nd61849f9c9834e7296eb7eaef7af8db9,
        _:Neee0fd98462742408b9ad52bda09a1a9 .

