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

<artist/8483#subject> a schema:Person,
        foaf:Person ;
    schema:name "Teto"@en,
        "てと"@ja ;
    foaf:made <album/39482#lyrics>,
        <album/39482#subject> ;
    foaf:name "Teto"@en,
        "てと"@ja .

<artist/8485#subject> a schema:Person,
        foaf:Person ;
    schema:name "Suzuori"@en,
        "すぞーり"@ja ;
    foaf:made <album/39482#lyrics>,
        <album/39482#subject> ;
    foaf:name "Suzuori"@en,
        "すぞーり"@ja .

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

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

<artist/8482#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/39482#subject> ;
    schema:name "Foreground Eclipse"@en ;
    foaf:made <album/39482#composition>,
        <album/39482#subject> ;
    foaf:name "Foreground Eclipse"@en .

<event/42> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 6 (Mar 08, 2009)" .

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

<org/693#subject> schema:name "Foreground Eclipse"@en,
        "Foreground Eclipse"@ja,
        "Foreground Eclipse"@ja-latn ;
    foaf:name "Foreground Eclipse"@en,
        "Foreground Eclipse"@ja,
        "Foreground Eclipse"@ja-latn .

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

<https://medium-media.vgm.io/albums/28/39482/39482-1369167340.jpg> a schema:ImageObject,
        foaf:Image .

<album/39482#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Foreground Eclipse Demo CD Vol.01"@en,
        "Foreground Eclipse Demo CD Vol.01"@ja,
        "Foreground Eclipse Demo CD Vol.01"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/8482#subject> ;
    mo:produced_work <album/39482#musicalwork> ;
    schema:name "Foreground Eclipse Demo CD Vol.01"@en,
        "Foreground Eclipse Demo CD Vol.01"@ja,
        "Foreground Eclipse Demo CD Vol.01"@ja-latn .

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

<album/39482#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Foreground Eclipse Demo CD Vol.01"@en,
        "Foreground Eclipse Demo CD Vol.01"@ja,
        "Foreground Eclipse Demo CD Vol.01"@ja-latn ;
    mo:performance_of <album/39482#musicalwork> ;
    mo:performer <artist/8484#subject> ;
    mo:recorded_as <album/39482#musicalexpression> ;
    schema:byArtist <artist/8484#subject> ;
    schema:name "Foreground Eclipse Demo CD Vol.01"@en,
        "Foreground Eclipse Demo CD Vol.01"@ja,
        "Foreground Eclipse Demo CD Vol.01"@ja-latn ;
    schema:workPerformed <album/39482#musicalwork> .

<artist/8484#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/39482#performance> ;
    schema:name "Merami"@en,
        "めらみ"@ja ;
    foaf:made <album/39482#lyrics>,
        <album/39482#subject> ;
    foaf:name "Merami"@en,
        "めらみ"@ja .

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

<album/39482#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-03-08"^^xsd:date ;
    dcterms:title "Foreground Eclipse Demo CD Vol.01"@en,
        "Foreground Eclipse Demo CD Vol.01"@ja,
        "Foreground Eclipse Demo CD Vol.01"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/39482#musicalexpression> ;
    mo:publisher <org/693#subject> ;
    mo:record _:Nf8dac28abb574c24ba95c54a0ad9e77c ;
    mo:record_count 1 ;
    mo:release <event/42> ;
    schema:about <product/37#subject> ;
    schema:byArtist <artist/8484#subject> ;
    schema:datePublished "2009-03-08"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/39482/39482-1369167340.jpg> ;
    schema:name "Foreground Eclipse Demo CD Vol.01"@en,
        "Foreground Eclipse Demo CD Vol.01"@ja,
        "Foreground Eclipse Demo CD Vol.01"@ja-latn ;
    schema:publisher <org/693#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/39482/39482-1369167340.jpg> .

_:N26c072e8284a40d7acb94ffe92f002c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "White Wind"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Nf8dac28abb574c24ba95c54a0ad9e77c ;
    schema:name "White Wind"@en .

_:Nf2f5e23388aa4101a6e281aa5d75ff41 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alone With You (Dying To See Your Face)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:Nf8dac28abb574c24ba95c54a0ad9e77c ;
    schema:name "Alone With You (Dying To See Your Face)"@en .

_:Nf8dac28abb574c24ba95c54a0ad9e77c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N26c072e8284a40d7acb94ffe92f002c6,
        _:Nf2f5e23388aa4101a6e281aa5d75ff41 ;
    mo:track_count 2 ;
    schema:duration "PT7:29"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N26c072e8284a40d7acb94ffe92f002c6,
        _:Nf2f5e23388aa4101a6e281aa5d75ff41 .

