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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/15052#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/15052#composition>,
        <album/15052#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/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/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

<product/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn .

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

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

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

<org/355#subject> schema:name "Mohican Sandbag"@en,
        "モヒカンサンドバッグ"@ja,
        "Mohican Sandbag"@ja-latn ;
    foaf:name "Mohican Sandbag"@en,
        "モヒカンサンドバッグ"@ja,
        "Mohican Sandbag"@ja-latn .

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

<https://medium-media.vgm.io/albums/25/15052/15052-1250773072.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/15052#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-15"^^xsd:date ;
    dcterms:title "M.M.T"@en,
        "M.M.T"@ja,
        "M.M.T"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/15052#musicalexpression> ;
    mo:publisher <org/355#subject> ;
    mo:record _:Nae72079ebcb04f3eb6ea51eb2c50bd96 ;
    mo:record_count 1 ;
    mo:release <event/51> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:datePublished "2009-08-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/25/15052/15052-1250773072.jpg> ;
    schema:name "M.M.T"@en,
        "M.M.T"@ja,
        "M.M.T"@ja-latn ;
    schema:publisher <org/355#subject> ;
    foaf:depiction <https://media.vgm.io/albums/25/15052/15052-1250773072.jpg> .

_:N107fb7a1235248cf97a78b45c2f7bf11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "三姉妹丼"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:Nae72079ebcb04f3eb6ea51eb2c50bd96 ;
    schema:name "三姉妹丼"@ja .

_:N5ca92abd67ba4e8f98244df42683cbe4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "兎ノ姿煮狂喜造"@ja ;
    mo:track_number 1 ;
    schema:duration "PT6:00"^^xsd:interval ;
    schema:inPlaylist _:Nae72079ebcb04f3eb6ea51eb2c50bd96 ;
    schema:name "兎ノ姿煮狂喜造"@ja .

_:N6edd3e3736264fbb92941be130293427 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "半熟半霊ノ握"@ja ;
    mo:track_number 3 ;
    schema:duration "PT6:00"^^xsd:interval ;
    schema:inPlaylist _:Nae72079ebcb04f3eb6ea51eb2c50bd96 ;
    schema:name "半熟半霊ノ握"@ja .

_:N76268dea0678421da5087e807938a298 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "the Tour"@ja ;
    mo:track_number 6 ;
    schema:duration "PT28:35"^^xsd:interval ;
    schema:inPlaylist _:Nae72079ebcb04f3eb6ea51eb2c50bd96 ;
    schema:name "the Tour"@ja .

_:N7ecacb3311614baaa40011592ca2b2bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "香草入犬鍋"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:20"^^xsd:interval ;
    schema:inPlaylist _:Nae72079ebcb04f3eb6ea51eb2c50bd96 ;
    schema:name "香草入犬鍋"@ja .

_:N89ce9e0225fd41dba242661a37756290 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エンドレス八ツ橋"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:57"^^xsd:interval ;
    schema:inPlaylist _:Nae72079ebcb04f3eb6ea51eb2c50bd96 ;
    schema:name "エンドレス八ツ橋"@ja .

_:Nae72079ebcb04f3eb6ea51eb2c50bd96 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N107fb7a1235248cf97a78b45c2f7bf11,
        _:N5ca92abd67ba4e8f98244df42683cbe4,
        _:N6edd3e3736264fbb92941be130293427,
        _:N76268dea0678421da5087e807938a298,
        _:N7ecacb3311614baaa40011592ca2b2bc,
        _:N89ce9e0225fd41dba242661a37756290 ;
    mo:track_count 6 ;
    schema:duration "PT57:15"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N107fb7a1235248cf97a78b45c2f7bf11,
        _:N5ca92abd67ba4e8f98244df42683cbe4,
        _:N6edd3e3736264fbb92941be130293427,
        _:N76268dea0678421da5087e807938a298,
        _:N7ecacb3311614baaa40011592ca2b2bc,
        _:N89ce9e0225fd41dba242661a37756290 .

