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

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

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

<artist/161#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42516#subject> ;
    schema:name "Konami Kukeiha Club"@en,
        "コナミ矩形波倶楽部"@ja ;
    foaf:made <album/42516#composition>,
        <album/42516#subject> ;
    foaf:name "Konami Kukeiha Club"@en,
        "コナミ矩形波倶楽部"@ja .

<artist/334#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42516#subject> ;
    schema:name "Michiru Yamane"@en,
        "山根ミチル"@ja ;
    foaf:made <album/42516#composition>,
        <album/42516#subject> ;
    foaf:name "Michiru Yamane"@en,
        "山根ミチル"@ja .

<artist/452#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42516#subject> ;
    schema:name "akiropito"@en,
        "あきろぴと"@ja ;
    foaf:made <album/42516#composition>,
        <album/42516#subject> ;
    foaf:name "akiropito"@en,
        "あきろぴと"@ja .

<artist/5266#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42516#subject> ;
    schema:name "Sanoppi"@en ;
    foaf:made <album/42516#composition>,
        <album/42516#subject> ;
    foaf:name "Sanoppi"@en .

<artist/5279#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42516#subject> ;
    schema:name "Jigokuguruma Nakamura"@en,
        "地獄車中村"@ja ;
    foaf:made <album/42516#composition>,
        <album/42516#subject> ;
    foaf:name "Jigokuguruma Nakamura"@en,
        "地獄車中村"@ja .

<artist/6301#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42516#subject> ;
    schema:name "Metal Yuhki"@en,
        "メタルユーキ"@ja ;
    foaf:made <album/42516#composition>,
        <album/42516#subject> ;
    foaf:name "Metal Yuhki"@en,
        "メタルユーキ"@ja .

<product/816#subject> a schema:CreativeWork ;
    schema:name "Castlevania: Rondo of Blood"@en,
        "悪魔城ドラキュラX 血の輪廻"@ja,
        "Akumajo Dracula X: Chi no Rondo"@ja-latn ;
    foaf:name "Castlevania: Rondo of Blood"@en,
        "悪魔城ドラキュラX 血の輪廻"@ja,
        "Akumajo Dracula X: Chi no Rondo"@ja-latn .

<product/817#subject> a schema:CreativeWork ;
    schema:name "Castlevania: Bloodlines"@en,
        "バンパイアキラー"@ja,
        "Vampire Killer"@ja-latn ;
    foaf:name "Castlevania: Bloodlines"@en,
        "バンパイアキラー"@ja,
        "Vampire Killer"@ja-latn .

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

<album/42516#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Vampire Variations Volume II"@en,
        "Vampire Variations Volume II"@ja,
        "Vampire Variations Volume II"@ja-latn ;
    mo:performance_of <album/42516#musicalwork> ;
    mo:recorded_as <album/42516#musicalexpression> ;
    schema:name "Vampire Variations Volume II"@en,
        "Vampire Variations Volume II"@ja,
        "Vampire Variations Volume II"@ja-latn ;
    schema:workPerformed <album/42516#musicalwork> .

<org/1255#subject> schema:name "Nitro Game Injection"@en,
        "Nitro Game Injection"@ja,
        "Nitro Game Injection"@ja-latn ;
    foaf:name "Nitro Game Injection"@en,
        "Nitro Game Injection"@ja,
        "Nitro Game Injection"@ja-latn .

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

<https://medium-media.vgm.io/albums/61/42516/42516-1383325082.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/42516#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Vampire Variations Volume II"@en,
        "Vampire Variations Volume II"@ja,
        "Vampire Variations Volume II"@ja-latn ;
    mo:composer <artist/161#subject>,
        <artist/334#subject>,
        <artist/452#subject>,
        <artist/5266#subject>,
        <artist/5279#subject>,
        <artist/6301#subject> ;
    mo:produced_work <album/42516#musicalwork> ;
    schema:name "Vampire Variations Volume II"@en,
        "Vampire Variations Volume II"@ja,
        "Vampire Variations Volume II"@ja-latn .

<album/42516#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-10-31"^^xsd:date ;
    dcterms:title "Vampire Variations Volume II"@en,
        "Vampire Variations Volume II"@ja,
        "Vampire Variations Volume II"@ja-latn ;
    mo:catalogue_number "KNGIA-0005" ;
    mo:media_type "2 Digital" ;
    mo:publication_of <album/42516#musicalexpression> ;
    mo:publisher <org/1255#subject> ;
    mo:record _:Nbe1ddf154b964d36b863d412c0aa3e31,
        _:Ncfaa969e14534af696e777bb1ac617a2 ;
    mo:record_count 2 ;
    schema:about <product/816#subject>,
        <product/817#subject> ;
    schema:datePublished "2013-10-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/61/42516/42516-1383325082.jpg> ;
    schema:name "Vampire Variations Volume II"@en,
        "Vampire Variations Volume II"@ja,
        "Vampire Variations Volume II"@ja-latn ;
    schema:publisher <org/1255#subject> ;
    foaf:depiction <https://media.vgm.io/albums/61/42516/42516-1383325082.jpg> .

_:N027c72ab083448afb04a05cb9c8c37f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prussian Bones"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "Prussian Bones"@en .

_:N05b530ab5d9f4f9b9b47a264792eeae4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Find Me"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "Find Me"@en .

_:N075391236bf04423b8d07393592ad438 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Satanic Spire"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "Satanic Spire"@en .

_:N1f732d30046d44a29cfceb366d9c03eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crux Fortitudo Mea"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Crux Fortitudo Mea"@en .

_:N2eeba261c09849ba872bda52c02a336d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Richter's Graveyard Groove"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Richter's Graveyard Groove"@en .

_:N3c4a116fb07d412b8d7e902bb330d758 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unholy Water"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "Unholy Water"@en .

_:N74a244ee8b6842fa9787068b8cc07628 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Eighth Deadly Sin"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "The Eighth Deadly Sin"@en .

_:N7ccc579da31748bb8698de8d3d60e5b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nosfearatu"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Nosfearatu"@en .

_:N8ca6cfdab3bc440bbe75fac9ef3fa5bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Krush Kontrol"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Krush Kontrol"@en .

_:N8f3cc4f56dd8498ab181f8cbe6a7ccef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phantasmal Hellfire"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Phantasmal Hellfire"@en .

_:N94f41e9254724db08a4ded226c807460 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Season of the Witch"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "Season of the Witch"@en .

_:N9d525c57cad64880a5e2c82037ae29f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "City of Angels"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "City of Angels"@en .

_:Nab6d1419ac2e42f0991f30710ce1c271 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mechanical Salvation"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Mechanical Salvation"@en .

_:Nb08cfd6aa02d41d08653d35cdb93ee4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Damned Thirteen"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "The Damned Thirteen"@en .

_:Nba5f531e90c842528ebbd644e1b518df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red Pearl"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "Red Pearl"@en .

_:Nbe782c93ad4d4df6b3a78e9970c77afd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bonds of Dark Secrets"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:28"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "Bonds of Dark Secrets"@en .

_:Nbf4e16f1aec940b7bfe43fee9845cc75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Circle of Illusions"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Circle of Illusions"@en .

_:Nc8886eeba22b4bafa9b78122e1086905 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "This Whip Was Made to Punish"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "This Whip Was Made to Punish"@en .

_:Nd78de91951de47e4aabd89c14bef2d44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "For Love Is Immortality"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "For Love Is Immortality"@en .

_:Nda90999cc7e74fb89860e4ca1ec554de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Transylvania Sound Machine"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Transylvania Sound Machine"@en .

_:Ndf3a2d80acd04d0f985f73a1662172bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chocolate Rondo (I Kinda Love It)"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Chocolate Rondo (I Kinda Love It)"@en .

_:Nefa3022626234bbcac4d771742525ad0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sinfonía del Diablo"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Nbe1ddf154b964d36b863d412c0aa3e31 ;
    schema:name "Sinfonía del Diablo"@en .

_:Nf7f652d5afea4966a0050eacfe7c7467 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No Prayers or Queens"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "No Prayers or Queens"@en .

_:Nfae3c13b63934b9cbe5648ae7229aa41 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloodthirst"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:Ncfaa969e14534af696e777bb1ac617a2 ;
    schema:name "Bloodthirst"@en .

_:Nbe1ddf154b964d36b863d412c0aa3e31 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1f732d30046d44a29cfceb366d9c03eb,
        _:N2eeba261c09849ba872bda52c02a336d,
        _:N7ccc579da31748bb8698de8d3d60e5b9,
        _:N8ca6cfdab3bc440bbe75fac9ef3fa5bd,
        _:N8f3cc4f56dd8498ab181f8cbe6a7ccef,
        _:Nab6d1419ac2e42f0991f30710ce1c271,
        _:Nb08cfd6aa02d41d08653d35cdb93ee4e,
        _:Nbf4e16f1aec940b7bfe43fee9845cc75,
        _:Nc8886eeba22b4bafa9b78122e1086905,
        _:Nda90999cc7e74fb89860e4ca1ec554de,
        _:Ndf3a2d80acd04d0f985f73a1662172bb,
        _:Nefa3022626234bbcac4d771742525ad0 ;
    mo:track_count 12 ;
    schema:duration "PT43:04"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N1f732d30046d44a29cfceb366d9c03eb,
        _:N2eeba261c09849ba872bda52c02a336d,
        _:N7ccc579da31748bb8698de8d3d60e5b9,
        _:N8ca6cfdab3bc440bbe75fac9ef3fa5bd,
        _:N8f3cc4f56dd8498ab181f8cbe6a7ccef,
        _:Nab6d1419ac2e42f0991f30710ce1c271,
        _:Nb08cfd6aa02d41d08653d35cdb93ee4e,
        _:Nbf4e16f1aec940b7bfe43fee9845cc75,
        _:Nc8886eeba22b4bafa9b78122e1086905,
        _:Nda90999cc7e74fb89860e4ca1ec554de,
        _:Ndf3a2d80acd04d0f985f73a1662172bb,
        _:Nefa3022626234bbcac4d771742525ad0 .

_:Ncfaa969e14534af696e777bb1ac617a2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N027c72ab083448afb04a05cb9c8c37f5,
        _:N05b530ab5d9f4f9b9b47a264792eeae4,
        _:N075391236bf04423b8d07393592ad438,
        _:N3c4a116fb07d412b8d7e902bb330d758,
        _:N74a244ee8b6842fa9787068b8cc07628,
        _:N94f41e9254724db08a4ded226c807460,
        _:N9d525c57cad64880a5e2c82037ae29f8,
        _:Nba5f531e90c842528ebbd644e1b518df,
        _:Nbe782c93ad4d4df6b3a78e9970c77afd,
        _:Nd78de91951de47e4aabd89c14bef2d44,
        _:Nf7f652d5afea4966a0050eacfe7c7467,
        _:Nfae3c13b63934b9cbe5648ae7229aa41 ;
    mo:track_count 12 ;
    schema:duration "PT50:26"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N027c72ab083448afb04a05cb9c8c37f5,
        _:N05b530ab5d9f4f9b9b47a264792eeae4,
        _:N075391236bf04423b8d07393592ad438,
        _:N3c4a116fb07d412b8d7e902bb330d758,
        _:N74a244ee8b6842fa9787068b8cc07628,
        _:N94f41e9254724db08a4ded226c807460,
        _:N9d525c57cad64880a5e2c82037ae29f8,
        _:Nba5f531e90c842528ebbd644e1b518df,
        _:Nbe782c93ad4d4df6b3a78e9970c77afd,
        _:Nd78de91951de47e4aabd89c14bef2d44,
        _:Nf7f652d5afea4966a0050eacfe7c7467,
        _:Nfae3c13b63934b9cbe5648ae7229aa41 .

