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

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

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

<artist/10537#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64195#subject> ;
    schema:name "Adolphe Adam"@en ;
    foaf:made <album/64195#composition>,
        <album/64195#subject> ;
    foaf:name "Adolphe Adam"@en .

<artist/14012#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64195#subject> ;
    schema:name "Yuka Kitamura"@en,
        "北村友香"@ja ;
    foaf:made <album/64195#composition>,
        <album/64195#subject> ;
    foaf:name "Yuka Kitamura"@en,
        "北村友香"@ja .

<artist/166#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64195#subject> ;
    schema:name "Motoi Sakuraba"@en,
        "桜庭統"@ja ;
    foaf:made <album/64195#composition>,
        <album/64195#subject> ;
    foaf:name "Motoi Sakuraba"@en,
        "桜庭統"@ja .

<artist/17459#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64195#subject> ;
    schema:name "Nobuyoshi Suzuki"@en,
        "鈴木伸嘉"@ja ;
    foaf:made <album/64195#composition>,
        <album/64195#subject> ;
    foaf:name "Nobuyoshi Suzuki"@en,
        "鈴木伸嘉"@ja .

<artist/681#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64195#subject> ;
    schema:name "Tsukasa Saitoh"@en,
        "齋藤司"@ja ;
    foaf:made <album/64195#composition>,
        <album/64195#subject> ;
    foaf:name "Tsukasa Saitoh"@en,
        "齋藤司"@ja .

<product/3001#subject> a schema:CreativeWork ;
    schema:name "Bloodborne"@en,
        "ブラッドボーン"@ja,
        "Bloodborne"@ja-latn ;
    foaf:name "Bloodborne"@en,
        "ブラッドボーン"@ja,
        "Bloodborne"@ja-latn .

<product/3489#subject> a schema:CreativeWork ;
    schema:name "Dark Souls III"@en,
        "ダークソウルIII"@ja,
        "Dark Souls III"@ja-latn ;
    foaf:name "Dark Souls III"@en,
        "ダークソウルIII"@ja,
        "Dark Souls III"@ja-latn .

<product/903#subject> a schema:CreativeWork ;
    schema:name "Dark Souls"@en,
        "ダークソウル"@ja,
        "Dark Souls"@ja-latn ;
    foaf:name "Dark Souls"@en,
        "ダークソウル"@ja,
        "Dark Souls"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/59/64195/64195-1482952579.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/21719#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/64195#performance> ;
    schema:name "ThunderScott"@en ;
    foaf:name "ThunderScott"@en .

<artist/45303#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/64195#performance> ;
    schema:name "ToxicxEternity"@en ;
    foaf:name "ToxicxEternity"@en .

<artist/52889#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/64195#performance> ;
    schema:name "RichaadEB"@en ;
    foaf:name "RichaadEB"@en .

<album/64195#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ash and Blood"@en,
        "Ash and Blood"@ja,
        "Ash and Blood"@ja-latn ;
    mo:performance_of <album/64195#musicalwork> ;
    mo:performer <artist/21719#subject>,
        <artist/45303#subject>,
        <artist/52889#subject> ;
    mo:recorded_as <album/64195#musicalexpression> ;
    schema:byArtist <artist/21719#subject>,
        <artist/45303#subject>,
        <artist/52889#subject> ;
    schema:name "Ash and Blood"@en,
        "Ash and Blood"@ja,
        "Ash and Blood"@ja-latn ;
    schema:workPerformed <album/64195#musicalwork> .

<album/64195#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ash and Blood"@en,
        "Ash and Blood"@ja,
        "Ash and Blood"@ja-latn ;
    mo:composer <artist/10537#subject>,
        <artist/14012#subject>,
        <artist/166#subject>,
        <artist/17459#subject>,
        <artist/681#subject> ;
    mo:produced_work <album/64195#musicalwork> ;
    schema:name "Ash and Blood"@en,
        "Ash and Blood"@ja,
        "Ash and Blood"@ja-latn .

<album/64195#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-12-23"^^xsd:date ;
    dcterms:title "Ash and Blood"@en,
        "Ash and Blood"@ja,
        "Ash and Blood"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/64195#musicalexpression> ;
    mo:publisher _:N1f3acb5d2af541998dfade1105399794 ;
    mo:record _:N5c5e4e807088449285de45082b402e5a ;
    mo:record_count 1 ;
    schema:about <product/3001#subject>,
        <product/3489#subject>,
        <product/903#subject> ;
    schema:byArtist <artist/21719#subject>,
        <artist/45303#subject>,
        <artist/52889#subject> ;
    schema:datePublished "2016-12-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/59/64195/64195-1482952579.jpg> ;
    schema:name "Ash and Blood"@en,
        "Ash and Blood"@ja,
        "Ash and Blood"@ja-latn ;
    schema:publisher _:N1f3acb5d2af541998dfade1105399794 ;
    foaf:depiction <https://media.vgm.io/albums/59/64195/64195-1482952579.jpg> .

_:N1f3acb5d2af541998dfade1105399794 schema:name "RichaadEB"@en ;
    foaf:name "RichaadEB"@en .

_:N3f4d567d55144d6aa1e16ea63ac46cc1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sentinel"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:55"^^xsd:interval ;
    schema:inPlaylist _:N5c5e4e807088449285de45082b402e5a ;
    schema:name "Sentinel"@en .

_:N847312c901964c2eb82b7ddd8d0cea1e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Moonlight"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:N5c5e4e807088449285de45082b402e5a ;
    schema:name "Moonlight"@en .

_:Na5a719f2e77242dd82e71687dc3b13b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cardinalate (feat. ThunderScott & ToxicxEternity)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N5c5e4e807088449285de45082b402e5a ;
    schema:name "Cardinalate (feat. ThunderScott & ToxicxEternity)"@en .

_:Nada05daba7714d34a89e44c4ef1e1ba2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ember"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:31"^^xsd:interval ;
    schema:inPlaylist _:N5c5e4e807088449285de45082b402e5a ;
    schema:name "Ember"@en .

_:Nbe294487fa8c4cc293273411b6e3a611 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legion"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N5c5e4e807088449285de45082b402e5a ;
    schema:name "Legion"@en .

_:Nc8d8cedb29f94e538c1db3b218bf6f96 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "O Holy Night (feat. ToxicxEternity)"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N5c5e4e807088449285de45082b402e5a ;
    schema:name "O Holy Night (feat. ToxicxEternity)"@en .

_:Ncbc47e126cbb4141ada54ef84ef44ce7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ash"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:N5c5e4e807088449285de45082b402e5a ;
    schema:name "Ash"@en .

_:N5c5e4e807088449285de45082b402e5a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3f4d567d55144d6aa1e16ea63ac46cc1,
        _:N847312c901964c2eb82b7ddd8d0cea1e,
        _:Na5a719f2e77242dd82e71687dc3b13b5,
        _:Nada05daba7714d34a89e44c4ef1e1ba2,
        _:Nbe294487fa8c4cc293273411b6e3a611,
        _:Nc8d8cedb29f94e538c1db3b218bf6f96,
        _:Ncbc47e126cbb4141ada54ef84ef44ce7 ;
    mo:track_count 7 ;
    schema:duration "PT29:02"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N3f4d567d55144d6aa1e16ea63ac46cc1,
        _:N847312c901964c2eb82b7ddd8d0cea1e,
        _:Na5a719f2e77242dd82e71687dc3b13b5,
        _:Nada05daba7714d34a89e44c4ef1e1ba2,
        _:Nbe294487fa8c4cc293273411b6e3a611,
        _:Nc8d8cedb29f94e538c1db3b218bf6f96,
        _:Ncbc47e126cbb4141ada54ef84ef44ce7 .

