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

<artist/8980#subject> a schema:Person,
        foaf:Person ;
    schema:name "techi.k"@en ;
    foaf:made <album/19959#lyrics>,
        <album/19959#subject> ;
    foaf:name "techi.k"@en .

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

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

<event/52> a mo:Release ;
    schema:name "Released at M3-2009 Fall (Oct 11, 2009)" .

<event/65> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 5 (Oct 11, 2009)" .

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

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

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

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

<https://medium-media.vgm.io/albums/95/19959/19959-1277291041.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/2567#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/19959#performance> ;
    schema:name "haLRu"@en ;
    foaf:name "haLRu"@en .

<artist/7069#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/19959#performance> ;
    schema:name "Urue Koreito"@en,
        "此糸ウルヱ"@ja ;
    foaf:made <album/19959#lyrics>,
        <album/19959#subject> ;
    foaf:name "Urue Koreito"@en,
        "此糸ウルヱ"@ja .

<artist/8982#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/19959#performance> ;
    schema:name "katsu708"@en ;
    foaf:name "katsu708"@en .

<album/19959#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Amaryllis"@en,
        "Amaryllis"@ja,
        "Amaryllis"@ja-latn ;
    mo:performance_of <album/19959#musicalwork> ;
    mo:performer <artist/2567#subject>,
        <artist/7069#subject>,
        <artist/8982#subject> ;
    mo:recorded_as <album/19959#musicalexpression> ;
    schema:byArtist <artist/2567#subject>,
        <artist/7069#subject>,
        <artist/8982#subject> ;
    schema:name "Amaryllis"@en,
        "Amaryllis"@ja,
        "Amaryllis"@ja-latn ;
    schema:workPerformed <album/19959#musicalwork> .

<album/19959#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-10-11"^^xsd:date ;
    dcterms:title "Amaryllis"@en,
        "Amaryllis"@ja,
        "Amaryllis"@ja-latn ;
    mo:catalogue_number "KMCD-0011" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19959#musicalexpression> ;
    mo:publisher <org/587#subject> ;
    mo:record _:N3c3db57f856846fa8990e7379a7817df ;
    mo:record_count 1 ;
    mo:release <event/52>,
        <event/65> ;
    schema:about <product/29#subject> ;
    schema:byArtist <artist/2567#subject>,
        <artist/7069#subject>,
        <artist/8982#subject> ;
    schema:datePublished "2009-10-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/95/19959/19959-1277291041.jpg> ;
    schema:name "Amaryllis"@en,
        "Amaryllis"@ja,
        "Amaryllis"@ja-latn ;
    schema:publisher <org/587#subject> ;
    foaf:depiction <https://media.vgm.io/albums/95/19959/19959-1277291041.jpg> .

_:N336e16ae5e134d428a17c3002170ed11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SuperCigarette"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "SuperCigarette"@en .

_:N3c61408311d8498997c34daabb54b7a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "OPENING"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "OPENING"@en .

_:N800f8e5910e144f8b16fbe0677ec145c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VICE FLOW ERS"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "VICE FLOW ERS"@en .

_:N91bf31355af14c4594cede737115aa86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "darknight"@en ;
    mo:track_number 5 ;
    schema:duration "PT6:01"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "darknight"@en .

_:Na10c1c2883644b6d9d6fa63862273de3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "fly me to the circle -against wall surfaces-"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "fly me to the circle -against wall surfaces-"@en .

_:Na2625e8ba6df491c9d61d0cb6248f0b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Black Gun Metalic [Higan Remix]"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "Black Gun Metalic [Higan Remix]"@en .

_:Nbf8fddd0be5f4b39939fcaac083e6d6a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "melanc/holic"@en ;
    mo:track_number 7 ;
    schema:duration "PT6:31"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "melanc/holic"@en .

_:Ndeb90d83948c4c36916cfc3681d4fed4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "anothergridbreakdown86or406"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "anothergridbreakdown86or406"@en .

_:Ne1c56d83fc3e45149240a98d0530865d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "dance in the KARM band"@en ;
    mo:track_number 10 ;
    schema:duration "PT5:08"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "dance in the KARM band"@en .

_:Nedfec053781f4909b7ef554d71e5c533 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Amaryllis"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:46"^^xsd:interval ;
    schema:inPlaylist _:N3c3db57f856846fa8990e7379a7817df ;
    schema:name "Amaryllis"@en .

_:N3c3db57f856846fa8990e7379a7817df a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N336e16ae5e134d428a17c3002170ed11,
        _:N3c61408311d8498997c34daabb54b7a3,
        _:N800f8e5910e144f8b16fbe0677ec145c,
        _:N91bf31355af14c4594cede737115aa86,
        _:Na10c1c2883644b6d9d6fa63862273de3,
        _:Na2625e8ba6df491c9d61d0cb6248f0b1,
        _:Nbf8fddd0be5f4b39939fcaac083e6d6a,
        _:Ndeb90d83948c4c36916cfc3681d4fed4,
        _:Ne1c56d83fc3e45149240a98d0530865d,
        _:Nedfec053781f4909b7ef554d71e5c533 ;
    mo:track_count 10 ;
    schema:duration "PT45:53"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N336e16ae5e134d428a17c3002170ed11,
        _:N3c61408311d8498997c34daabb54b7a3,
        _:N800f8e5910e144f8b16fbe0677ec145c,
        _:N91bf31355af14c4594cede737115aa86,
        _:Na10c1c2883644b6d9d6fa63862273de3,
        _:Na2625e8ba6df491c9d61d0cb6248f0b1,
        _:Nbf8fddd0be5f4b39939fcaac083e6d6a,
        _:Ndeb90d83948c4c36916cfc3681d4fed4,
        _:Ne1c56d83fc3e45149240a98d0530865d,
        _:Nedfec053781f4909b7ef554d71e5c533 .

