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

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

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

<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/10897#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Castlevania: Symphony of the Night - Resurrection"@en,
        "Castlevania: Symphony of the Night - Resurrection"@ja,
        "Castlevania: Symphony of the Night - Resurrection"@ja-latn ;
    mo:composer <artist/334#subject> ;
    mo:produced_work <album/10897#musicalwork> ;
    schema:name "Castlevania: Symphony of the Night - Resurrection"@en,
        "Castlevania: Symphony of the Night - Resurrection"@ja,
        "Castlevania: Symphony of the Night - Resurrection"@ja-latn .

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

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

<org/48#subject> schema:name "OneUp Studios"@en,
        "OneUp Studios"@ja,
        "OneUp Studios"@ja-latn ;
    foaf:name "OneUp Studios"@en,
        "OneUp Studios"@ja,
        "OneUp Studios"@ja-latn .

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

<https://medium-media.vgm.io/albums/79/10897/10897-1225428589.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/1259#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10897#performance> ;
    schema:name "Kunal"@en ;
    foaf:name "Kunal"@en .

<artist/1260#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10897#performance> ;
    schema:name "Joshua Morse"@en ;
    foaf:name "Joshua Morse"@en .

<artist/1269#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10897#performance> ;
    schema:name "Diggi Dis"@en ;
    foaf:name "Diggi Dis"@en .

<artist/515#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10897#performance> ;
    schema:name "posu yan"@en ;
    foaf:name "posu yan"@en .

<artist/517#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/10897#performance> ;
    schema:name "Anthony Lofton"@en ;
    foaf:name "Anthony Lofton"@en .

<album/10897#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-10-30"^^xsd:date ;
    dcterms:title "Castlevania: Symphony of the Night - Resurrection"@en,
        "Castlevania: Symphony of the Night - Resurrection"@ja,
        "Castlevania: Symphony of the Night - Resurrection"@ja-latn ;
    mo:catalogue_number "OUS EP-06" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/10897#musicalexpression> ;
    mo:publisher <org/48#subject> ;
    mo:record _:N4898b3a62bdd4dae839ce456522ce4dd ;
    mo:record_count 1 ;
    schema:about <product/818#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "GumShoe"@en ;
            foaf:name "GumShoe"@en ],
        <artist/1259#subject>,
        <artist/1260#subject>,
        <artist/1269#subject>,
        <artist/515#subject>,
        <artist/517#subject> ;
    schema:datePublished "2008-10-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/79/10897/10897-1225428589.jpg> ;
    schema:name "Castlevania: Symphony of the Night - Resurrection"@en,
        "Castlevania: Symphony of the Night - Resurrection"@ja,
        "Castlevania: Symphony of the Night - Resurrection"@ja-latn ;
    schema:publisher <org/48#subject> ;
    foaf:depiction <https://media.vgm.io/albums/79/10897/10897-1225428589.jpg> .

<album/10897#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Castlevania: Symphony of the Night - Resurrection"@en,
        "Castlevania: Symphony of the Night - Resurrection"@ja,
        "Castlevania: Symphony of the Night - Resurrection"@ja-latn ;
    mo:performance_of <album/10897#musicalwork> ;
    mo:performer _:N05fa5115b9ac4f108dd86a513c780b64,
        <artist/1259#subject>,
        <artist/1260#subject>,
        <artist/1269#subject>,
        <artist/515#subject>,
        <artist/517#subject> ;
    mo:recorded_as <album/10897#musicalexpression> ;
    schema:byArtist _:N05fa5115b9ac4f108dd86a513c780b64,
        <artist/1259#subject>,
        <artist/1260#subject>,
        <artist/1269#subject>,
        <artist/515#subject>,
        <artist/517#subject> ;
    schema:name "Castlevania: Symphony of the Night - Resurrection"@en,
        "Castlevania: Symphony of the Night - Resurrection"@ja,
        "Castlevania: Symphony of the Night - Resurrection"@ja-latn ;
    schema:workPerformed <album/10897#musicalwork> .

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

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

_:N05fa5115b9ac4f108dd86a513c780b64 a schema:Person,
        foaf:Person ;
    mo:performed <album/10897#performance> ;
    schema:name "GumShoe"@en ;
    foaf:name "GumShoe"@en .

_:N4114614c1f904c148ca2e4c1a3b19dd9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Danse Finale"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:31"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Danse Finale"@en .

_:N5f53080ae0ce443f915c1b4cae8d7d58 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wood Striking Partita (Interlude)"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Wood Striking Partita (Interlude)"@en .

_:N6845372ec95f4f9d885daf985b4f0f81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "2-Step of Gold"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "2-Step of Gold"@en .

_:N75528d811ed941839b6f2aef67cf8b22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Lament of the Shapeshifter"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "The Lament of the Shapeshifter"@en .

_:N7e31fef36856402db4e7e7e6360bc27f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Apparitions of Clock Tower"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Apparitions of Clock Tower"@en .

_:N80cc36ea981c4d39a97db2645e177576 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "garlic"@en ;
    mo:track_number 14 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "garlic"@en .

_:N849ce976a4e14109b25b388a4a796e62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Empty Frame"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Empty Frame"@en .

_:N8e80dbfc7c0345eaa7045cdaf4b2e1df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nocturne"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Nocturne"@en .

_:N8fe0179aa1a54de99882f421f63b267b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prayer"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Prayer"@en .

_:N9122e03ea96e41bdb411eb4ef2525175 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wood Striking Partita (Main)"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Wood Striking Partita (Main)"@en .

_:Nb5350c56e4fc40b087249ae20141ec2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Take Back the Tears"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Take Back the Tears"@en .

_:Nc90dfaf22edc43bb90f39ebd0fbb0848 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drax of Holy Spirits"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Drax of Holy Spirits"@en .

_:Nca68f6f51a7d46a7aa4dd0d5a9d36cab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heart of Vlad"@en ;
    mo:track_number 15 ;
    schema:duration "PT13:10"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Heart of Vlad"@en .

_:Nd57be7ed583646d38b9954d2540f01d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wet Dreams"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Wet Dreams"@en .

_:Nf2ac04fabfa649c0874ca3624286fc72 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Illusional Hop"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:N4898b3a62bdd4dae839ce456522ce4dd ;
    schema:name "Illusional Hop"@en .

_:N4898b3a62bdd4dae839ce456522ce4dd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4114614c1f904c148ca2e4c1a3b19dd9,
        _:N5f53080ae0ce443f915c1b4cae8d7d58,
        _:N6845372ec95f4f9d885daf985b4f0f81,
        _:N75528d811ed941839b6f2aef67cf8b22,
        _:N7e31fef36856402db4e7e7e6360bc27f,
        _:N80cc36ea981c4d39a97db2645e177576,
        _:N849ce976a4e14109b25b388a4a796e62,
        _:N8e80dbfc7c0345eaa7045cdaf4b2e1df,
        _:N8fe0179aa1a54de99882f421f63b267b,
        _:N9122e03ea96e41bdb411eb4ef2525175,
        _:Nb5350c56e4fc40b087249ae20141ec2e,
        _:Nc90dfaf22edc43bb90f39ebd0fbb0848,
        _:Nca68f6f51a7d46a7aa4dd0d5a9d36cab,
        _:Nd57be7ed583646d38b9954d2540f01d8,
        _:Nf2ac04fabfa649c0874ca3624286fc72 ;
    mo:track_count 15 ;
    schema:duration "PT62:35"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N4114614c1f904c148ca2e4c1a3b19dd9,
        _:N5f53080ae0ce443f915c1b4cae8d7d58,
        _:N6845372ec95f4f9d885daf985b4f0f81,
        _:N75528d811ed941839b6f2aef67cf8b22,
        _:N7e31fef36856402db4e7e7e6360bc27f,
        _:N80cc36ea981c4d39a97db2645e177576,
        _:N849ce976a4e14109b25b388a4a796e62,
        _:N8e80dbfc7c0345eaa7045cdaf4b2e1df,
        _:N8fe0179aa1a54de99882f421f63b267b,
        _:N9122e03ea96e41bdb411eb4ef2525175,
        _:Nb5350c56e4fc40b087249ae20141ec2e,
        _:Nc90dfaf22edc43bb90f39ebd0fbb0848,
        _:Nca68f6f51a7d46a7aa4dd0d5a9d36cab,
        _:Nd57be7ed583646d38b9954d2540f01d8,
        _:Nf2ac04fabfa649c0874ca3624286fc72 .

