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

<artist/2378#subject> a schema:Person,
        foaf:Person ;
    schema:name "KAORU"@en ;
    foaf:made <album/463#subject>,
        <album/463#vocals> ;
    foaf:name "KAORU"@en .

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

<artist/2376#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/463#subject> ;
    schema:name "Naosuke Arai"@en,
        "新井直介"@ja ;
    foaf:made <album/463#composition>,
        <album/463#subject> ;
    foaf:name "Naosuke Arai"@en,
        "新井直介"@ja .

<artist/66511#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/463#subject> ;
    schema:name "Funky Surounin"@en,
        "ふぁんきぃ素浪人"@ja ;
    foaf:made <album/463#composition>,
        <album/463#subject> ;
    foaf:name "Funky Surounin"@en,
        "ふぁんきぃ素浪人"@ja .

<product/10453#subject> a schema:CreativeWork ;
    schema:name "Elemental Master"@en,
        "エレメンタルマスター"@ja,
        "Elemental Master"@ja-latn ;
    foaf:name "Elemental Master"@en,
        "エレメンタルマスター"@ja,
        "Elemental Master"@ja-latn .

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

<album/463#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@en,
        "テクノソフト・ゲームミュージック・コレクション　ＶＯＬ．４　「ＥＬＥＭＥＮＴＡＬ　ＭＡＳＴＥＲ」"@ja,
        "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@ja-latn ;
    mo:performance_of <album/463#musicalwork> ;
    mo:recorded_as <album/463#musicalexpression> ;
    schema:name "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@en,
        "テクノソフト・ゲームミュージック・コレクション　ＶＯＬ．４　「ＥＬＥＭＥＮＴＡＬ　ＭＡＳＴＥＲ」"@ja,
        "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@ja-latn ;
    schema:workPerformed <album/463#musicalwork> .

<org/34#subject> schema:name "TechnoSoft"@en,
        "テクノソフト"@ja,
        "TechnoSoft"@ja-latn ;
    foaf:name "TechnoSoft"@en,
        "テクノソフト"@ja,
        "TechnoSoft"@ja-latn .

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

<https://medium-media.vgm.io/albums/36/463/463-1369118416.jpg> a schema:ImageObject,
        foaf:Image .

<album/463#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@en,
        "テクノソフト・ゲームミュージック・コレクション　ＶＯＬ．４　「ＥＬＥＭＥＮＴＡＬ　ＭＡＳＴＥＲ」"@ja,
        "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@ja-latn ;
    mo:composer <artist/2376#subject>,
        <artist/66511#subject> ;
    mo:produced_work <album/463#musicalwork> ;
    schema:name "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@en,
        "テクノソフト・ゲームミュージック・コレクション　ＶＯＬ．４　「ＥＬＥＭＥＮＴＡＬ　ＭＡＳＴＥＲ」"@ja,
        "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@ja-latn .

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

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

<album/463#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1991-02-01"^^xsd:date ;
    dcterms:title "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@en,
        "テクノソフト・ゲームミュージック・コレクション　ＶＯＬ．４　「ＥＬＥＭＥＮＴＡＬ　ＭＡＳＴＥＲ」"@ja,
        "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@ja-latn ;
    mo:catalogue_number "TCS-0004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/463#musicalexpression> ;
    mo:publisher <org/34#subject> ;
    mo:record _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    mo:record_count 1 ;
    schema:about <product/10453#subject> ;
    schema:datePublished "1991-02-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/36/463/463-1369118416.jpg> ;
    schema:name "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@en,
        "テクノソフト・ゲームミュージック・コレクション　ＶＯＬ．４　「ＥＬＥＭＥＮＴＡＬ　ＭＡＳＴＥＲ」"@ja,
        "Technosoft GAME MUSIC COLLECTION VOL.4 ~ Elemental Master"@ja-latn ;
    schema:publisher <org/34#subject> ;
    foaf:depiction <https://media.vgm.io/albums/36/463/463-1369118416.jpg> .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "MAIKO"@en ;
    foaf:made <album/463#vocals> ;
    foaf:name "MAIKO"@en .

_:N00b370a166ea4a1d8936fbd6922e70ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Calling on the Dark Dragon King (Boss 5)"@en,
        "黒竜王参上（ボス5）"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Calling on the Dark Dragon King (Boss 5)"@en,
        "黒竜王参上（ボス5）"@ja .

_:N11ed475c6c1841e39e6375f813eb7d8e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Devil"@en,
        "魔王"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Devil"@en,
        "魔王"@ja .

_:N255441b6dbf341c78b40bdeed0e6f81d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temptation of the Devil (Stage Select)"@en,
        "悪魔の誘惑（ステージセレクト）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Temptation of the Devil (Stage Select)"@en,
        "悪魔の誘惑（ステージセレクト）"@ja .

_:N3a2942a9b01d4774a46f7882a6f230aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Calling on the Dark Dragon King"@en,
        "黒竜王参上"@ja ;
    mo:track_number 31 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Calling on the Dark Dragon King"@en,
        "黒竜王参上"@ja .

_:N3b09c90adb1f4e32a3fa9bb6c5329e8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Suspicious Beauty (Boss 6)"@en,
        "妖しき美（ボス6）"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Suspicious Beauty (Boss 6)"@en,
        "妖しき美（ボス6）"@ja .

_:N3baf146eb7474d0a8793e1fcd7472f5e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pair of Angels"@en,
        "ふたりの天使"@ja ;
    mo:track_number 26 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Pair of Angels"@en,
        "ふたりの天使"@ja .

_:N40d9fdd3679049ed949160623de393f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shudder of Darkness (Stage 7)"@en,
        "暗黒の旋律（ステージ7）"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:10"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Shudder of Darkness (Stage 7)"@en,
        "暗黒の旋律（ステージ7）"@ja .

_:N545337ba2b834f0ca573917a27969a8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sorrowful Requiem (Ending)"@en,
        "悲しき鎮魂歌（エンディング）"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Sorrowful Requiem (Ending)"@en,
        "悲しき鎮魂歌（エンディング）"@ja .

_:N59ac60d0f48242de96a09e0cca4e431c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spirit of Light (Visual Scene 2)"@en,
        "光の精霊（ビジュアルシーン2）"@ja ;
    mo:track_number 6 ;
    schema:duration "PT0:53"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Spirit of Light (Visual Scene 2)"@en,
        "光の精霊（ビジュアルシーン2）"@ja .

_:N5cbfce5463754ba79264279b00282709 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cursed Destiny (Visual Scene 1)"@en,
        "呪われた宿命（ビジュアルシーン1）"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Cursed Destiny (Visual Scene 1)"@en,
        "呪われた宿命（ビジュアルシーン1）"@ja .

_:N650bc79deff94920913ce3fee2ab3028 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dance of Flame"@en,
        "火炎の舞い"@ja ;
    mo:track_number 30 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Dance of Flame"@en,
        "火炎の舞い"@ja .

_:N6edd8f7ed9e3404b8820b0b400adc03e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ghost Story of Hell (Continue)"@en,
        "地獄の階段（コンティニュー）"@ja ;
    mo:track_number 14 ;
    schema:duration "PT0:27"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Ghost Story of Hell (Continue)"@en,
        "地獄の階段（コンティニュー）"@ja .

_:N7665c7274ba54fb6a5c6cfd097200be3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "King Gaira's Revival (Last Boss)"@en,
        "骸羅王復活（ラストボス）"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "King Gaira's Revival (Last Boss)"@en,
        "骸羅王復活（ラストボス）"@ja .

_:N7971886138e345de982f771b025f82b7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Great Spirit Suite"@en,
        "大精霊組曲"@ja ;
    mo:track_number 25 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Great Spirit Suite"@en,
        "大精霊組曲"@ja .

_:N860fae25e1d548599804e110c3e08498 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Setting Out"@en,
        "旅立ち"@ja ;
    mo:track_number 29 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Setting Out"@en,
        "旅立ち"@ja .

_:N8b0520cb0e5e4857a5f5b488dfccfad2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Den of Evil (Stage 6)"@en,
        "魔の巣（ステージ6）"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Den of Evil (Stage 6)"@en,
        "魔の巣（ステージ6）"@ja .

_:N8b3a364c9e784f4a8be741a0d17973a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Setting Out (Staff Roll)"@en,
        "旅立ち（スタッフロール）"@ja ;
    mo:track_number 24 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Setting Out (Staff Roll)"@en,
        "旅立ち（スタッフロール）"@ja .

_:N8c0f5b70830e456f9a687ae5ae602d8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Until the End of the Earth (Stage 3)"@en,
        "地の果てまでも（ステージ3）"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Until the End of the Earth (Stage 3)"@en,
        "地の果てまでも（ステージ3）"@ja .

_:N8f2b4c26ede04d1e9545122c24c38ff5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Great Spirit Overture (Opening)"@en,
        "大精霊序曲（オープニング）"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Great Spirit Overture (Opening)"@en,
        "大精霊序曲（オープニング）"@ja .

_:N9563cfa97dd947cbb12870a066a2267b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dance of Flame"@en,
        "火炎の舞い"@ja ;
    mo:track_number 27 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Dance of Flame"@en,
        "火炎の舞い"@ja .

_:N9be6d6e897524c94b2da187383d7f685 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ring of Light (Visual Scene 3)"@en,
        "光の指輪（ビジュアルシーン3）"@ja ;
    mo:track_number 17 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Ring of Light (Visual Scene 3)"@en,
        "光の指輪（ビジュアルシーン3）"@ja .

_:Na969755dc6454655a2f7120eca7b7f20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Terror of the Glacier (Stage 5)"@en,
        "氷河の恐怖（ステージ5）"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Terror of the Glacier (Stage 5)"@en,
        "氷河の恐怖（ステージ5）"@ja .

_:Nb013a578f29645dea0503963e43ddf7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evil Beat (Boss 3)"@en,
        "魔性の鼓動（ボス3）"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Evil Beat (Boss 3)"@en,
        "魔性の鼓動（ボス3）"@ja .

_:Nb2ffed14f7d743cf8626ec125a8896ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blood-Stained Lake (Stage 4)"@en,
        "血塗られた湖（ステージ4）"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Blood-Stained Lake (Stage 4)"@en,
        "血塗られた湖（ステージ4）"@ja .

_:Nba4b0e7859ad4fb69e24bdad1a64c3e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Like the Wind (Stage 2)"@en,
        "風のように（ステージ2）"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Like the Wind (Stage 2)"@en,
        "風のように（ステージ2）"@ja .

_:Nbc461163128e434fb73abde549326c1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dance of Flame (Stage 1)"@en,
        "火炎の舞い（ステージ1）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Dance of Flame (Stage 1)"@en,
        "火炎の舞い（ステージ1）"@ja .

_:Nc16c20577ce04d89815c06932bb2c410 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Like A Nightmare (Game Over)"@en,
        "悪夢のように（ゲームオーバー）"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:10"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Like A Nightmare (Game Over)"@en,
        "悪夢のように（ゲームオーバー）"@ja .

_:Nca57130bbafd432b831d0659e8825355 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Roar of the Monster (Boss 2)"@en,
        "魔獣の叫び（ボス2）"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:09"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Roar of the Monster (Boss 2)"@en,
        "魔獣の叫び（ボス2）"@ja .

_:Necd653c2ba974b42bb358e3060545b07 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My heart sad and lonely"@en,
        "My heart sad and lonely"@ja ;
    mo:track_number 32 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "My heart sad and lonely"@en,
        "My heart sad and lonely"@ja .

_:Nf3085570befd4cc2854b58cbcd962fa8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Specter Living in the Water (Boss 4)"@en,
        "水に凄す物の怪（ボス4）"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:21"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Specter Living in the Water (Boss 4)"@en,
        "水に凄す物の怪（ボス4）"@ja .

_:Nf63019c2bbe6480a9f7611b686618019 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Avatar of Flame (Boss 1)"@en,
        "炎の化身（ボス1）"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Avatar of Flame (Boss 1)"@en,
        "炎の化身（ボス1）"@ja .

_:Nfbbfd08a06d7484594dce1f90b745154 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fate (Boss 7)"@en,
        "運命（ボス7）"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:Nc5fb8c7e05bf4f4cb0cf92e44e67850e ;
    schema:name "Fate (Boss 7)"@en,
        "運命（ボス7）"@ja .

_:Nc5fb8c7e05bf4f4cb0cf92e44e67850e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00b370a166ea4a1d8936fbd6922e70ff,
        _:N11ed475c6c1841e39e6375f813eb7d8e,
        _:N255441b6dbf341c78b40bdeed0e6f81d,
        _:N3a2942a9b01d4774a46f7882a6f230aa,
        _:N3b09c90adb1f4e32a3fa9bb6c5329e8f,
        _:N3baf146eb7474d0a8793e1fcd7472f5e,
        _:N40d9fdd3679049ed949160623de393f1,
        _:N545337ba2b834f0ca573917a27969a8c,
        _:N59ac60d0f48242de96a09e0cca4e431c,
        _:N5cbfce5463754ba79264279b00282709,
        _:N650bc79deff94920913ce3fee2ab3028,
        _:N6edd8f7ed9e3404b8820b0b400adc03e,
        _:N7665c7274ba54fb6a5c6cfd097200be3,
        _:N7971886138e345de982f771b025f82b7,
        _:N860fae25e1d548599804e110c3e08498,
        _:N8b0520cb0e5e4857a5f5b488dfccfad2,
        _:N8b3a364c9e784f4a8be741a0d17973a0,
        _:N8c0f5b70830e456f9a687ae5ae602d8f,
        _:N8f2b4c26ede04d1e9545122c24c38ff5,
        _:N9563cfa97dd947cbb12870a066a2267b,
        _:N9be6d6e897524c94b2da187383d7f685,
        _:Na969755dc6454655a2f7120eca7b7f20,
        _:Nb013a578f29645dea0503963e43ddf7e,
        _:Nb2ffed14f7d743cf8626ec125a8896ca,
        _:Nba4b0e7859ad4fb69e24bdad1a64c3e1,
        _:Nbc461163128e434fb73abde549326c1c,
        _:Nc16c20577ce04d89815c06932bb2c410,
        _:Nca57130bbafd432b831d0659e8825355,
        _:Necd653c2ba974b42bb358e3060545b07,
        _:Nf3085570befd4cc2854b58cbcd962fa8,
        _:Nf63019c2bbe6480a9f7611b686618019,
        _:Nfbbfd08a06d7484594dce1f90b745154 ;
    mo:track_count 32 ;
    schema:duration "PT65:58"^^xsd:interval ;
    schema:numTracks 32 ;
    schema:track _:N00b370a166ea4a1d8936fbd6922e70ff,
        _:N11ed475c6c1841e39e6375f813eb7d8e,
        _:N255441b6dbf341c78b40bdeed0e6f81d,
        _:N3a2942a9b01d4774a46f7882a6f230aa,
        _:N3b09c90adb1f4e32a3fa9bb6c5329e8f,
        _:N3baf146eb7474d0a8793e1fcd7472f5e,
        _:N40d9fdd3679049ed949160623de393f1,
        _:N545337ba2b834f0ca573917a27969a8c,
        _:N59ac60d0f48242de96a09e0cca4e431c,
        _:N5cbfce5463754ba79264279b00282709,
        _:N650bc79deff94920913ce3fee2ab3028,
        _:N6edd8f7ed9e3404b8820b0b400adc03e,
        _:N7665c7274ba54fb6a5c6cfd097200be3,
        _:N7971886138e345de982f771b025f82b7,
        _:N860fae25e1d548599804e110c3e08498,
        _:N8b0520cb0e5e4857a5f5b488dfccfad2,
        _:N8b3a364c9e784f4a8be741a0d17973a0,
        _:N8c0f5b70830e456f9a687ae5ae602d8f,
        _:N8f2b4c26ede04d1e9545122c24c38ff5,
        _:N9563cfa97dd947cbb12870a066a2267b,
        _:N9be6d6e897524c94b2da187383d7f685,
        _:Na969755dc6454655a2f7120eca7b7f20,
        _:Nb013a578f29645dea0503963e43ddf7e,
        _:Nb2ffed14f7d743cf8626ec125a8896ca,
        _:Nba4b0e7859ad4fb69e24bdad1a64c3e1,
        _:Nbc461163128e434fb73abde549326c1c,
        _:Nc16c20577ce04d89815c06932bb2c410,
        _:Nca57130bbafd432b831d0659e8825355,
        _:Necd653c2ba974b42bb358e3060545b07,
        _:Nf3085570befd4cc2854b58cbcd962fa8,
        _:Nf63019c2bbe6480a9f7611b686618019,
        _:Nfbbfd08a06d7484594dce1f90b745154 .

