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

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

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

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

<event/97> a mo:Release ;
    schema:name "Released at M3-2010 Fall (Oct 31, 2010)" .

<product/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn .

<product/497#subject> a schema:CreativeWork ;
    schema:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn ;
    foaf:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn .

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

<album/39485#musicalexpression> a mo:Signal ;
    mo:published_as <album/39485#subject> ;
    mo:records <album/39485#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/58/39485/39485-1400350145.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/39485#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/58/39485/39485-1400350145.jpg> ;
    foaf:depicts <album/39485#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/58/39485/39485-1400350145.jpg> .

<https://medium-media.vgm.io/albums/58/39485/39485-1400350145.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

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

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

<album/39485#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-10-31"^^xsd:date ;
    dcterms:title "Foreground Eclipse Demo CD Vol.05"@en,
        "Foreground Eclipse Demo CD Vol.05"@ja,
        "Foreground Eclipse Demo CD Vol.05"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/39485#musicalexpression> ;
    mo:publisher <org/693#subject> ;
    mo:record _:N55e228a757aa4a66ac1100fa64796a1f ;
    mo:record_count 1 ;
    mo:release <event/97> ;
    schema:about <product/27#subject>,
        <product/497#subject> ;
    schema:byArtist <artist/8483#subject>,
        <artist/8484#subject> ;
    schema:datePublished "2010-10-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/58/39485/39485-1400350145.jpg> ;
    schema:name "Foreground Eclipse Demo CD Vol.05"@en,
        "Foreground Eclipse Demo CD Vol.05"@ja,
        "Foreground Eclipse Demo CD Vol.05"@ja-latn ;
    schema:publisher <org/693#subject> ;
    foaf:depiction <https://media.vgm.io/albums/58/39485/39485-1400350145.jpg> .

_:N241fbd8911c846c7b14a57a59fadb9fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Magus Night"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N55e228a757aa4a66ac1100fa64796a1f ;
    schema:name "Magus Night"@en .

_:Na2fff6c56a054f088c32c94bf3f9ff0a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Angels, Monsters, The Secret Lyrics"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N55e228a757aa4a66ac1100fa64796a1f ;
    schema:name "Angels, Monsters, The Secret Lyrics"@en .

_:N55e228a757aa4a66ac1100fa64796a1f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N241fbd8911c846c7b14a57a59fadb9fc,
        _:Na2fff6c56a054f088c32c94bf3f9ff0a ;
    mo:track_count 2 ;
    schema:duration "PT6:47"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N241fbd8911c846c7b14a57a59fadb9fc,
        _:Na2fff6c56a054f088c32c94bf3f9ff0a .

