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

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

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

<artist/148#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17222#subject> ;
    schema:name "Yuzo Koshiro"@en,
        "古代祐三"@ja ;
    foaf:made <album/17222#composition>,
        <album/17222#subject> ;
    foaf:name "Yuzo Koshiro"@en,
        "古代祐三"@ja .

<product/16038#subject> a schema:CreativeWork ;
    schema:name "Slap Fight MD"@en,
        "スラップファイトMD"@ja,
        "Slap Fight MD"@ja-latn ;
    foaf:name "Slap Fight MD"@en,
        "スラップファイトMD"@ja,
        "Slap Fight MD"@ja-latn .

<product/4018#subject> a schema:CreativeWork ;
    schema:name "Sonic the Hedgehog (8-bit)"@en,
        "ソニック・ザ・ヘッジホッグ (8-bit)"@ja,
        "Sonic the Hedgehog (8-bit)"@ja-latn ;
    foaf:name "Sonic the Hedgehog (8-bit)"@en,
        "ソニック・ザ・ヘッジホッグ (8-bit)"@ja,
        "Sonic the Hedgehog (8-bit)"@ja-latn .

<product/7902#subject> a schema:CreativeWork ;
    schema:name "The GG Shinobi"@en,
        "The GG 忍"@ja,
        "The GG Shinobi"@ja-latn ;
    foaf:name "The GG Shinobi"@en,
        "The GG 忍"@ja,
        "The GG Shinobi"@ja-latn .

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

<album/17222#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yuzo Koshiro EarlyCollection 2nd+"@en,
        "古代祐三アーリーコレクション 2nd　プラス"@ja,
        "Yuzo Koshiro EarlyCollection 2nd Plus"@ja-latn ;
    mo:performance_of <album/17222#musicalwork> ;
    mo:recorded_as <album/17222#musicalexpression> ;
    schema:name "Yuzo Koshiro EarlyCollection 2nd+"@en,
        "古代祐三アーリーコレクション 2nd　プラス"@ja,
        "Yuzo Koshiro EarlyCollection 2nd Plus"@ja-latn ;
    schema:workPerformed <album/17222#musicalwork> .

<org/328#subject> schema:name "EGG MUSIC RECORDS"@en,
        "EGG MUSIC RECORDS"@ja,
        "EGG MUSIC RECORDS"@ja-latn ;
    foaf:name "EGG MUSIC RECORDS"@en,
        "EGG MUSIC RECORDS"@ja,
        "EGG MUSIC RECORDS"@ja-latn .

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

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

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

<album/17222#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yuzo Koshiro EarlyCollection 2nd+"@en,
        "古代祐三アーリーコレクション 2nd　プラス"@ja,
        "Yuzo Koshiro EarlyCollection 2nd Plus"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Ainciant."@en ;
            foaf:made <album/17222#composition> ;
            foaf:name "(Ainciant."@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "corp"@en ;
            foaf:made <album/17222#composition> ;
            foaf:name "corp"@en ],
        <artist/148#subject> ;
    mo:produced_work <album/17222#musicalwork> ;
    schema:name "Yuzo Koshiro EarlyCollection 2nd+"@en,
        "古代祐三アーリーコレクション 2nd　プラス"@ja,
        "Yuzo Koshiro EarlyCollection 2nd Plus"@ja-latn .

<album/17222#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-02-19"^^xsd:date ;
    dcterms:title "Yuzo Koshiro EarlyCollection 2nd+"@en,
        "古代祐三アーリーコレクション 2nd　プラス"@ja,
        "Yuzo Koshiro EarlyCollection 2nd Plus"@ja-latn ;
    mo:catalogue_number "EMCA-0011" ;
    mo:media_type "CD" ;
    mo:publication_of <album/17222#musicalexpression> ;
    mo:publisher <org/328#subject> ;
    mo:record _:N5f126e7c09fd4569be6aa299e32e7aba ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The Stickman is Back"@en ;
            foaf:name "The Stickman is Back"@en ],
        <product/16038#subject>,
        <product/4018#subject>,
        <product/7902#subject> ;
    schema:datePublished "2010-02-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/17222/17222-1505100344.jpg> ;
    schema:name "Yuzo Koshiro EarlyCollection 2nd+"@en,
        "古代祐三アーリーコレクション 2nd　プラス"@ja,
        "Yuzo Koshiro EarlyCollection 2nd Plus"@ja-latn ;
    schema:publisher <org/328#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/17222/17222-1505100344.jpg> .

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

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

_:N039903819d4b4c798184d2c12106baf7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boss2"@en,
        "Boss2"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:17"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Boss2"@en,
        "Boss2"@ja .

_:N051263095dea4b5295e34596253192f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boss1"@en,
        "Boss1"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Boss1"@en,
        "Boss1"@ja .

_:N08dca2d48a8c429084a66ffa512cca74 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Get More Tea"@en,
        "Get More Tea"@ja ;
    mo:track_number 33 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Get More Tea"@en,
        "Get More Tea"@ja .

_:N0aa90b7b304d400cb1a5f9893cbef005 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE BGM D"@en,
        "STAGE BGM D"@ja ;
    mo:track_number 48 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "STAGE BGM D"@en,
        "STAGE BGM D"@ja .

_:N1189f48acd6c4446bd7cbaeada1f4607 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Contact (Ses-Syoku/unused)"@en,
        "接触(Ses-Syoku/unused)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT0:38"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Contact (Ses-Syoku/unused)"@en,
        "接触(Ses-Syoku/unused)"@ja .

_:N18258c9188ed48249b56a3006aee990b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Mountain"@en,
        "In the Mountain"@ja ;
    mo:track_number 31 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "In the Mountain"@en,
        "In the Mountain"@ja .

_:N1d40048e1b5d43a1a172b823b8b5986d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "About Fusion"@en,
        "About Fusion"@ja ;
    mo:track_number 41 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "About Fusion"@en,
        "About Fusion"@ja .

_:N34b2087dde0c41cab829a57b3f6d94c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Demon"@en,
        "Demon"@ja ;
    mo:track_number 26 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Demon"@en,
        "Demon"@ja .

_:N3604abfd8b3b40849a6b94febc75cf2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rush (Tos-Shin)"@en,
        "突進(Tos-Shin)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Rush (Tos-Shin)"@en,
        "突進(Tos-Shin)"@ja .

_:N412828c4f36645e583f9a02d7a465775 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cavern"@en,
        "Cavern"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Cavern"@en,
        "Cavern"@ja .

_:N414c34eddde04aa092fa9b110da87285 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Opening"@en,
        "Opening"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:28"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Opening"@en,
        "Opening"@ja .

_:N418c329ad2264ab2a00f7d12c32aaad8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Harakeri"@en,
        "Harakeri"@ja ;
    mo:track_number 17 ;
    schema:duration "PT0:43"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Harakeri"@en,
        "Harakeri"@ja .

_:N42df1de5f95b4c6ba32776690db30d11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE BGM B"@en,
        "STAGE BGM B"@ja ;
    mo:track_number 46 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "STAGE BGM B"@en,
        "STAGE BGM B"@ja .

_:N43b608523c8843c49fc3f63e39e48706 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sortie (Shutu-Geki)"@en,
        "出撃(Shutu-Geki)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:16"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Sortie (Shutu-Geki)"@en,
        "出撃(Shutu-Geki)"@ja .

_:N4c05cd4978c34c7d855cb65f032fb60d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rogue in the palace"@en,
        "Rogue in the palace"@ja ;
    mo:track_number 29 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Rogue in the palace"@en,
        "Rogue in the palace"@ja .

_:N4ed5306ff8d64c26b2a6d346205ad7d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pop & Deep"@en,
        "Pop & Deep"@ja ;
    mo:track_number 32 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Pop & Deep"@en,
        "Pop & Deep"@ja .

_:N4f70231e272e4a94b33973693576263c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rush"@en,
        "Rush"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Rush"@en,
        "Rush"@ja .

_:N5354bf8dc1e04fe8b4db25cddb30e3ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "About Happiness"@en,
        "About Happiness"@ja ;
    mo:track_number 42 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "About Happiness"@en,
        "About Happiness"@ja .

_:N55a7b25025c64464b8060a6dbed6d638 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bee's Eye"@en,
        "Bee's Eye"@ja ;
    mo:track_number 30 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Bee's Eye"@en,
        "Bee's Eye"@ja .

_:N5b3bd51c648a402bb2cf3d481445bcd4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "First Step"@en,
        "First Step"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:28"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "First Step"@en,
        "First Step"@ja .

_:N5c3144cc80744e52b927902f32000003 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Strategy (Saku-Sen)"@en,
        "作戦(Saku-Sen)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Strategy (Saku-Sen)"@en,
        "作戦(Saku-Sen)"@ja .

_:N5f1a880cb96541ebb8d37bd17ce2a0b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BONUS STAGE"@en,
        "BONUS STAGE"@ja ;
    mo:track_number 50 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "BONUS STAGE"@en,
        "BONUS STAGE"@ja .

_:N60633ef3880e4f7495fc8f7da8a93b69 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eat Max"@en,
        "Eat Max"@ja ;
    mo:track_number 38 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Eat Max"@en,
        "Eat Max"@ja .

_:N610d207ccc21421d952e008994e38bd7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "About Battle"@en,
        "About Battle"@ja ;
    mo:track_number 43 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "About Battle"@en,
        "About Battle"@ja .

_:N6147a4bf4bff48cfbfbe943873d259e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE BGM C"@en,
        "STAGE BGM C"@ja ;
    mo:track_number 47 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "STAGE BGM C"@en,
        "STAGE BGM C"@ja .

_:N658a7942ced5493baae0dd2f6d8d097f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "About Dungeon"@en,
        "About Dungeon"@ja ;
    mo:track_number 44 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "About Dungeon"@en,
        "About Dungeon"@ja .

_:N879f3f4fdd234c61a22e3825ed3f3274 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flight (Hi-Syou)"@en,
        "飛翔(Hi-Syou)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Flight (Hi-Syou)"@en,
        "飛翔(Hi-Syou)"@ja .

_:N8a0f80ca77714da39be5fbcb873a80a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Local,etc..."@en,
        "Local,etc..."@ja ;
    mo:track_number 28 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Local,etc..."@en,
        "Local,etc..."@ja .

_:N8db6c4f793b142f8a300bcc82683a354 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hope (Ki-Bou)"@en,
        "希望(Ki-Bou)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Hope (Ki-Bou)"@en,
        "希望(Ki-Bou)"@ja .

_:N8e0a56e7380c4a29b0e5fa2363235065 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Catman"@en,
        "Catman"@ja ;
    mo:track_number 34 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Catman"@en,
        "Catman"@ja .

_:N93350f77e38d44218a20d8dd9336c690 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Contact"@en,
        "Contact"@ja ;
    mo:track_number 20 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Contact"@en,
        "Contact"@ja .

_:Na7cef25e0f3449768ae0d9f37141b783 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Select"@en,
        "Select"@ja ;
    mo:track_number 9 ;
    schema:duration "PT0:37"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Select"@en,
        "Select"@ja .

_:Naa3691f85cb54c77a144991493dd9e41 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Round Clear"@en,
        "Round Clear"@ja ;
    mo:track_number 12 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Round Clear"@en,
        "Round Clear"@ja .

_:Naa5e205d423e4a0d92d57e085e4d3f51 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clone & Taboo"@en,
        "Clone & Taboo"@ja ;
    mo:track_number 37 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Clone & Taboo"@en,
        "Clone & Taboo"@ja .

_:Nab026bd654da41c1b26e3b400db26d1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Conflict (Kat-Tou/unused)"@en,
        "葛藤(Kat-Tou/unused)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Conflict (Kat-Tou/unused)"@en,
        "葛藤(Kat-Tou/unused)"@ja .

_:Nacf4258cf2e44136812834cf881607c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Game Over"@en,
        "Game Over"@ja ;
    mo:track_number 25 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Game Over"@en,
        "Game Over"@ja .

_:Nb289b27bb20e466394023680fbeed5ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sprit"@en,
        "Sprit"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Sprit"@en,
        "Sprit"@ja .

_:Nc7f85c787fd24564b8540cfc19f07e27 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Joe..."@en,
        "Joe..."@ja ;
    mo:track_number 21 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Joe..."@en,
        "Joe..."@ja .

_:Nc9675bc189f84d0a9c420ff97501423c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Born Again"@en,
        "Born Again"@ja ;
    mo:track_number 35 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Born Again"@en,
        "Born Again"@ja .

_:Ncedfd1e09d8e40b69c420ec77452c18b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Last Dungeon"@en,
        "The Last Dungeon"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "The Last Dungeon"@en,
        "The Last Dungeon"@ja .

_:Nd0620f04c71349b0a4ca4b21aff5d7ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Far Away"@en,
        "Far Away"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Far Away"@en,
        "Far Away"@ja .

_:Ndc6a59d30143419398d3e52f4f25b6cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending"@en,
        "Ending"@ja ;
    mo:track_number 24 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Ending"@en,
        "Ending"@ja .

_:Ne471d037c08e459e8628669983c374af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE BGM A"@en,
        "STAGE BGM A"@ja ;
    mo:track_number 45 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "STAGE BGM A"@en,
        "STAGE BGM A"@ja .

_:Ne538e4e211a540b1986ed64abeca648d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Who Am I ?"@en,
        "Who Am I ?"@ja ;
    mo:track_number 36 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Who Am I ?"@en,
        "Who Am I ?"@ja .

_:Nec53e0f93b5d459eb3d533e063f9976e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Darkside"@en,
        "Darkside"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Darkside"@en,
        "Darkside"@ja .

_:Nf229489a7e5d450fabd904d2747ae9fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boo! Pee!"@en,
        "Boo! Pee!"@ja ;
    mo:track_number 39 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Boo! Pee!"@en,
        "Boo! Pee!"@ja .

_:Nf537b79e605744938eb3777b31d0a551 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "About Boss"@en,
        "About Boss"@ja ;
    mo:track_number 40 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "About Boss"@en,
        "About Boss"@ja .

_:Nf70948f74b7d41bdbc1267b67c7009fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Distant Thunder"@en,
        "Distant Thunder"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "Distant Thunder"@en,
        "Distant Thunder"@ja .

_:Nf8b14d43a3774977b78204f7ed1fbd3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BOSS BGM"@en,
        "BOSS BGM"@ja ;
    mo:track_number 49 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "BOSS BGM"@en,
        "BOSS BGM"@ja .

_:Nf8ef3bf65f89495ca623d24c2fc84875 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "History & Roots"@en,
        "History & Roots"@ja ;
    mo:track_number 27 ;
    schema:duration "PT0:37"^^xsd:interval ;
    schema:inPlaylist _:N5f126e7c09fd4569be6aa299e32e7aba ;
    schema:name "History & Roots"@en,
        "History & Roots"@ja .

_:N5f126e7c09fd4569be6aa299e32e7aba a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N039903819d4b4c798184d2c12106baf7,
        _:N051263095dea4b5295e34596253192f0,
        _:N08dca2d48a8c429084a66ffa512cca74,
        _:N0aa90b7b304d400cb1a5f9893cbef005,
        _:N1189f48acd6c4446bd7cbaeada1f4607,
        _:N18258c9188ed48249b56a3006aee990b,
        _:N1d40048e1b5d43a1a172b823b8b5986d,
        _:N34b2087dde0c41cab829a57b3f6d94c1,
        _:N3604abfd8b3b40849a6b94febc75cf2e,
        _:N412828c4f36645e583f9a02d7a465775,
        _:N414c34eddde04aa092fa9b110da87285,
        _:N418c329ad2264ab2a00f7d12c32aaad8,
        _:N42df1de5f95b4c6ba32776690db30d11,
        _:N43b608523c8843c49fc3f63e39e48706,
        _:N4c05cd4978c34c7d855cb65f032fb60d,
        _:N4ed5306ff8d64c26b2a6d346205ad7d2,
        _:N4f70231e272e4a94b33973693576263c,
        _:N5354bf8dc1e04fe8b4db25cddb30e3ae,
        _:N55a7b25025c64464b8060a6dbed6d638,
        _:N5b3bd51c648a402bb2cf3d481445bcd4,
        _:N5c3144cc80744e52b927902f32000003,
        _:N5f1a880cb96541ebb8d37bd17ce2a0b4,
        _:N60633ef3880e4f7495fc8f7da8a93b69,
        _:N610d207ccc21421d952e008994e38bd7,
        _:N6147a4bf4bff48cfbfbe943873d259e6,
        _:N658a7942ced5493baae0dd2f6d8d097f,
        _:N879f3f4fdd234c61a22e3825ed3f3274,
        _:N8a0f80ca77714da39be5fbcb873a80a6,
        _:N8db6c4f793b142f8a300bcc82683a354,
        _:N8e0a56e7380c4a29b0e5fa2363235065,
        _:N93350f77e38d44218a20d8dd9336c690,
        _:Na7cef25e0f3449768ae0d9f37141b783,
        _:Naa3691f85cb54c77a144991493dd9e41,
        _:Naa5e205d423e4a0d92d57e085e4d3f51,
        _:Nab026bd654da41c1b26e3b400db26d1d,
        _:Nacf4258cf2e44136812834cf881607c6,
        _:Nb289b27bb20e466394023680fbeed5ed,
        _:Nc7f85c787fd24564b8540cfc19f07e27,
        _:Nc9675bc189f84d0a9c420ff97501423c,
        _:Ncedfd1e09d8e40b69c420ec77452c18b,
        _:Nd0620f04c71349b0a4ca4b21aff5d7ae,
        _:Ndc6a59d30143419398d3e52f4f25b6cf,
        _:Ne471d037c08e459e8628669983c374af,
        _:Ne538e4e211a540b1986ed64abeca648d,
        _:Nec53e0f93b5d459eb3d533e063f9976e,
        _:Nf229489a7e5d450fabd904d2747ae9fc,
        _:Nf537b79e605744938eb3777b31d0a551,
        _:Nf70948f74b7d41bdbc1267b67c7009fa,
        _:Nf8b14d43a3774977b78204f7ed1fbd3a,
        _:Nf8ef3bf65f89495ca623d24c2fc84875 ;
    mo:track_count 50 ;
    schema:duration "PT63:37"^^xsd:interval ;
    schema:numTracks 50 ;
    schema:track _:N039903819d4b4c798184d2c12106baf7,
        _:N051263095dea4b5295e34596253192f0,
        _:N08dca2d48a8c429084a66ffa512cca74,
        _:N0aa90b7b304d400cb1a5f9893cbef005,
        _:N1189f48acd6c4446bd7cbaeada1f4607,
        _:N18258c9188ed48249b56a3006aee990b,
        _:N1d40048e1b5d43a1a172b823b8b5986d,
        _:N34b2087dde0c41cab829a57b3f6d94c1,
        _:N3604abfd8b3b40849a6b94febc75cf2e,
        _:N412828c4f36645e583f9a02d7a465775,
        _:N414c34eddde04aa092fa9b110da87285,
        _:N418c329ad2264ab2a00f7d12c32aaad8,
        _:N42df1de5f95b4c6ba32776690db30d11,
        _:N43b608523c8843c49fc3f63e39e48706,
        _:N4c05cd4978c34c7d855cb65f032fb60d,
        _:N4ed5306ff8d64c26b2a6d346205ad7d2,
        _:N4f70231e272e4a94b33973693576263c,
        _:N5354bf8dc1e04fe8b4db25cddb30e3ae,
        _:N55a7b25025c64464b8060a6dbed6d638,
        _:N5b3bd51c648a402bb2cf3d481445bcd4,
        _:N5c3144cc80744e52b927902f32000003,
        _:N5f1a880cb96541ebb8d37bd17ce2a0b4,
        _:N60633ef3880e4f7495fc8f7da8a93b69,
        _:N610d207ccc21421d952e008994e38bd7,
        _:N6147a4bf4bff48cfbfbe943873d259e6,
        _:N658a7942ced5493baae0dd2f6d8d097f,
        _:N879f3f4fdd234c61a22e3825ed3f3274,
        _:N8a0f80ca77714da39be5fbcb873a80a6,
        _:N8db6c4f793b142f8a300bcc82683a354,
        _:N8e0a56e7380c4a29b0e5fa2363235065,
        _:N93350f77e38d44218a20d8dd9336c690,
        _:Na7cef25e0f3449768ae0d9f37141b783,
        _:Naa3691f85cb54c77a144991493dd9e41,
        _:Naa5e205d423e4a0d92d57e085e4d3f51,
        _:Nab026bd654da41c1b26e3b400db26d1d,
        _:Nacf4258cf2e44136812834cf881607c6,
        _:Nb289b27bb20e466394023680fbeed5ed,
        _:Nc7f85c787fd24564b8540cfc19f07e27,
        _:Nc9675bc189f84d0a9c420ff97501423c,
        _:Ncedfd1e09d8e40b69c420ec77452c18b,
        _:Nd0620f04c71349b0a4ca4b21aff5d7ae,
        _:Ndc6a59d30143419398d3e52f4f25b6cf,
        _:Ne471d037c08e459e8628669983c374af,
        _:Ne538e4e211a540b1986ed64abeca648d,
        _:Nec53e0f93b5d459eb3d533e063f9976e,
        _:Nf229489a7e5d450fabd904d2747ae9fc,
        _:Nf537b79e605744938eb3777b31d0a551,
        _:Nf70948f74b7d41bdbc1267b67c7009fa,
        _:Nf8b14d43a3774977b78204f7ed1fbd3a,
        _:Nf8ef3bf65f89495ca623d24c2fc84875 .

