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

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

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

<event/91> a mo:Release ;
    schema:name "Released at Comic Market 78 (Aug 13, 2010 to Aug 15, 2010)" .

<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/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn .

<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/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 .

<album/30136#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "P.r.s."@en,
        "P.r.s."@ja,
        "P.r.s."@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/30136#musicalwork> ;
    schema:name "P.r.s."@en,
        "P.r.s."@ja,
        "P.r.s."@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/63/30136/30136-1322015737.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/30136#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "P.r.s."@en,
        "P.r.s."@ja,
        "P.r.s."@ja-latn ;
    mo:performance_of <album/30136#musicalwork> ;
    mo:performer _:Nfcb6d7dfcd5e48d1ad58667409e1817e ;
    mo:recorded_as <album/30136#musicalexpression> ;
    schema:byArtist _:Nfcb6d7dfcd5e48d1ad58667409e1817e ;
    schema:name "P.r.s."@en,
        "P.r.s."@ja,
        "P.r.s."@ja-latn ;
    schema:workPerformed <album/30136#musicalwork> .

<album/30136#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "P.r.s."@en,
        "P.r.s."@ja,
        "P.r.s."@ja-latn ;
    mo:catalogue_number "KH-0005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/30136#musicalexpression> ;
    mo:publisher _:Nb4293c223181466f9b6d01bdfe6db7b7 ;
    mo:record _:N09c372272b544f988e0a60235a35b071 ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/33#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Nanase"@en ;
            foaf:name "Nanase"@en ] ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/63/30136/30136-1322015737.jpg> ;
    schema:name "P.r.s."@en,
        "P.r.s."@ja,
        "P.r.s."@ja-latn ;
    schema:publisher _:Nb4293c223181466f9b6d01bdfe6db7b7 ;
    foaf:depiction <https://media.vgm.io/albums/63/30136/30136-1322015737.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Nanase"@en ;
    foaf:made <album/30136#subject> ;
    foaf:name "Nanase"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Nanase"@en ;
    foaf:made <album/30136#lyrics> ;
    foaf:name "Nanase"@en .

_:N0623d6bbe5d84da8a8678b41f99addfa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ネクロフロンティア"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:09"^^xsd:interval ;
    schema:inPlaylist _:N09c372272b544f988e0a60235a35b071 ;
    schema:name "ネクロフロンティア"@ja .

_:N3981aac409be45aa8ba4870177caba36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "P.r.s."@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:N09c372272b544f988e0a60235a35b071 ;
    schema:name "P.r.s."@ja .

_:N8105868abd22417da04b22a7ed9c46f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOVEむっきゅん"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N09c372272b544f988e0a60235a35b071 ;
    schema:name "LOVEむっきゅん"@ja .

_:N8ee04aee70c743fc9065ba738ccbe9b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "君の蒼"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N09c372272b544f988e0a60235a35b071 ;
    schema:name "君の蒼"@ja .

_:Nb4293c223181466f9b6d01bdfe6db7b7 schema:name "Kazehafuri."@en ;
    foaf:name "Kazehafuri."@en .

_:Nb54db4047877449aaeb5e25758f7a6f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "カッパテレキャスター"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N09c372272b544f988e0a60235a35b071 ;
    schema:name "カッパテレキャスター"@ja .

_:Nfcb6d7dfcd5e48d1ad58667409e1817e a schema:Person,
        foaf:Person ;
    mo:performed <album/30136#performance> ;
    schema:name "Nanase"@en ;
    foaf:name "Nanase"@en .

_:N09c372272b544f988e0a60235a35b071 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0623d6bbe5d84da8a8678b41f99addfa,
        _:N3981aac409be45aa8ba4870177caba36,
        _:N8105868abd22417da04b22a7ed9c46f6,
        _:N8ee04aee70c743fc9065ba738ccbe9b6,
        _:Nb54db4047877449aaeb5e25758f7a6f2 ;
    mo:track_count 5 ;
    schema:duration "PT22:15"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N0623d6bbe5d84da8a8678b41f99addfa,
        _:N3981aac409be45aa8ba4870177caba36,
        _:N8105868abd22417da04b22a7ed9c46f6,
        _:N8ee04aee70c743fc9065ba738ccbe9b6,
        _:Nb54db4047877449aaeb5e25758f7a6f2 .

