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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19911#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/19911#composition>,
        <album/19911#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/10#subject> a schema:CreativeWork ;
    schema:name "Touhou Rei'iden ~ Highly Responsive to Prayers."@en,
        "東方靈異伝　～ Highly Responsive to Prayers."@ja,
        "Touhou Rei'iden ~ Highly Responsive to Prayers."@ja-latn ;
    foaf:name "Touhou Rei'iden ~ Highly Responsive to Prayers."@en,
        "東方靈異伝　～ Highly Responsive to Prayers."@ja,
        "Touhou Rei'iden ~ Highly Responsive to Prayers."@ja-latn .

<product/14#subject> a schema:CreativeWork ;
    schema:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn ;
    foaf:name "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@en,
        "東方夢時空　～ Phantasmagoria of Dim.Dream."@ja,
        "Touhou Yumejikuu ~ Phantasmagoria of Dim.Dream."@ja-latn .

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

<album/19911#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "A・WA・I・RO"@en,
        "A・WA・I・RO"@ja,
        "A・WA・I・RO"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/19911#musicalwork> ;
    schema:name "A・WA・I・RO"@en,
        "A・WA・I・RO"@ja,
        "A・WA・I・RO"@ja-latn .

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

<org/569#subject> schema:name "Maple Lover Records"@en,
        "亜紅紫"@ja,
        "Maple Lover Records"@ja-latn ;
    foaf:name "Maple Lover Records"@en,
        "亜紅紫"@ja,
        "Maple Lover Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/11/19911/19911-1277060777.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/19911#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "A・WA・I・RO"@en,
        "A・WA・I・RO"@ja,
        "A・WA・I・RO"@ja-latn ;
    mo:performance_of <album/19911#musicalwork> ;
    mo:performer _:N1f6ddb95d77b4338927c77dd05c7c58b ;
    mo:recorded_as <album/19911#musicalexpression> ;
    schema:byArtist _:N1f6ddb95d77b4338927c77dd05c7c58b ;
    schema:name "A・WA・I・RO"@en,
        "A・WA・I・RO"@ja,
        "A・WA・I・RO"@ja-latn ;
    schema:workPerformed <album/19911#musicalwork> .

<album/19911#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "A・WA・I・RO"@en,
        "A・WA・I・RO"@ja,
        "A・WA・I・RO"@ja-latn ;
    mo:catalogue_number "CMLC-1004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19911#musicalexpression> ;
    mo:publisher <org/569#subject> ;
    mo:record _:N0842f242fee642e58268f40c072a14c0 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/10#subject>,
        <product/14#subject>,
        <product/20#subject>,
        <product/22#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "KAORI"@en ;
            foaf:name "KAORI"@en ] ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/11/19911/19911-1277060777.jpg> ;
    schema:name "A・WA・I・RO"@en,
        "A・WA・I・RO"@ja,
        "A・WA・I・RO"@ja-latn ;
    schema:publisher <org/569#subject> ;
    foaf:depiction <https://media.vgm.io/albums/11/19911/19911-1277060777.jpg> .

_:N14f536ca70af4f9994e617c9399e3e40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DIEUX"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N0842f242fee642e58268f40c072a14c0 ;
    schema:name "DIEUX"@en .

_:N1f6ddb95d77b4338927c77dd05c7c58b a schema:Person,
        foaf:Person ;
    mo:performed <album/19911#performance> ;
    schema:name "KAORI"@en ;
    foaf:name "KAORI"@en .

_:N3b2e33ace2ad4e33a0a6bb5b4c81cc2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Une piece secrete"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N0842f242fee642e58268f40c072a14c0 ;
    schema:name "Une piece secrete"@en .

_:N81e8d3aedd25477f9138d6d9908ab61c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A・WA・I・RO"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N0842f242fee642e58268f40c072a14c0 ;
    schema:name "A・WA・I・RO"@en .

_:N8febe638e0844dbd80e937cbca98596c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "U-espace"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N0842f242fee642e58268f40c072a14c0 ;
    schema:name "U-espace"@en .

_:N0842f242fee642e58268f40c072a14c0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N14f536ca70af4f9994e617c9399e3e40,
        _:N3b2e33ace2ad4e33a0a6bb5b4c81cc2e,
        _:N81e8d3aedd25477f9138d6d9908ab61c,
        _:N8febe638e0844dbd80e937cbca98596c ;
    mo:track_count 4 ;
    schema:duration "PT11:29"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N14f536ca70af4f9994e617c9399e3e40,
        _:N3b2e33ace2ad4e33a0a6bb5b4c81cc2e,
        _:N81e8d3aedd25477f9138d6d9908ab61c,
        _:N8febe638e0844dbd80e937cbca98596c .

