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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/65351#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/65351#composition>,
        <album/65351#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/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

<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/35#subject> a schema:CreativeWork ;
    schema:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn ;
    foaf:name "Touhou Hisouten ~ Scarlet Weather Rhapsody."@en,
        "東方緋想天　～ Scarlet Weather Rhapsody."@ja,
        "Touhou Hisouten ~ Scarlet Weather Rhapsody."@ja-latn .

<album/65351#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Touhou Philfantasia Orchestra"@en,
        "東方フィルファンタジー交響楽団"@ja,
        "Touhou Philfantasia Orchestra"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/65351#musicalwork> ;
    schema:name "Touhou Philfantasia Orchestra"@en,
        "東方フィルファンタジー交響楽団"@ja,
        "Touhou Philfantasia Orchestra"@ja-latn .

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

<album/65351#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Touhou Philfantasia Orchestra"@en,
        "東方フィルファンタジー交響楽団"@ja,
        "Touhou Philfantasia Orchestra"@ja-latn ;
    mo:performance_of <album/65351#musicalwork> ;
    mo:recorded_as <album/65351#musicalexpression> ;
    schema:name "Touhou Philfantasia Orchestra"@en,
        "東方フィルファンタジー交響楽団"@ja,
        "Touhou Philfantasia Orchestra"@ja-latn ;
    schema:workPerformed <album/65351#musicalwork> .

<org/879#subject> schema:name "Shigureduki Yokochou"@en,
        "時雨月横丁"@ja,
        "Shigureduki Yokochou"@ja-latn ;
    foaf:name "Shigureduki Yokochou"@en,
        "時雨月横丁"@ja,
        "Shigureduki Yokochou"@ja-latn .

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

<https://medium-media.vgm.io/albums/15/65351/65351-1486185089.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/65351#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "Touhou Philfantasia Orchestra"@en,
        "東方フィルファンタジー交響楽団"@ja,
        "Touhou Philfantasia Orchestra"@ja-latn ;
    mo:catalogue_number "SDCD-005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/65351#musicalexpression> ;
    mo:publisher <org/879#subject> ;
    mo:record _:N38881a527ccf4e95a7dffcd0c66b42a5 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/20#subject>,
        <product/33#subject>,
        <product/35#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/15/65351/65351-1486185089.jpg> ;
    schema:name "Touhou Philfantasia Orchestra"@en,
        "東方フィルファンタジー交響楽団"@ja,
        "Touhou Philfantasia Orchestra"@ja-latn ;
    schema:publisher <org/879#subject> ;
    foaf:depiction <https://media.vgm.io/albums/15/65351/65351-1486185089.jpg> .

_:N25713a91177b4eb7b7586f13b43f8281 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "吹奏楽の為の『風祝』"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N38881a527ccf4e95a7dffcd0c66b42a5 ;
    schema:name "吹奏楽の為の『風祝』"@ja .

_:N5c006351ca1848f195fc3140457e9385 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅楼"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N38881a527ccf4e95a7dffcd0c66b42a5 ;
    schema:name "紅楼"@ja .

_:N8c0c4d0a8e2542118a7457bf570afa06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "全人類の為の緋想天"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N38881a527ccf4e95a7dffcd0c66b42a5 ;
    schema:name "全人類の為の緋想天"@ja .

_:N91ea4f88f1ea4068b6ec18593aeb4823 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "亡き王女の為のセプテット"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N38881a527ccf4e95a7dffcd0c66b42a5 ;
    schema:name "亡き王女の為のセプテット"@ja .

_:Nfad95388b8444f18a50d87360bffb809 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "流し雛の為の円舞曲"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N38881a527ccf4e95a7dffcd0c66b42a5 ;
    schema:name "流し雛の為の円舞曲"@ja .

_:N38881a527ccf4e95a7dffcd0c66b42a5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N25713a91177b4eb7b7586f13b43f8281,
        _:N5c006351ca1848f195fc3140457e9385,
        _:N8c0c4d0a8e2542118a7457bf570afa06,
        _:N91ea4f88f1ea4068b6ec18593aeb4823,
        _:Nfad95388b8444f18a50d87360bffb809 ;
    mo:track_count 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N25713a91177b4eb7b7586f13b43f8281,
        _:N5c006351ca1848f195fc3140457e9385,
        _:N8c0c4d0a8e2542118a7457bf570afa06,
        _:N91ea4f88f1ea4068b6ec18593aeb4823,
        _:Nfad95388b8444f18a50d87360bffb809 .

