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

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

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

<artist/2206#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1822#subject> ;
    schema:name "Hiroshi Tamawari"@en,
        "田廻弘志"@ja ;
    foaf:made <album/1822#composition>,
        <album/1822#subject> ;
    foaf:name "Hiroshi Tamawari"@en,
        "田廻弘志"@ja .

<product/11163#subject> a schema:CreativeWork ;
    schema:name "Vandal-Hearts II"@en,
        "ヴァンダルハーツII ～天上の門～"@ja,
        "Vandal Hearts II: Tenjo no Mon"@ja-latn ;
    foaf:name "Vandal-Hearts II"@en,
        "ヴァンダルハーツII ～天上の門～"@ja,
        "Vandal Hearts II: Tenjo no Mon"@ja-latn .

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

<album/1822#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@en,
        "ヴァンダルハーツII ～天上の門～ オリジナル・サウンドトラック"@ja,
        "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@ja-latn ;
    mo:performance_of <album/1822#musicalwork> ;
    mo:recorded_as <album/1822#musicalexpression> ;
    schema:name "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@en,
        "ヴァンダルハーツII ～天上の門～ オリジナル・サウンドトラック"@ja,
        "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@ja-latn ;
    schema:workPerformed <album/1822#musicalwork> .

<org/59#subject> schema:name "Konami Music Entertainment, Inc."@en,
        "株式会社コナミミュージックエンタテインメント"@ja,
        "Konami Music Entertainment, Inc."@ja-latn ;
    foaf:name "Konami Music Entertainment, Inc."@en,
        "株式会社コナミミュージックエンタテインメント"@ja,
        "Konami Music Entertainment, Inc."@ja-latn .

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

<https://medium-media.vgm.io/albums/22/1822/1822-1191840223.jpg> a schema:ImageObject,
        foaf:Image .

<album/1822#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@en,
        "ヴァンダルハーツII ～天上の門～ オリジナル・サウンドトラック"@ja,
        "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(KCET"@en ;
            foaf:made <album/1822#composition> ;
            foaf:name "(KCET"@en ],
        <artist/2206#subject> ;
    mo:produced_work <album/1822#musicalwork> ;
    schema:name "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@en,
        "ヴァンダルハーツII ～天上の門～ オリジナル・サウンドトラック"@ja,
        "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@ja-latn .

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

<album/1822#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-08-06"^^xsd:date ;
    dcterms:title "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@en,
        "ヴァンダルハーツII ～天上の門～ オリジナル・サウンドトラック"@ja,
        "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@ja-latn ;
    mo:catalogue_number "KMCA-20~1" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/1822#musicalexpression> ;
    mo:publisher <org/59#subject> ;
    mo:record _:N783915af8556431c996df2c24c6cff17,
        _:N81f3be790c4c474399aa073162b48e26 ;
    mo:record_count 2 ;
    schema:about <product/11163#subject> ;
    schema:datePublished "1999-08-06"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/1822/1822-1191840223.jpg> ;
    schema:name "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@en,
        "ヴァンダルハーツII ～天上の門～ オリジナル・サウンドトラック"@ja,
        "Vandal Hearts II ~Tenjou no Mon~ Original Soundtrack"@ja-latn ;
    schema:publisher <org/59#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/1822/1822-1191840223.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1822#subject> ;
    schema:name "(KCET"@en ;
    foaf:made <album/1822#subject> ;
    foaf:name "(KCET"@en .

_:N02e0689bc03e4420bb01720ebc6554d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The History"@en,
        "歴史"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "The History"@en,
        "歴史"@ja .

_:N05ea0b3d7af046e58a8a4043f5f7f24b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Massacre"@en,
        "Massacre"@en,
        "殺戮"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "A Massacre"@en,
        "Massacre"@en,
        "殺戮"@ja .

_:N069df0389c424b68b26c806c8b11e7de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Power of Will"@en,
        "Willpower"@en,
        "意志の力"@ja ;
    mo:track_number 34 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Power of Will"@en,
        "Willpower"@en,
        "意志の力"@ja .

_:N0d339a4ecd374e0da63ecf17641d9978 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Wrong for the Justice"@en,
        "大儀のための悪"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:46"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "The Wrong for the Justice"@en,
        "大儀のための悪"@ja .

_:N0d98aee4fd814571886ac242c8f38981 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Political Issues"@en,
        "Political Strife"@en,
        "政争"@ja ;
    mo:track_number 30 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Political Issues"@en,
        "Political Strife"@en,
        "政争"@ja .

_:N1151771ba5c348d99a9b41413545948c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Destiny Changes Everything"@en,
        "Vicissitudes of Fate"@en,
        "運命は流転する"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "The Destiny Changes Everything"@en,
        "Vicissitudes of Fate"@en,
        "運命は流転する"@ja .

_:N135dff37624246a88bc8162562fb5fbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scene ~ Field"@en,
        "Scene: Field"@en,
        "場景～野原"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Scene ~ Field"@en,
        "Scene: Field"@en,
        "場景～野原"@ja .

_:N138abfd37a964679b6756c06bb241857 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Genesis"@en,
        "The GENESIS"@en,
        "創世記"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Genesis"@en,
        "The GENESIS"@en,
        "創世記"@ja .

_:N193030108f4249d2a38d3c719b14420e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Powerless People"@en,
        "力無き人々"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "The Powerless People"@en,
        "力無き人々"@ja .

_:N1c5967ce374e43f6b12d36b5d55507b7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Peace"@en,
        "安らぎ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Peace"@en,
        "安らぎ"@ja .

_:N1cd90a9e985a45118ab3102af3db70b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Hidden Place 2"@en,
        "Warfare on a Hidden Place #2 (Arranged based on \"A Crisis\" from \"Vandal Hearts\")"@en,
        "戦闘～隠された場所２"@ja ;
    mo:track_number 24 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Battle ~ Hidden Place 2"@en,
        "Warfare on a Hidden Place #2 (Arranged based on \"A Crisis\" from \"Vandal Hearts\")"@en,
        "戦闘～隠された場所２"@ja .

_:N278be8dc3f234d19a944aa089d37a19f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Mountains"@en,
        "Warfare on a Mountain"@en,
        "戦闘～山岳地"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Battle ~ Mountains"@en,
        "Warfare on a Mountain"@en,
        "戦闘～山岳地"@ja .

_:N2e98db73f3fc4cad8389dca019fe5e36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Crisis (Metamorphosis based on Theme)"@en,
        "Urgency"@en,
        "緊迫"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "A Crisis (Metamorphosis based on Theme)"@en,
        "Urgency"@en,
        "緊迫"@ja .

_:N323f84bfe6aa44f7ab2994907d19695d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Weird Wind"@en,
        "An Unsettling Wind"@en,
        "不穏な空気"@ja ;
    mo:track_number 19 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "A Weird Wind"@en,
        "An Unsettling Wind"@en,
        "不穏な空気"@ja .

_:N35948f1578b34652b36f54be9ec4f395 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Resistance"@en,
        "反抗派"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "The Resistance"@en,
        "反抗派"@ja .

_:N39879b489722481090aa7a3e16cf8e8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Creepiness"@en,
        "Weird Mood (Metamorphosis based on Theme)"@en,
        "不気味"@ja ;
    mo:track_number 33 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Creepiness"@en,
        "Weird Mood (Metamorphosis based on Theme)"@en,
        "不気味"@ja .

_:N39fc3ee91f124f3aa59fd0f7b9684b23 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Plain"@en,
        "Warfare on a Plain"@en,
        "戦闘～平原"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Battle ~ Plain"@en,
        "Warfare on a Plain"@en,
        "戦闘～平原"@ja .

_:N3b061335828946aba2664c7aa557701b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Friend's Death"@en,
        "The Friend's Death"@en,
        "友の死"@ja ;
    mo:track_number 29 ;
    schema:duration "PT0:35"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Friend's Death"@en,
        "The Friend's Death"@en,
        "友の死"@ja .

_:N3df019a043c8448ba0d77ef1c7df7ce7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Room of the Clan of Nobles"@en,
        "Hall of Nobles"@en,
        "貴族の広間"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "A Room of the Clan of Nobles"@en,
        "Hall of Nobles"@en,
        "貴族の広間"@ja .

_:N40067d771a774942ac9fba5fdb462849 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scene ~ Wharf"@en,
        "Scene: The Wharf"@en,
        "場景～波止場"@ja ;
    mo:track_number 36 ;
    schema:duration "PT0:41"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Scene ~ Wharf"@en,
        "Scene: The Wharf"@en,
        "場景～波止場"@ja .

_:N41e94264202f4d509c4da0887effbd39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lover's Death"@en,
        "The Lover's Death"@en,
        "愛する人の死"@ja ;
    mo:track_number 30 ;
    schema:duration "PT0:34"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Lover's Death"@en,
        "The Lover's Death"@en,
        "愛する人の死"@ja .

_:N42827c371b274adaa519bfdaabb5b90f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fanfare: Finding of a Treasure"@en,
        "Treasure Found"@en,
        "財宝発見"@ja ;
    mo:track_number 15 ;
    schema:duration "PT0:05"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Fanfare: Finding of a Treasure"@en,
        "Treasure Found"@en,
        "財宝発見"@ja .

_:N488db1a0fdda4c7f91d76ef54348711a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Going into Battle"@en,
        "Going to Warfare"@en,
        "出陣"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Going into Battle"@en,
        "Going to Warfare"@en,
        "出陣"@ja .

_:N49b1cb4e4d6840c69cffd2999313d4db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Destiny and Will"@en,
        "運命と意志"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Destiny and Will"@en,
        "運命と意志"@ja .

_:N4d6108056146412da9fade011c9ecff9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overture"@en,
        "序曲"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Overture"@en,
        "序曲"@ja .

_:N4ec9170c93d542ecaaff199e153dad82 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Introduction to \"The Powerless People\" #1"@en,
        "Introduction to \"The Powerless People\" 1"@en,
        "力無き人々への序奏１"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:33"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Introduction to \"The Powerless People\" #1"@en,
        "Introduction to \"The Powerless People\" 1"@en,
        "力無き人々への序奏１"@ja .

_:N5292fe4f375f44f5ae94782e767518da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Parallel Running Trains"@en,
        "The Two Trains Travel Side by Side (Metamorphosis based on Theme)"@en,
        "列車併走"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Parallel Running Trains"@en,
        "The Two Trains Travel Side by Side (Metamorphosis based on Theme)"@en,
        "列車併走"@ja .

_:N574cb29b910b4a37b4936e197c86b0a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "East"@en,
        "The EAST Area"@en,
        "東"@ja ;
    mo:track_number 27 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "East"@en,
        "The EAST Area"@en,
        "東"@ja .

_:N582f3a2370e84d02a52d6206d15432e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Public City"@en,
        "The Trade City"@en,
        "公益都市"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Public City"@en,
        "The Trade City"@en,
        "公益都市"@ja .

_:N6762112b34f547cb886822969fbc9506 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The WEST Area"@en,
        "West"@en,
        "西"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "The WEST Area"@en,
        "West"@en,
        "西"@ja .

_:N7116138eba3a4981ba6632c6a1bf45b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Destiny"@en,
        "運命"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Destiny"@en,
        "運命"@ja .

_:N71882867db254539813ae1b7f9d2e5d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Queen Mother"@en,
        "The Empress"@en,
        "皇后"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Queen Mother"@en,
        "The Empress"@en,
        "皇后"@ja .

_:N766b35c09cca4863af56f59bf96139e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Capital"@en,
        "The Capital"@en,
        "首都"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Capital"@en,
        "The Capital"@en,
        "首都"@ja .

_:N780174c8b6554e27902ecb95e9c4d08e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Invitation to the Club"@en,
        "Invitation to the Pub"@en,
        "酒場への誘い"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Invitation to the Club"@en,
        "Invitation to the Pub"@en,
        "酒場への誘い"@ja .

_:N78f0baa7b9d446448ff6e06e586b8410 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Buildings"@en,
        "Warfare on a Constructions"@en,
        "戦闘～建造物"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Battle ~ Buildings"@en,
        "Warfare on a Constructions"@en,
        "戦闘～建造物"@ja .

_:N7a5b27dbde85490593882c03de9b0d04 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Attack"@en,
        "Attack (Metamorphosis based on Theme)"@en,
        "進攻"@ja ;
    mo:track_number 29 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Attack"@en,
        "Attack (Metamorphosis based on Theme)"@en,
        "進攻"@ja .

_:N7ad25bc327c746c6a4e5ab1733ca5d36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Waterside"@en,
        "Warfare on a Water's Edge"@en,
        "戦闘～水辺"@ja ;
    mo:track_number 31 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Battle ~ Waterside"@en,
        "Warfare on a Water's Edge"@en,
        "戦闘～水辺"@ja .

_:N7c704b2caa0a4b3e8ee9908f99615ff2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Suspicion"@en,
        "疑惑"@ja ;
    mo:track_number 35 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Suspicion"@en,
        "疑惑"@ja .

_:N7ca20b19feee40659d5f1c89f7d9e682 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pub"@en,
        "The Club"@en,
        "酒場"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Pub"@en,
        "The Club"@en,
        "酒場"@ja .

_:N7d8e3bade6484b3cad4aacb9e7b15eea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Meeting"@en,
        "Strategy Meeting"@en,
        "作戦会議"@ja ;
    mo:track_number 20 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "A Meeting"@en,
        "Strategy Meeting"@en,
        "作戦会議"@ja .

_:N83eb0a56a5704ce1b6498111a52040b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Introduction to \"The Powerless People\" #2"@en,
        "Introduction to \"The Powerless People\" 2"@en,
        "力無き人々への序奏２"@ja ;
    mo:track_number 9 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Introduction to \"The Powerless People\" #2"@en,
        "Introduction to \"The Powerless People\" 2"@en,
        "力無き人々への序奏２"@ja .

_:N85493724743e493e8dff0808408a69d6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Diviner and the Cardinal"@en,
        "The Wizard and The Cardinal"@en,
        "魔道士と枢機卿"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "The Diviner and the Cardinal"@en,
        "The Wizard and The Cardinal"@en,
        "魔道士と枢機卿"@ja .

_:N8e62516c845f4573bece5586122e7d81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Continuation of Scene"@en,
        "Scene Sequel"@en,
        "場景の続き"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:14"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Continuation of Scene"@en,
        "Scene Sequel"@en,
        "場景の続き"@ja .

_:N8f70063f9351480a862436ca51e0ee11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Diviner's Last"@en,
        "The Wizard's Last Moment"@en,
        "魔道士の最期"@ja ;
    mo:track_number 31 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "The Diviner's Last"@en,
        "The Wizard's Last Moment"@en,
        "魔道士の最期"@ja .

_:N931804bf570d4d1c909f54e4a835ce36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Running Train 2"@en,
        "Traveling on the Train #2"@en,
        "列車走行２"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Running Train 2"@en,
        "Traveling on the Train #2"@en,
        "列車走行２"@ja .

_:N97c9ecf4238e43a38a6e88d3f50cf5c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hero's Theme"@en,
        "The Hero's Theme"@en,
        "主人公の主題"@ja ;
    mo:track_number 27 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Hero's Theme"@en,
        "The Hero's Theme"@en,
        "主人公の主題"@ja .

_:N98da60d2ba6b4b62bdadcf4c1a1aa587 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Sea"@en,
        "Warfare on a Sea"@en,
        "戦闘～海"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Battle ~ Sea"@en,
        "Warfare on a Sea"@en,
        "戦闘～海"@ja .

_:Na1c1bc397a7541aa95d0946520b40873 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Collapse of the Cathedral"@en,
        "The Falling Down of the Sanctuary"@en,
        "大聖堂の崩落"@ja ;
    mo:track_number 32 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Collapse of the Cathedral"@en,
        "The Falling Down of the Sanctuary"@en,
        "大聖堂の崩落"@ja .

_:Na3a81b86e6d94042b2bd165764a98b0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title"@en,
        "題字"@ja ;
    mo:track_number 4 ;
    schema:duration "PT0:49"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Title"@en,
        "題字"@ja .

_:Na5697973100c41af9c25f6b8c7af0604 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tension"@en,
        "緊張"@ja ;
    mo:track_number 13 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Tension"@en,
        "緊張"@ja .

_:Nb861931a6c964eefb88fa8ada41de12f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hometown Village"@en,
        "The Hometown"@en,
        "故郷の村"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Hometown Village"@en,
        "The Hometown"@en,
        "故郷の村"@ja .

_:Nbb6ee46e52774470a59d7cdb027dddf9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Continuation of Scene"@en,
        "Scene Sequel"@en,
        "場景の続き"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Continuation of Scene"@en,
        "Scene Sequel"@en,
        "場景の続き"@ja .

_:Nbc3cfd4d85fe4f88bac328867ba93c0c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Finale"@en,
        "終局"@ja ;
    mo:track_number 36 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Finale"@en,
        "終局"@ja .

_:Nbddd5883e18d42e2a673517adab7960d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Hidden Place 1"@en,
        "Warfare on a Hidden Place #1 (Arranged based on \"A Fort\" from \"Vandal Hearts\")"@en,
        "戦闘～隠された場所１"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Battle ~ Hidden Place 1"@en,
        "Warfare on a Hidden Place #1 (Arranged based on \"A Fort\" from \"Vandal Hearts\")"@en,
        "戦闘～隠された場所１"@ja .

_:Nc14b8cb086f240ab8cac963d53eb332d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Introduction to \"The Diviner\""@en,
        "Introduction to \"The Wizard\""@en,
        "魔道士への序奏"@ja ;
    mo:track_number 20 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Introduction to \"The Diviner\""@en,
        "Introduction to \"The Wizard\""@en,
        "魔道士への序奏"@ja .

_:Nc18b8a91c6a749d5b1988e01f3729b65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Hidden Place 3"@en,
        "Warfare on a Hidden Place #3 (Arranged based on \"The Hero's Theme\" from \"Vandal Hearts\")"@en,
        "戦闘～隠された場所３"@ja ;
    mo:track_number 25 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Battle ~ Hidden Place 3"@en,
        "Warfare on a Hidden Place #3 (Arranged based on \"The Hero's Theme\" from \"Vandal Hearts\")"@en,
        "戦闘～隠された場所３"@ja .

_:Nc420c0d3fbf94402b68968f418036f1e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epilogue and Staff Credit"@en,
        "The End"@en,
        "結末"@ja ;
    mo:track_number 35 ;
    schema:duration "PT12:36"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Epilogue and Staff Credit"@en,
        "The End"@en,
        "結末"@ja .

_:Nc9b4a69e3ec34c4c82a45e1573b61ff1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Continuation of Scene"@en,
        "Scene Sequel"@en,
        "場景の続き"@ja ;
    mo:track_number 33 ;
    schema:duration "PT0:20"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Continuation of Scene"@en,
        "Scene Sequel"@en,
        "場景の続き"@ja .

_:Ncada092c92e044169ebd2725e82fb0d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mission Fail"@en,
        "Mission Failure"@en,
        "作戦失敗"@ja ;
    mo:track_number 37 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Mission Fail"@en,
        "Mission Failure"@en,
        "作戦失敗"@ja .

_:Ncbda293e0ae048d4a759bb92ae068108 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Will"@en,
        "意志"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Will"@en,
        "意志"@ja .

_:Nccc785ce043c4c849b458e78f19e6faa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ruins"@en,
        "The Ruins"@en,
        "遺跡"@ja ;
    mo:track_number 38 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Ruins"@en,
        "The Ruins"@en,
        "遺跡"@ja .

_:Nd274a0f1432a40efa9eaa34fe6f4c606 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Confrontation"@en,
        "Confrontation against Enemies (Metamorphosis based on Theme)"@en,
        "対峙"@ja ;
    mo:track_number 37 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Confrontation"@en,
        "Confrontation against Enemies (Metamorphosis based on Theme)"@en,
        "対峙"@ja .

_:Nd424fb6524e44d76888e349f17bef5a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Diviner"@en,
        "The Wizard"@en,
        "魔道士"@ja ;
    mo:track_number 39 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "The Diviner"@en,
        "The Wizard"@en,
        "魔道士"@ja .

_:Nd61f462cbf60496699964ab50bed5684 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Forest"@en,
        "Warfare on a Forest"@en,
        "戦闘～森"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Battle ~ Forest"@en,
        "Warfare on a Forest"@en,
        "戦闘～森"@ja .

_:Nd9c6d6b9b95d4ce5a61bada7f3e16142 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scene ~ Night"@en,
        "Scene: Night"@en,
        "場景～夜"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Scene ~ Night"@en,
        "Scene: Night"@en,
        "場景～夜"@ja .

_:Ne0370466be3d41c98244dd15ccb8fc04 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Urgent Stop of the Train (Hero's Theme)"@en,
        "Urgent Stop of the Train - The Hero's Theme"@en,
        "列車の急停車 主人公の主題"@ja ;
    mo:track_number 24 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Urgent Stop of the Train (Hero's Theme)"@en,
        "Urgent Stop of the Train - The Hero's Theme"@en,
        "列車の急停車 主人公の主題"@ja .

_:Ne04db7e9b0884d6f84b4c71c5e2fb942 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chivalrous Bandits"@en,
        "The Chivalrous Robber"@en,
        "義賊"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Chivalrous Bandits"@en,
        "The Chivalrous Robber"@en,
        "義賊"@ja .

_:Ne07c931031a745489e866b4bac7ace77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Running Train 1"@en,
        "Traveling on the Train #1"@en,
        "列車走行１"@ja ;
    mo:track_number 23 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Running Train 1"@en,
        "Traveling on the Train #1"@en,
        "列車走行１"@ja .

_:Ne576080b190c4f8db13f72267076643f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mission Success"@en,
        "Mission Successful"@en,
        "作戦成功"@ja ;
    mo:track_number 28 ;
    schema:duration "PT0:19"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Mission Success"@en,
        "Mission Successful"@en,
        "作戦成功"@ja .

_:Nea7fdaea160149b4a51e6f92e24fa982 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Madness"@en,
        "Madness People"@en,
        "狂気"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Madness"@en,
        "Madness People"@en,
        "狂気"@ja .

_:Nea8e2ce690334637bdb44222c5ef5528 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mining Prison"@en,
        "The MINE-PRISON"@en,
        "鉱山刑務所"@ja ;
    mo:track_number 32 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Mining Prison"@en,
        "The MINE-PRISON"@en,
        "鉱山刑務所"@ja .

_:Nf2870985678f4210927da572d7d664ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Town"@en,
        "Warfare on a Town"@en,
        "戦闘～市街地"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Battle ~ Town"@en,
        "Warfare on a Town"@en,
        "戦闘～市街地"@ja .

_:Nf5ae1bd876884869a3c7661df8162b52 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ~ Ruins"@en,
        "Warfare on a Ruin"@en,
        "戦闘～遺跡"@ja ;
    mo:track_number 34 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Battle ~ Ruins"@en,
        "Warfare on a Ruin"@en,
        "戦闘～遺跡"@ja .

_:Nfbe99bcfd14846bc987e7ffcd0411566 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Whole Map (Theme of \"Vandal Hearts II\")"@en,
        "The Whole Map (Theme)"@en,
        "全体地図（主題）"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "The Whole Map (Theme of \"Vandal Hearts II\")"@en,
        "The Whole Map (Theme)"@en,
        "全体地図（主題）"@ja .

_:Nfe00e3f548424b71bdfba169f386b94a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scene ~ Windmill"@en,
        "Scene: The Windmill"@en,
        "場景～風車小屋"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:N81f3be790c4c474399aa073162b48e26 ;
    schema:name "Scene ~ Windmill"@en,
        "Scene: The Windmill"@en,
        "場景～風車小屋"@ja .

_:Nffd07f75f939439992600e6848cd42a4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fanfare: Level Up"@en,
        "Level Up"@en,
        "初級"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:04"^^xsd:interval ;
    schema:inPlaylist _:N783915af8556431c996df2c24c6cff17 ;
    schema:name "Fanfare: Level Up"@en,
        "Level Up"@en,
        "初級"@ja .

_:N783915af8556431c996df2c24c6cff17 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N069df0389c424b68b26c806c8b11e7de,
        _:N0d339a4ecd374e0da63ecf17641d9978,
        _:N1151771ba5c348d99a9b41413545948c,
        _:N135dff37624246a88bc8162562fb5fbe,
        _:N138abfd37a964679b6756c06bb241857,
        _:N1cd90a9e985a45118ab3102af3db70b1,
        _:N278be8dc3f234d19a944aa089d37a19f,
        _:N35948f1578b34652b36f54be9ec4f395,
        _:N3b061335828946aba2664c7aa557701b,
        _:N41e94264202f4d509c4da0887effbd39,
        _:N42827c371b274adaa519bfdaabb5b90f,
        _:N488db1a0fdda4c7f91d76ef54348711a,
        _:N49b1cb4e4d6840c69cffd2999313d4db,
        _:N5292fe4f375f44f5ae94782e767518da,
        _:N582f3a2370e84d02a52d6206d15432e5,
        _:N6762112b34f547cb886822969fbc9506,
        _:N766b35c09cca4863af56f59bf96139e9,
        _:N780174c8b6554e27902ecb95e9c4d08e,
        _:N78f0baa7b9d446448ff6e06e586b8410,
        _:N7ca20b19feee40659d5f1c89f7d9e682,
        _:N7d8e3bade6484b3cad4aacb9e7b15eea,
        _:N85493724743e493e8dff0808408a69d6,
        _:N8f70063f9351480a862436ca51e0ee11,
        _:N931804bf570d4d1c909f54e4a835ce36,
        _:N97c9ecf4238e43a38a6e88d3f50cf5c2,
        _:N98da60d2ba6b4b62bdadcf4c1a1aa587,
        _:Na1c1bc397a7541aa95d0946520b40873,
        _:Nbb6ee46e52774470a59d7cdb027dddf9,
        _:Nbc3cfd4d85fe4f88bac328867ba93c0c,
        _:Nbddd5883e18d42e2a673517adab7960d,
        _:Nc18b8a91c6a749d5b1988e01f3729b65,
        _:Nc420c0d3fbf94402b68968f418036f1e,
        _:Nc9b4a69e3ec34c4c82a45e1573b61ff1,
        _:Ncada092c92e044169ebd2725e82fb0d0,
        _:Ne576080b190c4f8db13f72267076643f,
        _:Nf2870985678f4210927da572d7d664ca,
        _:Nffd07f75f939439992600e6848cd42a4 ;
    mo:track_count 37 ;
    schema:duration "PT71:03"^^xsd:interval ;
    schema:numTracks 37 ;
    schema:track _:N069df0389c424b68b26c806c8b11e7de,
        _:N0d339a4ecd374e0da63ecf17641d9978,
        _:N1151771ba5c348d99a9b41413545948c,
        _:N135dff37624246a88bc8162562fb5fbe,
        _:N138abfd37a964679b6756c06bb241857,
        _:N1cd90a9e985a45118ab3102af3db70b1,
        _:N278be8dc3f234d19a944aa089d37a19f,
        _:N35948f1578b34652b36f54be9ec4f395,
        _:N3b061335828946aba2664c7aa557701b,
        _:N41e94264202f4d509c4da0887effbd39,
        _:N42827c371b274adaa519bfdaabb5b90f,
        _:N488db1a0fdda4c7f91d76ef54348711a,
        _:N49b1cb4e4d6840c69cffd2999313d4db,
        _:N5292fe4f375f44f5ae94782e767518da,
        _:N582f3a2370e84d02a52d6206d15432e5,
        _:N6762112b34f547cb886822969fbc9506,
        _:N766b35c09cca4863af56f59bf96139e9,
        _:N780174c8b6554e27902ecb95e9c4d08e,
        _:N78f0baa7b9d446448ff6e06e586b8410,
        _:N7ca20b19feee40659d5f1c89f7d9e682,
        _:N7d8e3bade6484b3cad4aacb9e7b15eea,
        _:N85493724743e493e8dff0808408a69d6,
        _:N8f70063f9351480a862436ca51e0ee11,
        _:N931804bf570d4d1c909f54e4a835ce36,
        _:N97c9ecf4238e43a38a6e88d3f50cf5c2,
        _:N98da60d2ba6b4b62bdadcf4c1a1aa587,
        _:Na1c1bc397a7541aa95d0946520b40873,
        _:Nbb6ee46e52774470a59d7cdb027dddf9,
        _:Nbc3cfd4d85fe4f88bac328867ba93c0c,
        _:Nbddd5883e18d42e2a673517adab7960d,
        _:Nc18b8a91c6a749d5b1988e01f3729b65,
        _:Nc420c0d3fbf94402b68968f418036f1e,
        _:Nc9b4a69e3ec34c4c82a45e1573b61ff1,
        _:Ncada092c92e044169ebd2725e82fb0d0,
        _:Ne576080b190c4f8db13f72267076643f,
        _:Nf2870985678f4210927da572d7d664ca,
        _:Nffd07f75f939439992600e6848cd42a4 .

_:N81f3be790c4c474399aa073162b48e26 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02e0689bc03e4420bb01720ebc6554d1,
        _:N05ea0b3d7af046e58a8a4043f5f7f24b,
        _:N0d98aee4fd814571886ac242c8f38981,
        _:N193030108f4249d2a38d3c719b14420e,
        _:N1c5967ce374e43f6b12d36b5d55507b7,
        _:N2e98db73f3fc4cad8389dca019fe5e36,
        _:N323f84bfe6aa44f7ab2994907d19695d,
        _:N39879b489722481090aa7a3e16cf8e8f,
        _:N39fc3ee91f124f3aa59fd0f7b9684b23,
        _:N3df019a043c8448ba0d77ef1c7df7ce7,
        _:N40067d771a774942ac9fba5fdb462849,
        _:N4d6108056146412da9fade011c9ecff9,
        _:N4ec9170c93d542ecaaff199e153dad82,
        _:N574cb29b910b4a37b4936e197c86b0a8,
        _:N7116138eba3a4981ba6632c6a1bf45b5,
        _:N71882867db254539813ae1b7f9d2e5d8,
        _:N7a5b27dbde85490593882c03de9b0d04,
        _:N7ad25bc327c746c6a4e5ab1733ca5d36,
        _:N7c704b2caa0a4b3e8ee9908f99615ff2,
        _:N83eb0a56a5704ce1b6498111a52040b8,
        _:N8e62516c845f4573bece5586122e7d81,
        _:Na3a81b86e6d94042b2bd165764a98b0e,
        _:Na5697973100c41af9c25f6b8c7af0604,
        _:Nb861931a6c964eefb88fa8ada41de12f,
        _:Nc14b8cb086f240ab8cac963d53eb332d,
        _:Ncbda293e0ae048d4a759bb92ae068108,
        _:Nccc785ce043c4c849b458e78f19e6faa,
        _:Nd274a0f1432a40efa9eaa34fe6f4c606,
        _:Nd424fb6524e44d76888e349f17bef5a2,
        _:Nd61f462cbf60496699964ab50bed5684,
        _:Nd9c6d6b9b95d4ce5a61bada7f3e16142,
        _:Ne0370466be3d41c98244dd15ccb8fc04,
        _:Ne04db7e9b0884d6f84b4c71c5e2fb942,
        _:Ne07c931031a745489e866b4bac7ace77,
        _:Nea7fdaea160149b4a51e6f92e24fa982,
        _:Nea8e2ce690334637bdb44222c5ef5528,
        _:Nf5ae1bd876884869a3c7661df8162b52,
        _:Nfbe99bcfd14846bc987e7ffcd0411566,
        _:Nfe00e3f548424b71bdfba169f386b94a ;
    mo:track_count 39 ;
    schema:duration "PT70:18"^^xsd:interval ;
    schema:numTracks 39 ;
    schema:track _:N02e0689bc03e4420bb01720ebc6554d1,
        _:N05ea0b3d7af046e58a8a4043f5f7f24b,
        _:N0d98aee4fd814571886ac242c8f38981,
        _:N193030108f4249d2a38d3c719b14420e,
        _:N1c5967ce374e43f6b12d36b5d55507b7,
        _:N2e98db73f3fc4cad8389dca019fe5e36,
        _:N323f84bfe6aa44f7ab2994907d19695d,
        _:N39879b489722481090aa7a3e16cf8e8f,
        _:N39fc3ee91f124f3aa59fd0f7b9684b23,
        _:N3df019a043c8448ba0d77ef1c7df7ce7,
        _:N40067d771a774942ac9fba5fdb462849,
        _:N4d6108056146412da9fade011c9ecff9,
        _:N4ec9170c93d542ecaaff199e153dad82,
        _:N574cb29b910b4a37b4936e197c86b0a8,
        _:N7116138eba3a4981ba6632c6a1bf45b5,
        _:N71882867db254539813ae1b7f9d2e5d8,
        _:N7a5b27dbde85490593882c03de9b0d04,
        _:N7ad25bc327c746c6a4e5ab1733ca5d36,
        _:N7c704b2caa0a4b3e8ee9908f99615ff2,
        _:N83eb0a56a5704ce1b6498111a52040b8,
        _:N8e62516c845f4573bece5586122e7d81,
        _:Na3a81b86e6d94042b2bd165764a98b0e,
        _:Na5697973100c41af9c25f6b8c7af0604,
        _:Nb861931a6c964eefb88fa8ada41de12f,
        _:Nc14b8cb086f240ab8cac963d53eb332d,
        _:Ncbda293e0ae048d4a759bb92ae068108,
        _:Nccc785ce043c4c849b458e78f19e6faa,
        _:Nd274a0f1432a40efa9eaa34fe6f4c606,
        _:Nd424fb6524e44d76888e349f17bef5a2,
        _:Nd61f462cbf60496699964ab50bed5684,
        _:Nd9c6d6b9b95d4ce5a61bada7f3e16142,
        _:Ne0370466be3d41c98244dd15ccb8fc04,
        _:Ne04db7e9b0884d6f84b4c71c5e2fb942,
        _:Ne07c931031a745489e866b4bac7ace77,
        _:Nea7fdaea160149b4a51e6f92e24fa982,
        _:Nea8e2ce690334637bdb44222c5ef5528,
        _:Nf5ae1bd876884869a3c7661df8162b52,
        _:Nfbe99bcfd14846bc987e7ffcd0411566,
        _:Nfe00e3f548424b71bdfba169f386b94a .

