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

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

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

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

<event/68> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 7 (Mar 14, 2010)" .

<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/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/18192#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ultimate cherry blossoms"@en,
        "アルティメットチェリーブロッサムズ"@ja,
        "ultimate cherry blossoms"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/18192#musicalwork> ;
    schema:name "ultimate cherry blossoms"@en,
        "アルティメットチェリーブロッサムズ"@ja,
        "ultimate cherry blossoms"@ja-latn .

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

<album/18192#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ultimate cherry blossoms"@en,
        "アルティメットチェリーブロッサムズ"@ja,
        "ultimate cherry blossoms"@ja-latn ;
    mo:performance_of <album/18192#musicalwork> ;
    mo:recorded_as <album/18192#musicalexpression> ;
    schema:name "ultimate cherry blossoms"@en,
        "アルティメットチェリーブロッサムズ"@ja,
        "ultimate cherry blossoms"@ja-latn ;
    schema:workPerformed <album/18192#musicalwork> .

<org/271#subject> schema:name "AQUAELIE"@en,
        "アクアエリー"@ja,
        "AQUAELIE"@ja-latn ;
    foaf:name "AQUAELIE"@en,
        "アクアエリー"@ja,
        "AQUAELIE"@ja-latn .

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

<https://medium-media.vgm.io/albums/29/18192/18192-1267287911.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/18192#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-03-14"^^xsd:date ;
    dcterms:title "ultimate cherry blossoms"@en,
        "アルティメットチェリーブロッサムズ"@ja,
        "ultimate cherry blossoms"@ja-latn ;
    mo:catalogue_number "AQEL-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/18192#musicalexpression> ;
    mo:publisher <org/271#subject> ;
    mo:record _:N5537a558ae024ce29bb85e5458e00312 ;
    mo:record_count 1 ;
    mo:release <event/68> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/37#subject> ;
    schema:datePublished "2010-03-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/18192/18192-1267287911.jpg> ;
    schema:name "ultimate cherry blossoms"@en,
        "アルティメットチェリーブロッサムズ"@ja,
        "ultimate cherry blossoms"@ja-latn ;
    schema:publisher <org/271#subject> ;
    foaf:depiction <https://media.vgm.io/albums/29/18192/18192-1267287911.jpg> .

_:N0e51758016ac4542b7878c14c47e25f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chen Sebastian"@en,
        "Chen Sebastian"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N5537a558ae024ce29bb85e5458e00312 ;
    schema:name "Chen Sebastian"@en,
        "Chen Sebastian"@ja .

_:N59699d0c7d924aaf9bb3bc5c0f630d4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ultimate Truth ~ Prelude"@en,
        "究極真実～Prelude"@ja ;
    mo:track_number 4 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:N5537a558ae024ce29bb85e5458e00312 ;
    schema:name "Ultimate Truth ~ Prelude"@en,
        "究極真実～Prelude"@ja .

_:N92b672001b9f4138ae4822b46bd2f8f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Centennial Festival for the Believer of Merosupi"@en,
        "メロスピ信者の百年祭"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N5537a558ae024ce29bb85e5458e00312 ;
    schema:name "The Centennial Festival for the Believer of Merosupi"@en,
        "メロスピ信者の百年祭"@ja .

_:Nb1a9a813c30b4657a71402b107f40a02 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloom Nobly, Ultimate Cherry Blossoms ~ Border of Life"@en,
        "幽雅に咲かせ、究極の桜～Border of Life"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:N5537a558ae024ce29bb85e5458e00312 ;
    schema:name "Bloom Nobly, Ultimate Cherry Blossoms ~ Border of Life"@en,
        "幽雅に咲かせ、究極の桜～Border of Life"@ja .

_:Nee4318aaa5ab42219a41bc3bba2a76e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Orin-rin Life"@en,
        "おりんりんライフ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N5537a558ae024ce29bb85e5458e00312 ;
    schema:name "Orin-rin Life"@en,
        "おりんりんライフ"@ja .

_:N5537a558ae024ce29bb85e5458e00312 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e51758016ac4542b7878c14c47e25f7,
        _:N59699d0c7d924aaf9bb3bc5c0f630d4e,
        _:N92b672001b9f4138ae4822b46bd2f8f1,
        _:Nb1a9a813c30b4657a71402b107f40a02,
        _:Nee4318aaa5ab42219a41bc3bba2a76e1 ;
    mo:track_count 5 ;
    schema:duration "PT16:49"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N0e51758016ac4542b7878c14c47e25f7,
        _:N59699d0c7d924aaf9bb3bc5c0f630d4e,
        _:N92b672001b9f4138ae4822b46bd2f8f1,
        _:Nb1a9a813c30b4657a71402b107f40a02,
        _:Nee4318aaa5ab42219a41bc3bba2a76e1 .

