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

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

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

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

<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/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/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

<product/49#subject> a schema:CreativeWork ;
    schema:name "Touhou Gumon Shiki ~ Perfect Memento in Strict Sense."@en,
        "東方求聞史紀　〜 Perfect Memento in Strict Sense."@ja,
        "Touhou Gumon Shiki ~ Perfect Memento in Strict Sense."@ja-latn ;
    foaf:name "Touhou Gumon Shiki ~ Perfect Memento in Strict Sense."@en,
        "東方求聞史紀　〜 Perfect Memento in Strict Sense."@ja,
        "Touhou Gumon Shiki ~ Perfect Memento in Strict Sense."@ja-latn .

<product/497#subject> a schema:CreativeWork ;
    schema:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn ;
    foaf:name "Yousei Daisensou ~ Touhou Sangetsusei"@en,
        "妖精大戦争　〜 東方三月精"@ja,
        "Yousei Daisensou ~ Touhou Sangetsusei"@ja-latn .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

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

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

<org/1057#subject> schema:name "AGENT 0"@en,
        "AGENT 0"@ja,
        "AGENT 0"@ja-latn ;
    foaf:name "AGENT 0"@en,
        "AGENT 0"@ja,
        "AGENT 0"@ja-latn .

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

<https://medium-media.vgm.io/albums/29/72792/72792-1510294775.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/72792#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Hell Destruction"@en,
        "Hell Destruction"@ja,
        "Hell Destruction"@ja-latn ;
    mo:performance_of <album/72792#musicalwork> ;
    mo:performer _:N85c39220f97f459b964429081a16f649 ;
    mo:recorded_as <album/72792#musicalexpression> ;
    schema:byArtist _:N85c39220f97f459b964429081a16f649 ;
    schema:name "Hell Destruction"@en,
        "Hell Destruction"@ja,
        "Hell Destruction"@ja-latn ;
    schema:workPerformed <album/72792#musicalwork> .

<album/72792#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-12-29"^^xsd:date ;
    dcterms:title "Hell Destruction"@en,
        "Hell Destruction"@ja,
        "Hell Destruction"@ja-latn ;
    mo:catalogue_number "AGENT-0015" ;
    mo:media_type "CD" ;
    mo:publication_of <album/72792#musicalexpression> ;
    mo:publisher <org/1057#subject> ;
    mo:record _:Nb485c95a971e4bceb7c37da9907567bc ;
    mo:record_count 1 ;
    mo:release <event/195> ;
    schema:about <product/20#subject>,
        <product/29#subject>,
        <product/37#subject>,
        <product/49#subject>,
        <product/497#subject>,
        <product/51#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Akihiro Muto"@en ;
            foaf:name "Akihiro Muto"@en ] ;
    schema:datePublished "2016-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/29/72792/72792-1510294775.jpg> ;
    schema:name "Hell Destruction"@en,
        "Hell Destruction"@ja,
        "Hell Destruction"@ja-latn ;
    schema:publisher <org/1057#subject> ;
    foaf:depiction <https://media.vgm.io/albums/29/72792/72792-1510294775.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Akihiro Muto"@en ;
    foaf:made <album/72792#subject> ;
    foaf:name "Akihiro Muto"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Masato"@en ;
    foaf:made <album/72792#lyrics> ;
    foaf:name "Masato"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Masato"@en ;
    foaf:made <album/72792#subject> ;
    foaf:name "Masato"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Akihiro Muto"@en ;
    foaf:made <album/72792#lyrics> ;
    foaf:name "Akihiro Muto"@en .

_:N18abc4821610431b8b21294ce1471064 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Endless Sorrow"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:Nb485c95a971e4bceb7c37da9907567bc ;
    schema:name "Endless Sorrow"@en .

_:N1abf8205d8a14e0b85825f915fc70b4c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rage of the Depth"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:Nb485c95a971e4bceb7c37da9907567bc ;
    schema:name "Rage of the Depth"@en .

_:N2ec0d392d9b947d9a02da4799ac01f70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night of Magic"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:Nb485c95a971e4bceb7c37da9907567bc ;
    schema:name "Night of Magic"@en .

_:N2fd2362fa4544c1db95bd788fd5cba3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hell Destruction"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:Nb485c95a971e4bceb7c37da9907567bc ;
    schema:name "Hell Destruction"@en .

_:N4a486432ec714a38a0e11079cc01766a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Queen's Blood"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:Nb485c95a971e4bceb7c37da9907567bc ;
    schema:name "Queen's Blood"@en .

_:N7bef396c812e4d75b19c0c65e743c611 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Absorption"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:Nb485c95a971e4bceb7c37da9907567bc ;
    schema:name "Absorption"@en .

_:N85c39220f97f459b964429081a16f649 a schema:Person,
        foaf:Person ;
    mo:performed <album/72792#performance> ;
    schema:name "Akihiro Muto"@en ;
    foaf:name "Akihiro Muto"@en .

_:Na47df4d2c85d4aa38448ba08869d32c0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mirror of Death"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:Nb485c95a971e4bceb7c37da9907567bc ;
    schema:name "Mirror of Death"@en .

_:Naa2f2b8645a44c81bbdf0a68f2e08bdd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Killing for you"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:Nb485c95a971e4bceb7c37da9907567bc ;
    schema:name "Killing for you"@en .

_:Nb485c95a971e4bceb7c37da9907567bc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N18abc4821610431b8b21294ce1471064,
        _:N1abf8205d8a14e0b85825f915fc70b4c,
        _:N2ec0d392d9b947d9a02da4799ac01f70,
        _:N2fd2362fa4544c1db95bd788fd5cba3a,
        _:N4a486432ec714a38a0e11079cc01766a,
        _:N7bef396c812e4d75b19c0c65e743c611,
        _:Na47df4d2c85d4aa38448ba08869d32c0,
        _:Naa2f2b8645a44c81bbdf0a68f2e08bdd ;
    mo:track_count 8 ;
    schema:duration "PT19:53"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N18abc4821610431b8b21294ce1471064,
        _:N1abf8205d8a14e0b85825f915fc70b4c,
        _:N2ec0d392d9b947d9a02da4799ac01f70,
        _:N2fd2362fa4544c1db95bd788fd5cba3a,
        _:N4a486432ec714a38a0e11079cc01766a,
        _:N7bef396c812e4d75b19c0c65e743c611,
        _:Na47df4d2c85d4aa38448ba08869d32c0,
        _:Naa2f2b8645a44c81bbdf0a68f2e08bdd .

