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

<album/123566#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Requiem of Blood"@en,
        "Requiem of Blood"@ja,
        "Requiem of Blood"@ja-latn ;
    mo:produced_work <album/123566#musicalwork> ;
    schema:name "Requiem of Blood"@en,
        "Requiem of Blood"@ja,
        "Requiem of Blood"@ja-latn .

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

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

<product/815#subject> a schema:CreativeWork ;
    schema:name "Super Castlevania IV"@en,
        "悪魔城ドラキュラ"@ja,
        "Akumajo Dracula"@ja-latn ;
    foaf:name "Super Castlevania IV"@en,
        "悪魔城ドラキュラ"@ja,
        "Akumajo Dracula"@ja-latn .

<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 .

<product/818#subject> a schema:CreativeWork ;
    schema:name "Castlevania: Symphony of the Night"@en,
        "悪魔城ドラキュラX 月下の夜想曲"@ja,
        "Akumajou Dracula X: Gekka no Yasoukyoku"@ja-latn ;
    foaf:name "Castlevania: Symphony of the Night"@en,
        "悪魔城ドラキュラX 月下の夜想曲"@ja,
        "Akumajou Dracula X: Gekka no Yasoukyoku"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/66/123566/123566-b526246e63c7.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/123566#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-10-01"^^xsd:date ;
    dcterms:title "Requiem of Blood"@en,
        "Requiem of Blood"@ja,
        "Requiem of Blood"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/123566#musicalexpression> ;
    mo:publisher _:N6323e327de714116959f3df9488b4379 ;
    mo:record _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    mo:record_count 1 ;
    schema:about <product/815#subject>,
        <product/816#subject>,
        <product/817#subject>,
        <product/818#subject> ;
    schema:datePublished "2022-10-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/66/123566/123566-b526246e63c7.jpg> ;
    schema:name "Requiem of Blood"@en,
        "Requiem of Blood"@ja,
        "Requiem of Blood"@ja-latn ;
    schema:publisher _:N6323e327de714116959f3df9488b4379 ;
    foaf:depiction <https://media.vgm.io/albums/66/123566/123566-b526246e63c7.jpg> .

_:N2e0afc58a7094b11be89df42cdc0e636 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    schema:name "Ending"@en .

_:N5e731a2796b946898aa005dd25af2b06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloody Tears"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    schema:name "Bloody Tears"@en .

_:N6323e327de714116959f3df9488b4379 schema:name "Dany Simard"@en,
        "Dany Simard"@ja,
        "Dany Simard"@ja-latn ;
    foaf:name "Dany Simard"@en,
        "Dany Simard"@ja,
        "Dany Simard"@ja-latn .

_:N6914d97260bc49e08acb201927b11828 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ascension to the Castle"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    schema:name "Ascension to the Castle"@en .

_:N939bd65a03764822a7e64c34b0eb15f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    schema:name "Prologue"@en .

_:N96478c2aff6144cb9ef2042f0b384fb1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Iron Blue Intention"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    schema:name "Iron Blue Intention"@en .

_:N9d52c46ec82443a4883216d5623980b9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clockwork Mansion"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    schema:name "Clockwork Mansion"@en .

_:Nb4dc8ed9a28d4fa696dc977730de1f2b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of Simon Belmont"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    schema:name "Theme of Simon Belmont"@en .

_:Nd3ebedc9c6bc41d590f7462fd099640c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Den"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N3b3cc12aeeea46a1b03757dec06fa350 ;
    schema:name "Den"@en .

_:N3b3cc12aeeea46a1b03757dec06fa350 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2e0afc58a7094b11be89df42cdc0e636,
        _:N5e731a2796b946898aa005dd25af2b06,
        _:N6914d97260bc49e08acb201927b11828,
        _:N939bd65a03764822a7e64c34b0eb15f2,
        _:N96478c2aff6144cb9ef2042f0b384fb1,
        _:N9d52c46ec82443a4883216d5623980b9,
        _:Nb4dc8ed9a28d4fa696dc977730de1f2b,
        _:Nd3ebedc9c6bc41d590f7462fd099640c ;
    mo:track_count 8 ;
    schema:duration "PT26:50"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N2e0afc58a7094b11be89df42cdc0e636,
        _:N5e731a2796b946898aa005dd25af2b06,
        _:N6914d97260bc49e08acb201927b11828,
        _:N939bd65a03764822a7e64c34b0eb15f2,
        _:N96478c2aff6144cb9ef2042f0b384fb1,
        _:N9d52c46ec82443a4883216d5623980b9,
        _:Nb4dc8ed9a28d4fa696dc977730de1f2b,
        _:Nd3ebedc9c6bc41d590f7462fd099640c .

