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

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

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

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

<event/207> a mo:Release ;
    schema:name "Released at Comic Market 93 (Dec 29, 2017 to Dec 31, 2017)" .

<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/5072#subject> a schema:CreativeWork ;
    schema:name "Touhou Tenkuushou ~ Hidden Star in Four Seasons."@en,
        "東方天空璋　～ Hidden Star in Four Seasons."@ja,
        "Touhou Tenkuushou ~ Hidden Star in Four Seasons."@ja-latn ;
    foaf:name "Touhou Tenkuushou ~ Hidden Star in Four Seasons."@en,
        "東方天空璋　～ Hidden Star in Four Seasons."@ja,
        "Touhou Tenkuushou ~ Hidden Star in Four Seasons."@ja-latn .

<album/73662#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Grand Grimoire"@en,
        "グランド グリモワール"@ja,
        "Grand Grimoire"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/73662#musicalwork> ;
    schema:name "Grand Grimoire"@en,
        "グランド グリモワール"@ja,
        "Grand Grimoire"@ja-latn .

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

<album/73662#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Grand Grimoire"@en,
        "グランド グリモワール"@ja,
        "Grand Grimoire"@ja-latn ;
    mo:performance_of <album/73662#musicalwork> ;
    mo:recorded_as <album/73662#musicalexpression> ;
    schema:name "Grand Grimoire"@en,
        "グランド グリモワール"@ja,
        "Grand Grimoire"@ja-latn ;
    schema:workPerformed <album/73662#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/26/73662/73662-1516728154.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/73662#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-12-29"^^xsd:date ;
    dcterms:title "Grand Grimoire"@en,
        "グランド グリモワール"@ja,
        "Grand Grimoire"@ja-latn ;
    mo:catalogue_number "SHAT-0014" ;
    mo:media_type "CD" ;
    mo:publication_of <album/73662#musicalexpression> ;
    mo:publisher <org/985#subject> ;
    mo:record _:N84c1f59e248b436ebb827d70dd22f26d ;
    mo:record_count 1 ;
    mo:release <event/207> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/5072#subject> ;
    schema:datePublished "2017-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/26/73662/73662-1516728154.jpg> ;
    schema:name "Grand Grimoire"@en,
        "グランド グリモワール"@ja,
        "Grand Grimoire"@ja-latn ;
    schema:publisher <org/985#subject> ;
    foaf:depiction <https://media.vgm.io/albums/26/73662/73662-1516728154.jpg> .

_:N0d51eb74112d49dea56e09cfacb2e9a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "イントゥ・バックドア"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "イントゥ・バックドア"@ja .

_:N38091e4f028340f09bc4e6c5352892e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "おてんば恋娘"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "おてんば恋娘"@ja .

_:N3b61c15bbd204226a59d1316e5f2335f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "秘神マターラ ～ Hidden Star in All Seasons"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "秘神マターラ ～ Hidden Star in All Seasons"@ja .

_:N3ca98fd58d7245e7bd2bd6d3a502eda1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "メイドと血の懐中時計"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "メイドと血の懐中時計"@ja .

_:N765779fdebd649d0bf7f52f120a396cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "懐かしき東方の血 ～ Old World [Ver GG]"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "懐かしき東方の血 ～ Old World [Ver GG]"@ja .

_:Nabd95ae5ca184f7b9551e61ad54d6ede a mo:Track,
        schema:MusicRecording ;
    dcterms:title "魔法の笠地蔵"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "魔法の笠地蔵"@ja .

_:Nbb6d8854081940c58aedfbd3d4c3b404 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幽雅に咲かせ、墨染の桜 [Ver GG]"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "幽雅に咲かせ、墨染の桜 [Ver GG]"@ja .

_:Ned0ac55bfa9a46d2bd669bd1daf3b693 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "秘匿されたフォーシーズンズ"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "秘匿されたフォーシーズンズ"@ja .

_:Nf46ef616379d442e919d8e1a7ac68789 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "一対の神獣"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "一対の神獣"@ja .

_:Nfcaff5aec4d94811813c8548ac97a459 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "蠢々秋月 ～ Mooned Insect"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:N84c1f59e248b436ebb827d70dd22f26d ;
    schema:name "蠢々秋月 ～ Mooned Insect"@ja .

_:N84c1f59e248b436ebb827d70dd22f26d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d51eb74112d49dea56e09cfacb2e9a8,
        _:N38091e4f028340f09bc4e6c5352892e5,
        _:N3b61c15bbd204226a59d1316e5f2335f,
        _:N3ca98fd58d7245e7bd2bd6d3a502eda1,
        _:N765779fdebd649d0bf7f52f120a396cc,
        _:Nabd95ae5ca184f7b9551e61ad54d6ede,
        _:Nbb6d8854081940c58aedfbd3d4c3b404,
        _:Ned0ac55bfa9a46d2bd669bd1daf3b693,
        _:Nf46ef616379d442e919d8e1a7ac68789,
        _:Nfcaff5aec4d94811813c8548ac97a459 ;
    mo:track_count 10 ;
    schema:duration "PT38:38"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0d51eb74112d49dea56e09cfacb2e9a8,
        _:N38091e4f028340f09bc4e6c5352892e5,
        _:N3b61c15bbd204226a59d1316e5f2335f,
        _:N3ca98fd58d7245e7bd2bd6d3a502eda1,
        _:N765779fdebd649d0bf7f52f120a396cc,
        _:Nabd95ae5ca184f7b9551e61ad54d6ede,
        _:Nbb6d8854081940c58aedfbd3d4c3b404,
        _:Ned0ac55bfa9a46d2bd669bd1daf3b693,
        _:Nf46ef616379d442e919d8e1a7ac68789,
        _:Nfcaff5aec4d94811813c8548ac97a459 .

