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

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

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

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

<event/35> a mo:Release ;
    schema:name "Released at Comic Market 75 (Dec 28, 2008 to Dec 30, 2008)" .

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

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

<album/19922#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Adabana"@en,
        "徒花"@ja,
        "Adabana"@ja-latn ;
    mo:performance_of <album/19922#musicalwork> ;
    mo:recorded_as <album/19922#musicalexpression> ;
    schema:name "Adabana"@en,
        "徒花"@ja,
        "Adabana"@ja-latn ;
    schema:workPerformed <album/19922#musicalwork> .

<org/567#subject> schema:name "UFO County"@en,
        "UFO County"@ja,
        "UFO County"@ja-latn ;
    foaf:name "UFO County"@en,
        "UFO County"@ja,
        "UFO County"@ja-latn .

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

<https://medium-media.vgm.io/albums/22/19922/19922-1277164481.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/19922#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-12-29"^^xsd:date ;
    dcterms:title "Adabana"@en,
        "徒花"@ja,
        "Adabana"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19922#musicalexpression> ;
    mo:publisher <org/567#subject> ;
    mo:record _:N98a343ed79cc432ab49bc2654c97b1e4 ;
    mo:record_count 1 ;
    mo:release <event/35> ;
    schema:about <product/29#subject> ;
    schema:datePublished "2008-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/19922/19922-1277164481.jpg> ;
    schema:name "Adabana"@en,
        "徒花"@ja,
        "Adabana"@ja-latn ;
    schema:publisher <org/567#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/19922/19922-1277164481.jpg> .

_:N98a343ed79cc432ab49bc2654c97b1e4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf4a2e85821ac4365b645a5fef44694b4 ;
    mo:track_count 1 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf4a2e85821ac4365b645a5fef44694b4 .

_:Nf4a2e85821ac4365b645a5fef44694b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "徒花"@ja,
        "Adabana"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N98a343ed79cc432ab49bc2654c97b1e4 ;
    schema:name "徒花"@ja,
        "Adabana"@ja-latn .

