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

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

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

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

<event/149> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 9 (May 27, 2012)" .

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

<album/43539#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "MONOMIND 2012 sampler"@en,
        "MONOMIND 2012 sampler"@ja,
        "MONOMIND 2012 sampler"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/43539#musicalwork> ;
    schema:name "MONOMIND 2012 sampler"@en,
        "MONOMIND 2012 sampler"@ja,
        "MONOMIND 2012 sampler"@ja-latn .

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

<album/43539#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "MONOMIND 2012 sampler"@en,
        "MONOMIND 2012 sampler"@ja,
        "MONOMIND 2012 sampler"@ja-latn ;
    mo:performance_of <album/43539#musicalwork> ;
    mo:recorded_as <album/43539#musicalexpression> ;
    schema:name "MONOMIND 2012 sampler"@en,
        "MONOMIND 2012 sampler"@ja,
        "MONOMIND 2012 sampler"@ja-latn ;
    schema:workPerformed <album/43539#musicalwork> .

<org/744#subject> schema:name "MONOMIND"@en,
        "MONOMIND"@ja,
        "MONOMIND"@ja-latn ;
    foaf:name "MONOMIND"@en,
        "MONOMIND"@ja,
        "MONOMIND"@ja-latn .

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

<https://medium-media.vgm.io/albums/93/43539/43539-1388521951.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/43539#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-05-27"^^xsd:date ;
    dcterms:title "MONOMIND 2012 sampler"@en,
        "MONOMIND 2012 sampler"@ja,
        "MONOMIND 2012 sampler"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/43539#musicalexpression> ;
    mo:publisher <org/744#subject> ;
    mo:record _:Naa4ffed3a4704ac189f683e059460112 ;
    mo:record_count 1 ;
    mo:release <event/149> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject> ;
    schema:datePublished "2012-05-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/93/43539/43539-1388521951.jpg> ;
    schema:name "MONOMIND 2012 sampler"@en,
        "MONOMIND 2012 sampler"@ja,
        "MONOMIND 2012 sampler"@ja-latn ;
    schema:publisher <org/744#subject> ;
    foaf:depiction <https://media.vgm.io/albums/93/43539/43539-1388521951.jpg> .

_:Nc2682256a0c8403a96ad1fda3ee8bd1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EVERWAKE"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Naa4ffed3a4704ac189f683e059460112 ;
    schema:name "EVERWAKE"@ja .

_:Nd4b37fa62b864ea6b78418e2b837371c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wachhund (dub mix)"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Naa4ffed3a4704ac189f683e059460112 ;
    schema:name "Wachhund (dub mix)"@ja .

_:Nd570eba8701d46609b07ef262efdde97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "memorie of Alice"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Naa4ffed3a4704ac189f683e059460112 ;
    schema:name "memorie of Alice"@ja .

_:Ne499e36435164ac59d921b67031c6027 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Remains (JiNG*da*Law RMX)"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Naa4ffed3a4704ac189f683e059460112 ;
    schema:name "Remains (JiNG*da*Law RMX)"@ja .

_:Nf9c30c09b9d9499684f2d7941f1a971d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the pretty follies"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Naa4ffed3a4704ac189f683e059460112 ;
    schema:name "the pretty follies"@ja .

_:Naa4ffed3a4704ac189f683e059460112 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nc2682256a0c8403a96ad1fda3ee8bd1f,
        _:Nd4b37fa62b864ea6b78418e2b837371c,
        _:Nd570eba8701d46609b07ef262efdde97,
        _:Ne499e36435164ac59d921b67031c6027,
        _:Nf9c30c09b9d9499684f2d7941f1a971d ;
    mo:track_count 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:Nc2682256a0c8403a96ad1fda3ee8bd1f,
        _:Nd4b37fa62b864ea6b78418e2b837371c,
        _:Nd570eba8701d46609b07ef262efdde97,
        _:Ne499e36435164ac59d921b67031c6027,
        _:Nf9c30c09b9d9499684f2d7941f1a971d .

