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

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

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

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

<event/13> a mo:Release ;
    schema:name "Released at Comic Market 69 (Dec 29, 2005 to Dec 31, 2005)" .

<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/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 .

<album/6144#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "A. aurantiaca"@en,
        "A. aurantiaca"@ja,
        "A. aurantiaca"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/6144#musicalwork> ;
    schema:name "A. aurantiaca"@en,
        "A. aurantiaca"@ja,
        "A. aurantiaca"@ja-latn .

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

<org/212#subject> schema:name "Alstroemeria Records"@en,
        "アルストロメリアレコーズ"@ja,
        "Alstroemeria Records"@ja-latn ;
    foaf:name "Alstroemeria Records"@en,
        "アルストロメリアレコーズ"@ja,
        "Alstroemeria Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/44/6144/6144-1198224914.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/6144#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "A. aurantiaca"@en,
        "A. aurantiaca"@ja,
        "A. aurantiaca"@ja-latn ;
    mo:performance_of <album/6144#musicalwork> ;
    mo:performer <artist/1988#subject> ;
    mo:recorded_as <album/6144#musicalexpression> ;
    schema:byArtist <artist/1988#subject> ;
    schema:name "A. aurantiaca"@en,
        "A. aurantiaca"@ja,
        "A. aurantiaca"@ja-latn ;
    schema:workPerformed <album/6144#musicalwork> .

<artist/1988#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6144#performance> ;
    schema:name "ayaka*"@en ;
    foaf:name "ayaka*"@en .

<album/6144#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-12-30"^^xsd:date ;
    dcterms:title "A. aurantiaca"@en,
        "A. aurantiaca"@ja,
        "A. aurantiaca"@ja-latn ;
    mo:catalogue_number "ARCD0008" ;
    mo:media_type "CD" ;
    mo:publication_of <album/6144#musicalexpression> ;
    mo:publisher <org/212#subject> ;
    mo:record _:N472de779f10241edad57467efc5f8181 ;
    mo:record_count 1 ;
    mo:release <event/13> ;
    schema:about <product/22#subject>,
        <product/29#subject> ;
    schema:byArtist <artist/1988#subject> ;
    schema:datePublished "2005-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/44/6144/6144-1198224914.jpg> ;
    schema:name "A. aurantiaca"@en,
        "A. aurantiaca"@ja,
        "A. aurantiaca"@ja-latn ;
    schema:publisher <org/212#subject> ;
    foaf:depiction <https://media.vgm.io/albums/44/6144/6144-1198224914.jpg> .

_:N0a15fde8a2b34eebb873a616803fc6f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Girl of Eurus"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Girl of Eurus"@en .

_:N26c8cb7461de4efcb81c75c9cda3e7d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ancient Temple"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:47"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Ancient Temple"@en .

_:N2bc4614f03ce4c71b55147023a0129a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Dream..."@en ;
    mo:track_number 8 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Another Dream..."@en .

_:N53e197cb588d43c586bc7a3b5965f0e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Riverside View"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Riverside View"@en .

_:N56e8d71a7afe40d6a8ce22bce80af1de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Necro Fantasia (alstroemeria carnivalize remix)"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Necro Fantasia (alstroemeria carnivalize remix)"@en .

_:N812b27b39d294413a3121e907010e40a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Invisible Full Moon (alstroemeria carnivalize remix)"@en ;
    mo:track_number 10 ;
    schema:duration "PT5:59"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Invisible Full Moon (alstroemeria carnivalize remix)"@en .

_:N9e3cd2b1983846088bba56850888cb13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Flower : Like the Fantasy."@en ;
    mo:track_number 1 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "The Flower : Like the Fantasy."@en .

_:Nb0e4baa8fe684252be606f494a310f65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flowering Night (alstroemeria carnivalize remix)"@en ;
    mo:track_number 3 ;
    schema:duration "PT8:41"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Flowering Night (alstroemeria carnivalize remix)"@en .

_:Ndde4dabf45bd48c39bb6f1dfe620bc91 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flower Land"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Flower Land"@en .

_:Nfa7411ab07fa4cea8ffaf0e01e62f343 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Force of Sixty Years feat.ayaka*"@en ;
    mo:track_number 7 ;
    schema:duration "PT8:05"^^xsd:interval ;
    schema:inPlaylist _:N472de779f10241edad57467efc5f8181 ;
    schema:name "Force of Sixty Years feat.ayaka*"@en .

_:N472de779f10241edad57467efc5f8181 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0a15fde8a2b34eebb873a616803fc6f1,
        _:N26c8cb7461de4efcb81c75c9cda3e7d9,
        _:N2bc4614f03ce4c71b55147023a0129a6,
        _:N53e197cb588d43c586bc7a3b5965f0e3,
        _:N56e8d71a7afe40d6a8ce22bce80af1de,
        _:N812b27b39d294413a3121e907010e40a,
        _:N9e3cd2b1983846088bba56850888cb13,
        _:Nb0e4baa8fe684252be606f494a310f65,
        _:Ndde4dabf45bd48c39bb6f1dfe620bc91,
        _:Nfa7411ab07fa4cea8ffaf0e01e62f343 ;
    mo:track_count 10 ;
    schema:duration "PT53:21"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0a15fde8a2b34eebb873a616803fc6f1,
        _:N26c8cb7461de4efcb81c75c9cda3e7d9,
        _:N2bc4614f03ce4c71b55147023a0129a6,
        _:N53e197cb588d43c586bc7a3b5965f0e3,
        _:N56e8d71a7afe40d6a8ce22bce80af1de,
        _:N812b27b39d294413a3121e907010e40a,
        _:N9e3cd2b1983846088bba56850888cb13,
        _:Nb0e4baa8fe684252be606f494a310f65,
        _:Ndde4dabf45bd48c39bb6f1dfe620bc91,
        _:Nfa7411ab07fa4cea8ffaf0e01e62f343 .

