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

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

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

<event/51> a mo:Release ;
    schema:name "Released at Comic Market 76 (Aug 14, 2009 to Aug 16, 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/14982#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Reiendan"@en,
        "東方霊宴談"@ja,
        "Touhou Reiendan"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/14982#musicalwork> ;
    schema:name "Touhou Reiendan"@en,
        "東方霊宴談"@ja,
        "Touhou Reiendan"@ja-latn .

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

<org/231#subject> schema:name "MAIKAZE"@en,
        "舞風"@ja,
        "MAIKAZE"@ja-latn ;
    foaf:name "MAIKAZE"@en,
        "舞風"@ja,
        "MAIKAZE"@ja-latn .

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

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

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

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

<artist/6485#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14982#performance> ;
    schema:name "Asuka Sasa"@en,
        "沙紗飛鳥"@ja ;
    foaf:name "Asuka Sasa"@en,
        "沙紗飛鳥"@ja .

<artist/8080#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14982#performance> ;
    schema:name "Renka"@en,
        "憐歌"@ja ;
    foaf:made <album/14982#lyrics>,
        <album/14982#subject> ;
    foaf:name "Renka"@en,
        "憐歌"@ja .

<artist/8081#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14982#performance> ;
    schema:name "Kusuha Mido"@en,
        "御堂くすは"@ja ;
    foaf:made <album/14982#lyrics>,
        <album/14982#subject> ;
    foaf:name "Kusuha Mido"@en,
        "御堂くすは"@ja .

<album/14982#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Reiendan"@en,
        "東方霊宴談"@ja,
        "Touhou Reiendan"@ja-latn ;
    mo:performance_of <album/14982#musicalwork> ;
    mo:performer <artist/6485#subject>,
        <artist/8080#subject>,
        <artist/8081#subject> ;
    mo:recorded_as <album/14982#musicalexpression> ;
    schema:byArtist <artist/6485#subject>,
        <artist/8080#subject>,
        <artist/8081#subject> ;
    schema:name "Touhou Reiendan"@en,
        "東方霊宴談"@ja,
        "Touhou Reiendan"@ja-latn ;
    schema:workPerformed <album/14982#musicalwork> .

<album/14982#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "Touhou Reiendan"@en,
        "東方霊宴談"@ja,
        "Touhou Reiendan"@ja-latn ;
    mo:catalogue_number "MKTD-0901" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14982#musicalexpression> ;
    mo:publisher <org/231#subject> ;
    mo:record _:Ne541e71ee01b414d8755b8830c855916 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/37#subject> ;
    schema:byArtist <artist/6485#subject>,
        <artist/8080#subject>,
        <artist/8081#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/28/14982/14982-1250277054.jpg> ;
    schema:name "Touhou Reiendan"@en,
        "東方霊宴談"@ja,
        "Touhou Reiendan"@ja-latn ;
    schema:publisher <org/231#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/14982/14982-1250277054.jpg> .

_:N1ebb2df6400f4f96a9e0693040c699cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "純白の花～アネモネ～(カラオケ)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Ne541e71ee01b414d8755b8830c855916 ;
    schema:name "純白の花～アネモネ～(カラオケ)"@ja .

_:N6d9da4a351404d6393cc12e7155eb0d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "双尾の赤猫便"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Ne541e71ee01b414d8755b8830c855916 ;
    schema:name "双尾の赤猫便"@ja .

_:N8dea078102db4d3f980d4901303d584e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "純白の花～アネモネ～"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:Ne541e71ee01b414d8755b8830c855916 ;
    schema:name "純白の花～アネモネ～"@ja .

_:N91721df7ba69489ebbbded0a09a62d51 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "双尾の赤猫便(カラオケ)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Ne541e71ee01b414d8755b8830c855916 ;
    schema:name "双尾の赤猫便(カラオケ)"@ja .

_:Na5321bf6775e47a2aa256ece71ac720b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "???"@ja ;
    mo:track_number 5 ;
    schema:duration "PT26:10"^^xsd:interval ;
    schema:inPlaylist _:Ne541e71ee01b414d8755b8830c855916 ;
    schema:name "???"@ja .

_:Ne541e71ee01b414d8755b8830c855916 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1ebb2df6400f4f96a9e0693040c699cb,
        _:N6d9da4a351404d6393cc12e7155eb0d0,
        _:N8dea078102db4d3f980d4901303d584e,
        _:N91721df7ba69489ebbbded0a09a62d51,
        _:Na5321bf6775e47a2aa256ece71ac720b ;
    mo:track_count 5 ;
    schema:duration "PT44:56"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N1ebb2df6400f4f96a9e0693040c699cb,
        _:N6d9da4a351404d6393cc12e7155eb0d0,
        _:N8dea078102db4d3f980d4901303d584e,
        _:N91721df7ba69489ebbbded0a09a62d51,
        _:Na5321bf6775e47a2aa256ece71ac720b .

