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

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

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

<artist/247#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/412#subject> ;
    schema:name "Shinji Hosoe"@en,
        "細江慎治"@ja ;
    foaf:made <album/412#composition>,
        <album/412#subject> ;
    foaf:name "Shinji Hosoe"@en,
        "細江慎治"@ja .

<product/355#subject> a schema:CreativeWork ;
    schema:name "Metroid Prime"@en,
        "メトロイドプライム"@ja,
        "Metroid Prime"@ja-latn ;
    foaf:name "Metroid Prime"@en,
        "メトロイドプライム"@ja,
        "Metroid Prime"@ja-latn .

<product/356#subject> a schema:CreativeWork ;
    schema:name "Metroid Fusion"@en,
        "メトロイドフュージョン"@ja,
        "Metroid Fusion"@ja-latn ;
    foaf:name "Metroid Fusion"@en,
        "メトロイドフュージョン"@ja,
        "Metroid Fusion"@ja-latn .

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

<album/412#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@en,
        "メトロイド プライム＆フュージョン オリジナル・サウンド・トラックス"@ja,
        "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@ja-latn ;
    mo:performance_of <album/412#musicalwork> ;
    mo:recorded_as <album/412#musicalexpression> ;
    schema:name "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@en,
        "メトロイド プライム＆フュージョン オリジナル・サウンド・トラックス"@ja,
        "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@ja-latn ;
    schema:workPerformed <album/412#musicalwork> .

<org/1364#subject> schema:name "Scitron Discs"@en,
        "サイトロン・ディスク"@ja,
        "Scitron Discs"@ja-latn ;
    foaf:name "Scitron Discs"@en,
        "サイトロン・ディスク"@ja,
        "Scitron Discs"@ja-latn .

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

<https://medium-media.vgm.io/albums/21/412/412-acdb76617b3a.jpg> a schema:ImageObject,
        foaf:Image .

<album/412#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@en,
        "メトロイド プライム＆フュージョン オリジナル・サウンド・トラックス"@ja,
        "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Super Sweep"@en ;
            foaf:made <album/412#composition> ;
            foaf:name "(Super Sweep"@en ],
        <artist/247#subject> ;
    mo:produced_work <album/412#musicalwork> ;
    schema:name "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@en,
        "メトロイド プライム＆フュージョン オリジナル・サウンド・トラックス"@ja,
        "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@ja-latn .

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

<album/412#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-06-18"^^xsd:date ;
    dcterms:title "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@en,
        "メトロイド プライム＆フュージョン オリジナル・サウンド・トラックス"@ja,
        "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@ja-latn ;
    mo:catalogue_number "SCDC-00276~7" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/412#musicalexpression> ;
    mo:publisher <org/1364#subject> ;
    mo:record _:N4a488c2c584347e8b7f5aef99107308a,
        _:Ne3863e70910840f595579fc57915e50c ;
    mo:record_count 2 ;
    schema:about <product/355#subject>,
        <product/356#subject> ;
    schema:datePublished "2003-06-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/21/412/412-acdb76617b3a.jpg> ;
    schema:name "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@en,
        "メトロイド プライム＆フュージョン オリジナル・サウンド・トラックス"@ja,
        "METROID PRIME & FUSION ORIGINAL SOUNDTRACKS"@ja-latn ;
    schema:publisher <org/1364#subject> ;
    foaf:depiction <https://media.vgm.io/albums/21/412/412-acdb76617b3a.jpg> .

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

_:N0151e1cce24949af9d997911defa04ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 4 (AQA) Water Level Control Area"@en,
        "セクター4(AQA)水位制御エリア"@ja ;
    mo:track_number 17 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 4 (AQA) Water Level Control Area"@en,
        "セクター4(AQA)水位制御エリア"@ja .

_:N07759f104d5c4027b3ee820257cd6f90 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lava Caves"@en,
        "ラヴァケイブス"@ja ;
    mo:track_number 15 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Lava Caves"@en,
        "ラヴァケイブス"@ja .

_:N0b2993d32f474fe3a85898d400c327b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Space Pirates (Laboratory Gate)"@en,
        "スペースパイレーツ(ラボラトリーゲート)"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Space Pirates (Laboratory Gate)"@en,
        "スペースパイレーツ(ラボラトリーゲート)"@ja .

_:N106876dafc394325bb2326b829bce0f1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 3 (PYR) High Temperature Zone Area"@en,
        "セクター3(PYR)高温地帯エリア"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 3 (PYR) High Temperature Zone Area"@en,
        "セクター3(PYR)高温地帯エリア"@ja .

_:N12633fbaa6d84c7b824680e3de2bdedc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 4 (AQA) Underwater Area"@en,
        "セクター4(AQA)水中エリア"@ja ;
    mo:track_number 29 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 4 (AQA) Underwater Area"@en,
        "セクター4(AQA)水中エリア"@ja .

_:N13f080f7f59e41cabe59ffa4ed779f38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title"@en,
        "タイトル"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Title"@en,
        "タイトル"@ja .

_:N18aa460c805d4aba930001f4a52abe05 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Meta Ridley"@en,
        "VS.メタリドリー"@ja ;
    mo:track_number 30 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Meta Ridley"@en,
        "VS.メタリドリー"@ja .

_:N199de6d4f009492494ef93c178445559 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Artifact Temple"@en,
        "アーティファクト神殿"@ja ;
    mo:track_number 29 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Artifact Temple"@en,
        "アーティファクト神殿"@ja .

_:N19f00def755a4ad790dab473693ee6a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Artifact Obtainment Jingle"@en,
        "アーティファクト取得ジングル"@ja ;
    mo:track_number 41 ;
    schema:duration "PT0:08"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Artifact Obtainment Jingle"@en,
        "アーティファクト取得ジングル"@ja .

_:N1a0de0805db349318f701213232b6f05 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Box"@en,
        "VS.ボクス"@ja ;
    mo:track_number 20 ;
    schema:duration "PT0:48"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. Box"@en,
        "VS.ボクス"@ja .

_:N1f8645d893b045999a17eb65cef96809 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Thardus"@en,
        "VS.サーダス"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Thardus"@en,
        "VS.サーダス"@ja .

_:N23d7e1fc61754aceadcb8fc5403e1fac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Giant Beetle"@en,
        "VS.ジャイアントビートル"@ja ;
    mo:track_number 10 ;
    schema:duration "PT0:45"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Giant Beetle"@en,
        "VS.ジャイアントビートル"@ja .

_:N28f770cc455b43498434958340f5a4c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crashed Ship Frigate Orpheon"@en,
        "墜落船フリゲートオルフェオン"@ja ;
    mo:track_number 25 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Crashed Ship Frigate Orpheon"@en,
        "墜落船フリゲートオルフェオン"@ja .

_:N2acebc2a2c20404d9acd4dfeb97a8d21 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tallon Overworld"@en,
        "ターロンオーバーワールド"@ja ;
    mo:track_number 21 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Tallon Overworld"@en,
        "ターロンオーバーワールド"@ja .

_:N2d682f201b48428cb03dca551fc5915d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Record of Samus"@en,
        "レコード・オブ・サムス"@ja ;
    mo:track_number 38 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Record of Samus"@en,
        "レコード・オブ・サムス"@ja .

_:N312471a78a0a4c6db70ebcd47e66e2e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice Chapel"@en,
        "アイスチャペル"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Ice Chapel"@en,
        "アイスチャペル"@ja .

_:N3247c1a7e0d543229ab85bef58c3e741 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Flaahgra"@en,
        "VS.フラーグラ"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Flaahgra"@en,
        "VS.フラーグラ"@ja .

_:N3aa082a92ac745548aa34b7fd3c549bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SA-X Appearance"@en,
        "SA-X出現"@ja ;
    mo:track_number 22 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "SA-X Appearance"@en,
        "SA-X出現"@ja .

_:N3ca7aaa98d5e49e8b2d1d67e8f91738c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice Valley (Phendrana Deep Lake Area)"@en,
        "アイスバレイ(フェンドラナ地底湖エリア)"@ja ;
    mo:track_number 24 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Ice Valley (Phendrana Deep Lake Area)"@en,
        "アイスバレイ(フェンドラナ地底湖エリア)"@ja .

_:N3df74d61b6864e43b8e8d7ac83299c6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Ishtar, Gedu"@en,
        "VS.イシュタル、ゲドゥ"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. Ishtar, Gedu"@en,
        "VS.イシュタル、ゲドゥ"@ja .

_:N3f25eb765cbb4230a225f631d9c60817 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Environment Sound (Silence 1)"@en,
        "環境音(静寂1)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT0:46"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Environment Sound (Silence 1)"@en,
        "環境音(静寂1)"@ja .

_:N3fdb3c7c847047fa9ee73d860906360c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Frigate Orpheon"@en,
        "フリゲートオルフェオン"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Frigate Orpheon"@en,
        "フリゲートオルフェオン"@ja .

_:N426b52fec8c84fd3a18010b65a7b83bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue"@en,
        "プロローグ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Prologue"@en,
        "プロローグ"@ja .

_:N47962f9d3f6247efb4c94ece5cf9f085 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lava Caves (Burning Trail)"@en,
        "ラヴァケイブス(バーニングトレイル)"@ja ;
    mo:track_number 14 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Lava Caves (Burning Trail)"@en,
        "ラヴァケイブス(バーニングトレイル)"@ja .

_:N4d0371f835434d1ab65176d26d6876a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Chozo Ghost"@en,
        "VS.チョウゾゴースト"@ja ;
    mo:track_number 23 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Chozo Ghost"@en,
        "VS.チョウゾゴースト"@ja .

_:N4daed986240b4382962abc259c8a9414 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Item Obtainment Jingle"@en,
        "アイテム取得ジングル"@ja ;
    mo:track_number 40 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Item Obtainment Jingle"@en,
        "アイテム取得ジングル"@ja .

_:N5243369c47fb4e33b264dd80341afb82 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Appearance Jingle"@en,
        "登場ジングル"@ja ;
    mo:track_number 36 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Appearance Jingle"@en,
        "登場ジングル"@ja .

_:N54ee35e53b2f493187af0145ebc73d82 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Navigation Room"@en,
        "ナビゲーションルーム"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:48"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Navigation Room"@en,
        "ナビゲーションルーム"@ja .

_:N55c9b640e6e04cc2915cf7b9afd8b12b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epilogue"@en,
        "エピローグ"@ja ;
    mo:track_number 34 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Epilogue"@en,
        "エピローグ"@ja .

_:N58b743793bee4e9eac2dfd0811742c14 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 6 (NOC) Darkness Area"@en,
        "セクター6(NOC)暗闇エリア"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 6 (NOC) Darkness Area"@en,
        "セクター6(NOC)暗闇エリア"@ja .

_:N5995446c69c840648d5bb64e2896593c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Artifact Temple ~ (Chozo Seal Release)"@en,
        "アーティファクト神殿〜(チョウゾウの封印解除)"@ja ;
    mo:track_number 31 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Artifact Temple ~ (Chozo Seal Release)"@en,
        "アーティファクト神殿〜(チョウゾウの封印解除)"@ja .

_:N603dd1d8f0f44ba299bb3233690f0e11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 3 Cooling Device Restoration Timer Mission"@en,
        "セクター3冷却装置回復タイマーミッション"@ja ;
    mo:track_number 25 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 3 Cooling Device Restoration Timer Mission"@en,
        "セクター3冷却装置回復タイマーミッション"@ja .

_:N60527b2f7b734643ad380d690cc9d583 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phazon Mines"@en,
        "フェイゾンマインズ"@ja ;
    mo:track_number 26 ;
    schema:duration "PT0:53"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Phazon Mines"@en,
        "フェイゾンマインズ"@ja .

_:N62615c7ea97d4853acd3710fa4bf1aa0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Environment Sound (Shock)"@en,
        "環境音(衝撃)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT0:28"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Environment Sound (Shock)"@en,
        "環境音(衝撃)"@ja .

_:N62d4039951184f2ea2c133ec009100db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Temple Collapse ~ Epilogue"@en,
        "神殿崩落〜エピローグ"@ja ;
    mo:track_number 35 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Temple Collapse ~ Epilogue"@en,
        "神殿崩落〜エピローグ"@ja .

_:N6591eae6f2a44be485876af9f8f1d8c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Planet Tallon IV"@en,
        "惑星ターロンIV"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Planet Tallon IV"@en,
        "惑星ターロンIV"@ja .

_:N65acc0b049ef42f48fe65f45b460a5d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Metroid Prime (Spider)"@en,
        "VS.メトロイドプライム(スパイダー)"@ja ;
    mo:track_number 33 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Metroid Prime (Spider)"@en,
        "VS.メトロイドプライム(スパイダー)"@ja .

_:N6650a6838dde49d2a7f783c3062659b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Environment Sound (Intrigue)"@en,
        "環境音(陰謀)"@ja ;
    mo:track_number 26 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Environment Sound (Intrigue)"@en,
        "環境音(陰謀)"@ja .

_:N6729158124fb417a9f624f7e22d54609 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Samus Appearance Jingle"@en,
        "サムス登場ジングル"@ja ;
    mo:track_number 39 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Samus Appearance Jingle"@en,
        "サムス登場ジングル"@ja .

_:N6c3747b0e2404a9d86914ea2abd45003 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Head to the Huge Bio-Reactions"@en,
        "巨大生命反応へ向かえ"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Head to the Huge Bio-Reactions"@en,
        "巨大生命反応へ向かえ"@ja .

_:N6cc870844ecb4bf7985d87f1dc0e0af9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending"@en,
        "エンディング"@ja ;
    mo:track_number 35 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Ending"@en,
        "エンディング"@ja .

_:N702e2fc0a23c42348e1410c478ccfae2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Energy Core"@en,
        "エネルギーコア"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Energy Core"@en,
        "エネルギーコア"@ja .

_:N74444708eba647cb92a08fb4b897d113 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 1 (SRX) SR388 Reproduction Area"@en,
        "セクター1(SRX)SR388再現エリア"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 1 (SRX) SR388 Reproduction Area"@en,
        "セクター1(SRX)SR388再現エリア"@ja .

_:N7c80e1ba29e7498eb15f69f231932281 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 5 (ARC) Low Temperature Zone Area"@en,
        "セクター5(ARC)低温地帯エリア"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 5 (ARC) Low Temperature Zone Area"@en,
        "セクター5(ARC)低温地帯エリア"@ja .

_:N7e3ba40b03244a38ad59f61916288311 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Environment Sound (Disquieting)"@en,
        "環境音(不穏)"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:38"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Environment Sound (Disquieting)"@en,
        "環境音(不穏)"@ja .

_:N7f696785cb79447ca8810ec89cdbcb65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 2 (TRO) Tropics Area"@en,
        "セクター2(TRO)熱帯エリア"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 2 (TRO) Tropics Area"@en,
        "セクター2(TRO)熱帯エリア"@ja .

_:N827a393d04fc46f1ad7a440909030f94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Marukara"@en,
        "VS.マルカラ"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. Marukara"@en,
        "VS.マルカラ"@ja .

_:N9239be43fc6e49a1870130266e02f4c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Station Escape Timer Mission"@en,
        "ステーション脱出タイマーミッション"@ja ;
    mo:track_number 33 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Station Escape Timer Mission"@en,
        "ステーション脱出タイマーミッション"@ja .

_:N9c4c6c6c836d4175b39f03e473971971 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Environment Sound (Tension)"@en,
        "環境音(緊張)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Environment Sound (Tension)"@en,
        "環境音(緊張)"@ja .

_:Na414a0bb130a4255a60938c22d698838 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Last Order"@en,
        "最終指令"@ja ;
    mo:track_number 31 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "The Last Order"@en,
        "最終指令"@ja .

_:Na48c5b7deb3b4a4b8ca0c59b2d0cb76c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Item Obtainment Jingle"@en,
        "アイテム取得ジングル"@ja ;
    mo:track_number 37 ;
    schema:duration "PT0:08"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Item Obtainment Jingle"@en,
        "アイテム取得ジングル"@ja .

_:Nae1d39b4071f4036a4bd80c1d29a1161 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Metroid Prime (Head)"@en,
        "VS.メトロイドプライム(ヘッド)"@ja ;
    mo:track_number 34 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Metroid Prime (Head)"@en,
        "VS.メトロイドプライム(ヘッド)"@ja .

_:Nb02a38fc389f4d4aab775e8df539b799 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice Valley"@en,
        "アイスバレイ"@ja ;
    mo:track_number 16 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Ice Valley"@en,
        "アイスバレイ"@ja .

_:Nb41c3a9f419040b4ae05109cf6be2f28 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Omega Pirate"@en,
        "VS.オメガパイレーツ"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Omega Pirate"@en,
        "VS.オメガパイレーツ"@ja .

_:Nb54ecc89fe0441869f2786d7b9d819db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Zazabi, Varia Core-X"@en,
        "VS.ザザビー、バリアコアX"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. Zazabi, Varia Core-X"@en,
        "VS.ザザビー、バリアコアX"@ja .

_:Nbb8732703a524bc3a0b8208f711e4fcb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phazon Area"@en,
        "フェイゾンエリア"@ja ;
    mo:track_number 27 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Phazon Area"@en,
        "フェイゾンエリア"@ja .

_:Nc09128c7db1949d388b2dd0f63202b2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title"@en,
        "タイトル"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Title"@en,
        "タイトル"@ja .

_:Nc3556c2a93554bb18dbe436e1404d053 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ancient Chozo Ruins"@en,
        "チョウゾ古代遺跡"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Ancient Chozo Ruins"@en,
        "チョウゾ古代遺跡"@ja .

_:Nc4515abad50f4ef18460f25a70105282 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tension Before a Confrontation"@en,
        "対決前緊張"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Tension Before a Confrontation"@en,
        "対決前緊張"@ja .

_:Nc5ec3c130af44e35a25bd951efee45d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Hive Totem"@en,
        "VS.ハイブトーテム"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Hive Totem"@en,
        "VS.ハイブトーテム"@ja .

_:Nce1c9556d35c4ffdbb894b433ab62bba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Core-X, Birdman Statue Second Form"@en,
        "VS.コアX、鳥人像第二形態"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. Core-X, Birdman Statue Second Form"@en,
        "VS.コアX、鳥人像第二形態"@ja .

_:Ncec8956e1f6c44d2835dea2196551161 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Parasite Queen"@en,
        "VS.パラサイトクイーン"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Parasite Queen"@en,
        "VS.パラサイトクイーン"@ja .

_:Nd69417610058448b9118c234d1a75312 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Neo Ridley"@en,
        "VS.ネオリドリー"@ja ;
    mo:track_number 30 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. Neo Ridley"@en,
        "VS.ネオリドリー"@ja .

_:Nd70bc0356a6a4e3fbf658852d9ec6596 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Environment Sound (Silence 2)"@en,
        "環境音(静寂2)"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Environment Sound (Silence 2)"@en,
        "環境音(静寂2)"@ja .

_:Nd9e3f3b39e3848d4bcf972eb1528fbde a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Frigate Orpheon Escape"@en,
        "フリゲートオルフェオン脱出"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Frigate Orpheon Escape"@en,
        "フリゲートオルフェオン脱出"@ja .

_:Ne1a256087e344167a55d3b789263cf4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Space Pirates"@en,
        "VS.スペースパイレーツ"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "VS. Space Pirates"@en,
        "VS.スペースパイレーツ"@ja .

_:Ne4d021e2bd314ce4953ef1bead0df540 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chozo Elder Cathedral"@en,
        "チョウゾエルダー大聖堂"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Chozo Elder Cathedral"@en,
        "チョウゾエルダー大聖堂"@ja .

_:Ne57752983e7146df8e7faa84667a7669 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sector 3 Emergency Occurrence"@en,
        "セクター3緊急事態発生"@ja ;
    mo:track_number 24 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Sector 3 Emergency Occurrence"@en,
        "セクター3緊急事態発生"@ja .

_:Ne8af2f8dd4fe4054bf5ee19db9188c9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Metroid Fusion Arrange Version"@en,
        "メトロイドフュージョン アレンジバージョン"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "Metroid Fusion Arrange Version"@en,
        "メトロイドフュージョン アレンジバージョン"@ja .

_:Neb53730d382a4f24b9066a3105969a94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Nightmare"@en,
        "VS.ナイトメア"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. Nightmare"@en,
        "VS.ナイトメア"@ja .

_:Neceb37e94f624ad7bf6b8c0e8a62a1b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Impact Crater"@en,
        "インパクトクレーター"@ja ;
    mo:track_number 32 ;
    schema:duration "PT0:31"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Impact Crater"@en,
        "インパクトクレーター"@ja .

_:Nef89d096ceb747c59a6076e22033df44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending Staff Roll"@en,
        "エンディングスタッフロール"@ja ;
    mo:track_number 36 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Ending Staff Roll"@en,
        "エンディングスタッフロール"@ja .

_:Nf2c95a11962b40518b20e41fcf482905 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "X Invasion Detection"@en,
        "X侵入発覚"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "X Invasion Detection"@en,
        "X侵入発覚"@ja .

_:Nf4d95f1a4f6d4fa6b2281b0846404ca0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Menu Select"@en,
        "メニューセレクト"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Menu Select"@en,
        "メニューセレクト"@ja .

_:Nf4f15343368744b4b26d8c46b51722cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chozo Ruins"@en,
        "チョウゾルーインズ"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:13"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "Chozo Ruins"@en,
        "チョウゾルーインズ"@ja .

_:Nf6f720f7d7874d459968436ec0604088 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. Birdman Statue First Form"@en,
        "VS.鳥人像第一形態"@ja ;
    mo:track_number 27 ;
    schema:duration "PT0:47"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. Birdman Statue First Form"@en,
        "VS.鳥人像第一形態"@ja .

_:Nf98c86146e2a4db5b5c6b548f62ad567 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End Jingle"@en,
        "エンドジングル"@ja ;
    mo:track_number 37 ;
    schema:duration "PT0:13"^^xsd:interval ;
    schema:inPlaylist _:Ne3863e70910840f595579fc57915e50c ;
    schema:name "End Jingle"@en,
        "エンドジングル"@ja .

_:Nfb2aea6fe2784a63af0d273fed250d47 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "VS. SA-X"@en,
        "VS.SA-X"@ja ;
    mo:track_number 32 ;
    schema:duration "PT0:36"^^xsd:interval ;
    schema:inPlaylist _:N4a488c2c584347e8b7f5aef99107308a ;
    schema:name "VS. SA-X"@en,
        "VS.SA-X"@ja .

_:N4a488c2c584347e8b7f5aef99107308a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N0151e1cce24949af9d997911defa04ac,
        _:N106876dafc394325bb2326b829bce0f1,
        _:N12633fbaa6d84c7b824680e3de2bdedc,
        _:N13f080f7f59e41cabe59ffa4ed779f38,
        _:N1a0de0805db349318f701213232b6f05,
        _:N3aa082a92ac745548aa34b7fd3c549bc,
        _:N3df74d61b6864e43b8e8d7ac83299c6e,
        _:N3f25eb765cbb4230a225f631d9c60817,
        _:N5243369c47fb4e33b264dd80341afb82,
        _:N54ee35e53b2f493187af0145ebc73d82,
        _:N55c9b640e6e04cc2915cf7b9afd8b12b,
        _:N58b743793bee4e9eac2dfd0811742c14,
        _:N603dd1d8f0f44ba299bb3233690f0e11,
        _:N62615c7ea97d4853acd3710fa4bf1aa0,
        _:N6650a6838dde49d2a7f783c3062659b3,
        _:N6c3747b0e2404a9d86914ea2abd45003,
        _:N6cc870844ecb4bf7985d87f1dc0e0af9,
        _:N74444708eba647cb92a08fb4b897d113,
        _:N7c80e1ba29e7498eb15f69f231932281,
        _:N7e3ba40b03244a38ad59f61916288311,
        _:N7f696785cb79447ca8810ec89cdbcb65,
        _:N827a393d04fc46f1ad7a440909030f94,
        _:N9239be43fc6e49a1870130266e02f4c1,
        _:N9c4c6c6c836d4175b39f03e473971971,
        _:Na414a0bb130a4255a60938c22d698838,
        _:Na48c5b7deb3b4a4b8ca0c59b2d0cb76c,
        _:Nb54ecc89fe0441869f2786d7b9d819db,
        _:Nc4515abad50f4ef18460f25a70105282,
        _:Nce1c9556d35c4ffdbb894b433ab62bba,
        _:Nd69417610058448b9118c234d1a75312,
        _:Nd70bc0356a6a4e3fbf658852d9ec6596,
        _:Ne57752983e7146df8e7faa84667a7669,
        _:Ne8af2f8dd4fe4054bf5ee19db9188c9c,
        _:Neb53730d382a4f24b9066a3105969a94,
        _:Nf2c95a11962b40518b20e41fcf482905,
        _:Nf6f720f7d7874d459968436ec0604088,
        _:Nfb2aea6fe2784a63af0d273fed250d47 ;
    mo:track_count 37 ;
    schema:duration "PT54:45"^^xsd:interval ;
    schema:numTracks 37 ;
    schema:track _:N0151e1cce24949af9d997911defa04ac,
        _:N106876dafc394325bb2326b829bce0f1,
        _:N12633fbaa6d84c7b824680e3de2bdedc,
        _:N13f080f7f59e41cabe59ffa4ed779f38,
        _:N1a0de0805db349318f701213232b6f05,
        _:N3aa082a92ac745548aa34b7fd3c549bc,
        _:N3df74d61b6864e43b8e8d7ac83299c6e,
        _:N3f25eb765cbb4230a225f631d9c60817,
        _:N5243369c47fb4e33b264dd80341afb82,
        _:N54ee35e53b2f493187af0145ebc73d82,
        _:N55c9b640e6e04cc2915cf7b9afd8b12b,
        _:N58b743793bee4e9eac2dfd0811742c14,
        _:N603dd1d8f0f44ba299bb3233690f0e11,
        _:N62615c7ea97d4853acd3710fa4bf1aa0,
        _:N6650a6838dde49d2a7f783c3062659b3,
        _:N6c3747b0e2404a9d86914ea2abd45003,
        _:N6cc870844ecb4bf7985d87f1dc0e0af9,
        _:N74444708eba647cb92a08fb4b897d113,
        _:N7c80e1ba29e7498eb15f69f231932281,
        _:N7e3ba40b03244a38ad59f61916288311,
        _:N7f696785cb79447ca8810ec89cdbcb65,
        _:N827a393d04fc46f1ad7a440909030f94,
        _:N9239be43fc6e49a1870130266e02f4c1,
        _:N9c4c6c6c836d4175b39f03e473971971,
        _:Na414a0bb130a4255a60938c22d698838,
        _:Na48c5b7deb3b4a4b8ca0c59b2d0cb76c,
        _:Nb54ecc89fe0441869f2786d7b9d819db,
        _:Nc4515abad50f4ef18460f25a70105282,
        _:Nce1c9556d35c4ffdbb894b433ab62bba,
        _:Nd69417610058448b9118c234d1a75312,
        _:Nd70bc0356a6a4e3fbf658852d9ec6596,
        _:Ne57752983e7146df8e7faa84667a7669,
        _:Ne8af2f8dd4fe4054bf5ee19db9188c9c,
        _:Neb53730d382a4f24b9066a3105969a94,
        _:Nf2c95a11962b40518b20e41fcf482905,
        _:Nf6f720f7d7874d459968436ec0604088,
        _:Nfb2aea6fe2784a63af0d273fed250d47 .

_:Ne3863e70910840f595579fc57915e50c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07759f104d5c4027b3ee820257cd6f90,
        _:N0b2993d32f474fe3a85898d400c327b5,
        _:N18aa460c805d4aba930001f4a52abe05,
        _:N199de6d4f009492494ef93c178445559,
        _:N19f00def755a4ad790dab473693ee6a1,
        _:N1f8645d893b045999a17eb65cef96809,
        _:N23d7e1fc61754aceadcb8fc5403e1fac,
        _:N28f770cc455b43498434958340f5a4c1,
        _:N2acebc2a2c20404d9acd4dfeb97a8d21,
        _:N2d682f201b48428cb03dca551fc5915d,
        _:N312471a78a0a4c6db70ebcd47e66e2e0,
        _:N3247c1a7e0d543229ab85bef58c3e741,
        _:N3ca7aaa98d5e49e8b2d1d67e8f91738c,
        _:N3fdb3c7c847047fa9ee73d860906360c,
        _:N426b52fec8c84fd3a18010b65a7b83bd,
        _:N47962f9d3f6247efb4c94ece5cf9f085,
        _:N4d0371f835434d1ab65176d26d6876a3,
        _:N4daed986240b4382962abc259c8a9414,
        _:N5995446c69c840648d5bb64e2896593c,
        _:N60527b2f7b734643ad380d690cc9d583,
        _:N62d4039951184f2ea2c133ec009100db,
        _:N6591eae6f2a44be485876af9f8f1d8c2,
        _:N65acc0b049ef42f48fe65f45b460a5d7,
        _:N6729158124fb417a9f624f7e22d54609,
        _:N702e2fc0a23c42348e1410c478ccfae2,
        _:Nae1d39b4071f4036a4bd80c1d29a1161,
        _:Nb02a38fc389f4d4aab775e8df539b799,
        _:Nb41c3a9f419040b4ae05109cf6be2f28,
        _:Nbb8732703a524bc3a0b8208f711e4fcb,
        _:Nc09128c7db1949d388b2dd0f63202b2c,
        _:Nc3556c2a93554bb18dbe436e1404d053,
        _:Nc5ec3c130af44e35a25bd951efee45d1,
        _:Ncec8956e1f6c44d2835dea2196551161,
        _:Nd9e3f3b39e3848d4bcf972eb1528fbde,
        _:Ne1a256087e344167a55d3b789263cf4f,
        _:Ne4d021e2bd314ce4953ef1bead0df540,
        _:Neceb37e94f624ad7bf6b8c0e8a62a1b8,
        _:Nef89d096ceb747c59a6076e22033df44,
        _:Nf4d95f1a4f6d4fa6b2281b0846404ca0,
        _:Nf4f15343368744b4b26d8c46b51722cf,
        _:Nf98c86146e2a4db5b5c6b548f62ad567 ;
    mo:track_count 41 ;
    schema:duration "PT77:58"^^xsd:interval ;
    schema:numTracks 41 ;
    schema:track _:N07759f104d5c4027b3ee820257cd6f90,
        _:N0b2993d32f474fe3a85898d400c327b5,
        _:N18aa460c805d4aba930001f4a52abe05,
        _:N199de6d4f009492494ef93c178445559,
        _:N19f00def755a4ad790dab473693ee6a1,
        _:N1f8645d893b045999a17eb65cef96809,
        _:N23d7e1fc61754aceadcb8fc5403e1fac,
        _:N28f770cc455b43498434958340f5a4c1,
        _:N2acebc2a2c20404d9acd4dfeb97a8d21,
        _:N2d682f201b48428cb03dca551fc5915d,
        _:N312471a78a0a4c6db70ebcd47e66e2e0,
        _:N3247c1a7e0d543229ab85bef58c3e741,
        _:N3ca7aaa98d5e49e8b2d1d67e8f91738c,
        _:N3fdb3c7c847047fa9ee73d860906360c,
        _:N426b52fec8c84fd3a18010b65a7b83bd,
        _:N47962f9d3f6247efb4c94ece5cf9f085,
        _:N4d0371f835434d1ab65176d26d6876a3,
        _:N4daed986240b4382962abc259c8a9414,
        _:N5995446c69c840648d5bb64e2896593c,
        _:N60527b2f7b734643ad380d690cc9d583,
        _:N62d4039951184f2ea2c133ec009100db,
        _:N6591eae6f2a44be485876af9f8f1d8c2,
        _:N65acc0b049ef42f48fe65f45b460a5d7,
        _:N6729158124fb417a9f624f7e22d54609,
        _:N702e2fc0a23c42348e1410c478ccfae2,
        _:Nae1d39b4071f4036a4bd80c1d29a1161,
        _:Nb02a38fc389f4d4aab775e8df539b799,
        _:Nb41c3a9f419040b4ae05109cf6be2f28,
        _:Nbb8732703a524bc3a0b8208f711e4fcb,
        _:Nc09128c7db1949d388b2dd0f63202b2c,
        _:Nc3556c2a93554bb18dbe436e1404d053,
        _:Nc5ec3c130af44e35a25bd951efee45d1,
        _:Ncec8956e1f6c44d2835dea2196551161,
        _:Nd9e3f3b39e3848d4bcf972eb1528fbde,
        _:Ne1a256087e344167a55d3b789263cf4f,
        _:Ne4d021e2bd314ce4953ef1bead0df540,
        _:Neceb37e94f624ad7bf6b8c0e8a62a1b8,
        _:Nef89d096ceb747c59a6076e22033df44,
        _:Nf4d95f1a4f6d4fa6b2281b0846404ca0,
        _:Nf4f15343368744b4b26d8c46b51722cf,
        _:Nf98c86146e2a4db5b5c6b548f62ad567 .

