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

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

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

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

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

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

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@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/39484#musicalexpression> a mo:Signal ;
    mo:published_as <album/39484#subject> ;
    mo:records <album/39484#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/48/39484/39484-1400517897.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/39484#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/48/39484/39484-1400517897.jpg> ;
    foaf:depicts <album/39484#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/48/39484/39484-1400517897.jpg> .

<https://medium-media.vgm.io/albums/48/39484/39484-1400517897.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

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

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

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

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

_:N386aed2adc47464fb7f1e3fa4bae46d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'm The Seeker (Maybe Each Your Word Calls For It)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nc9386f084c4a47f8ab320efc787361cc ;
    schema:name "I'm The Seeker (Maybe Each Your Word Calls For It)"@en .

_:N76d00585ba134a42857375684e4dce19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alone With You (Dying To See Your Face) -Acoustic Version-"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:Nc9386f084c4a47f8ab320efc787361cc ;
    schema:name "Alone With You (Dying To See Your Face) -Acoustic Version-"@en .

_:Nf690cfef82f04b8985e4e5829251ee06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forget Me Not"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Nc9386f084c4a47f8ab320efc787361cc ;
    schema:name "Forget Me Not"@en .

_:Nc9386f084c4a47f8ab320efc787361cc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N386aed2adc47464fb7f1e3fa4bae46d7,
        _:N76d00585ba134a42857375684e4dce19,
        _:Nf690cfef82f04b8985e4e5829251ee06 ;
    mo:track_count 3 ;
    schema:duration "PT11:42"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N386aed2adc47464fb7f1e3fa4bae46d7,
        _:N76d00585ba134a42857375684e4dce19,
        _:Nf690cfef82f04b8985e4e5829251ee06 .

