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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20757#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/20757#composition>,
        <album/20757#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/276#subject> a schema:CreativeWork ;
    schema:name "Double Spoiler ~ Touhou Bunkachou"@en,
        "ダブルスポイラー　〜 東方文花帖"@ja,
        "Double Spoiler ~ Touhou Bunkachou"@ja-latn ;
    foaf:name "Double Spoiler ~ Touhou Bunkachou"@en,
        "ダブルスポイラー　〜 東方文花帖"@ja,
        "Double Spoiler ~ Touhou Bunkachou"@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 .

<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/20757#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Hatate no Nensha Daisakusen"@en,
        "はたての念写大作戦"@ja,
        "Hatate no Nensha Daisakusen"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/20757#musicalwork> ;
    schema:name "Hatate no Nensha Daisakusen"@en,
        "はたての念写大作戦"@ja,
        "Hatate no Nensha Daisakusen"@ja-latn .

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

<album/20757#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Hatate no Nensha Daisakusen"@en,
        "はたての念写大作戦"@ja,
        "Hatate no Nensha Daisakusen"@ja-latn ;
    mo:performance_of <album/20757#musicalwork> ;
    mo:recorded_as <album/20757#musicalexpression> ;
    schema:name "Hatate no Nensha Daisakusen"@en,
        "はたての念写大作戦"@ja,
        "Hatate no Nensha Daisakusen"@ja-latn ;
    schema:workPerformed <album/20757#musicalwork> .

<org/171#subject> schema:name "Hachimitsu-Kumasan"@en,
        "はちみつくまさん"@ja,
        "Hachimitsu-Kumasan"@ja-latn ;
    foaf:name "Hachimitsu-Kumasan"@en,
        "はちみつくまさん"@ja,
        "Hachimitsu-Kumasan"@ja-latn .

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

<https://medium-media.vgm.io/albums/75/20757/20757-1314390410.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/20757#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-08-14"^^xsd:date ;
    dcterms:title "Hatate no Nensha Daisakusen"@en,
        "はたての念写大作戦"@ja,
        "Hatate no Nensha Daisakusen"@ja-latn ;
    mo:catalogue_number "HKMP-OTO45" ;
    mo:media_type "CD" ;
    mo:publication_of <album/20757#musicalexpression> ;
    mo:publisher <org/171#subject> ;
    mo:record _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    mo:record_count 1 ;
    mo:release <event/91> ;
    schema:about <product/276#subject>,
        <product/31#subject>,
        <product/35#subject> ;
    schema:datePublished "2010-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/75/20757/20757-1314390410.jpg> ;
    schema:name "Hatate no Nensha Daisakusen"@en,
        "はたての念写大作戦"@ja,
        "Hatate no Nensha Daisakusen"@ja-latn ;
    schema:publisher <org/171#subject> ;
    foaf:depiction <https://media.vgm.io/albums/75/20757/20757-1314390410.jpg> .

_:N2b14882b0d9e43d08f7546454f18ccf1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レトロスペクティブ京都"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "レトロスペクティブ京都"@ja .

_:N3aef53b272194895a4a806cc291d423e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "風神少女"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "風神少女"@ja .

_:N3e88e07d720c4b2a879a6da3129a29c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖怪モダンコロニー"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "妖怪モダンコロニー"@ja .

_:N6284f5d471cb46c3895bff020bfe0342 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ネメシスの要塞"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "ネメシスの要塞"@ja .

_:N8a5ab6aa2b6b4674bb097666cff0fae6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東の国の眠らない夜"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "東の国の眠らない夜"@ja .

_:N9b1c00d96999461bbb2dffdc4d29120d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "無間の鐘　～ Infinite Nightmare"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "無間の鐘　～ Infinite Nightmare"@ja .

_:Naded55d486e74953a535519d96c794d6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "妖怪の山　～ Mysterious Mountain"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "妖怪の山　～ Mysterious Mountain"@ja .

_:Nbd77194ac7d84b5795320d9408c3233f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "黒い海に紅く"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "黒い海に紅く"@ja .

_:Nc00278c3496446c7a5698e33d3454fb9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "風の循環　～ Wind Tour"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "風の循環　～ Wind Tour"@ja .

_:Nc64cf6e9c3524e9ab507e61545f3f1ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あなたの町の怪事件"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "あなたの町の怪事件"@ja .

_:Nef25e30a0a614c35a4d9690bb0f7edda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天狗が見ている　～ Black Eyes"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N9739a7c5aabe4738befd14dfc2be6e7a ;
    schema:name "天狗が見ている　～ Black Eyes"@ja .

_:N9739a7c5aabe4738befd14dfc2be6e7a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2b14882b0d9e43d08f7546454f18ccf1,
        _:N3aef53b272194895a4a806cc291d423e,
        _:N3e88e07d720c4b2a879a6da3129a29c9,
        _:N6284f5d471cb46c3895bff020bfe0342,
        _:N8a5ab6aa2b6b4674bb097666cff0fae6,
        _:N9b1c00d96999461bbb2dffdc4d29120d,
        _:Naded55d486e74953a535519d96c794d6,
        _:Nbd77194ac7d84b5795320d9408c3233f,
        _:Nc00278c3496446c7a5698e33d3454fb9,
        _:Nc64cf6e9c3524e9ab507e61545f3f1ee,
        _:Nef25e30a0a614c35a4d9690bb0f7edda ;
    mo:track_count 11 ;
    schema:duration "PT39:14"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N2b14882b0d9e43d08f7546454f18ccf1,
        _:N3aef53b272194895a4a806cc291d423e,
        _:N3e88e07d720c4b2a879a6da3129a29c9,
        _:N6284f5d471cb46c3895bff020bfe0342,
        _:N8a5ab6aa2b6b4674bb097666cff0fae6,
        _:N9b1c00d96999461bbb2dffdc4d29120d,
        _:Naded55d486e74953a535519d96c794d6,
        _:Nbd77194ac7d84b5795320d9408c3233f,
        _:Nc00278c3496446c7a5698e33d3454fb9,
        _:Nc64cf6e9c3524e9ab507e61545f3f1ee,
        _:Nef25e30a0a614c35a4d9690bb0f7edda .

