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

<artist/9800#subject> a schema:Person,
        foaf:Person ;
    schema:name "Alice Sato"@en,
        "佐藤ありす"@ja ;
    foaf:made <album/2684#lyrics>,
        <album/2684#subject> ;
    foaf:name "Alice Sato"@en,
        "佐藤ありす"@ja .

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

<artist/11371#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2684#subject> ;
    schema:name "Toshihiko Shibaya"@en,
        "柴矢俊彦"@ja ;
    foaf:made <album/2684#composition>,
        <album/2684#subject> ;
    foaf:name "Toshihiko Shibaya"@en,
        "柴矢俊彦"@ja .

<artist/213#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2684#subject> ;
    schema:name "Hideki Yamamoto"@en,
        "山本秀樹"@ja ;
    foaf:made <album/2684#composition>,
        <album/2684#subject> ;
    foaf:name "Hideki Yamamoto"@en,
        "山本秀樹"@ja .

<artist/29271#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2684#subject> ;
    schema:name "G.S.T."@en ;
    foaf:made <album/2684#composition>,
        <album/2684#subject> ;
    foaf:name "G.S.T."@en .

<artist/8349#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2684#subject> ;
    schema:name "Masahiro Takami"@en,
        "貴三優大"@ja ;
    foaf:made <album/2684#composition>,
        <album/2684#subject> ;
    foaf:name "Masahiro Takami"@en,
        "貴三優大"@ja .

<product/17170#subject> a schema:CreativeWork ;
    schema:name "ALICE in Cyberland"@en,
        "ありす in Cyberland"@ja,
        "ALICE in Cyberland"@ja-latn ;
    foaf:name "ALICE in Cyberland"@en,
        "ありす in Cyberland"@ja,
        "ALICE in Cyberland"@ja-latn .

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

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

<org/175#subject> schema:name "WEA Japan"@en,
        "WEAジャパン"@ja,
        "WEA Japan"@ja-latn ;
    foaf:name "WEA Japan"@en,
        "WEAジャパン"@ja,
        "WEA Japan"@ja-latn .

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

<https://medium-media.vgm.io/albums/48/2684/2684-1547215708.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/3172#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2684#performance> ;
    schema:name "Yuko Miyamura"@en,
        "宮村優子"@ja ;
    foaf:name "Yuko Miyamura"@en,
        "宮村優子"@ja .

<artist/3232#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2684#performance> ;
    schema:name "Yoko Asada"@en,
        "浅田葉子"@ja ;
    foaf:name "Yoko Asada"@en,
        "浅田葉子"@ja .

<artist/74564#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2684#performance> ;
    schema:name "Kae Araki"@en,
        "荒木香恵"@ja ;
    foaf:name "Kae Araki"@en,
        "荒木香恵"@ja .

<album/2684#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ALICE in Cyberland Game Soundtrack"@en,
        "プレイステーション「ありす イン サイバーランド」ゲーム・サウンドトラック"@ja,
        "ALICE in Cyberland Game Soundtrack"@ja-latn ;
    mo:performance_of <album/2684#musicalwork> ;
    mo:performer <artist/3172#subject>,
        <artist/3232#subject>,
        <artist/74564#subject> ;
    mo:recorded_as <album/2684#musicalexpression> ;
    schema:byArtist <artist/3172#subject>,
        <artist/3232#subject>,
        <artist/74564#subject> ;
    schema:name "ALICE in Cyberland Game Soundtrack"@en,
        "プレイステーション「ありす イン サイバーランド」ゲーム・サウンドトラック"@ja,
        "ALICE in Cyberland Game Soundtrack"@ja-latn ;
    schema:workPerformed <album/2684#musicalwork> .

<album/2684#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ALICE in Cyberland Game Soundtrack"@en,
        "プレイステーション「ありす イン サイバーランド」ゲーム・サウンドトラック"@ja,
        "ALICE in Cyberland Game Soundtrack"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Love Palette"@en ;
            foaf:made <album/2684#composition> ;
            foaf:name "Love Palette"@en ],
        <artist/11371#subject>,
        <artist/213#subject>,
        <artist/29271#subject>,
        <artist/8349#subject> ;
    mo:produced_work <album/2684#musicalwork> ;
    schema:name "ALICE in Cyberland Game Soundtrack"@en,
        "プレイステーション「ありす イン サイバーランド」ゲーム・サウンドトラック"@ja,
        "ALICE in Cyberland Game Soundtrack"@ja-latn .

<album/2684#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-12-21"^^xsd:date ;
    dcterms:title "ALICE in Cyberland Game Soundtrack"@en,
        "プレイステーション「ありす イン サイバーランド」ゲーム・サウンドトラック"@ja,
        "ALICE in Cyberland Game Soundtrack"@ja-latn ;
    mo:catalogue_number "WPC6-8247" ;
    mo:media_type "Enhanced CD" ;
    mo:publication_of <album/2684#musicalexpression> ;
    mo:publisher <org/175#subject> ;
    mo:record _:N51a4e30247784da4956b4de7e3867fd0 ;
    mo:record_count 1 ;
    schema:about <product/17170#subject> ;
    schema:byArtist <artist/3172#subject>,
        <artist/3232#subject>,
        <artist/74564#subject> ;
    schema:datePublished "1996-12-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/48/2684/2684-1547215708.jpg> ;
    schema:name "ALICE in Cyberland Game Soundtrack"@en,
        "プレイステーション「ありす イン サイバーランド」ゲーム・サウンドトラック"@ja,
        "ALICE in Cyberland Game Soundtrack"@ja-latn ;
    schema:publisher <org/175#subject> ;
    foaf:depiction <https://media.vgm.io/albums/48/2684/2684-1547215708.jpg> .

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

_:N015f278cc77a4513ac256990efd8ae83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Electric city"@en,
        "Electric city"@ja ;
    mo:track_number 31 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Electric city"@en,
        "Electric city"@ja .

_:N04c71cc2667f405ab01213fcfcc7966f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Foe appearance"@en,
        "Foe appearance"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Foe appearance"@en,
        "Foe appearance"@ja .

_:N0689c1361f2546c6a7c01aac96024dcb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "At the time of the battle I"@en,
        "At the time of the battle I"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "At the time of the battle I"@en,
        "At the time of the battle I"@ja .

_:N070a99d9f53c41cfb8baed193696d84e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Best Heart beat time (game version)"@en,
        "とっておきのHeart beat time (game version)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "The Best Heart beat time (game version)"@en,
        "とっておきのHeart beat time (game version)"@ja .

_:N12ae0560ca0e43bdbc5d8c1f7f1e86f5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cyberprincess"@en,
        "Cyberprincess"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Cyberprincess"@en,
        "Cyberprincess"@ja .

_:N167fba5f31054a7a9cffeabf2f5cbc8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eye to eye"@en,
        "Eye to eye"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Eye to eye"@en,
        "Eye to eye"@ja .

_:N1d9249a2dfe64329997c8243489a3085 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Red alert"@en,
        "Red alert"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Red alert"@en,
        "Red alert"@ja .

_:N243fbc7adbc84913999718562dedfb8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crisis which approaches and depends"@en,
        "Crisis which approaches and depends"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Crisis which approaches and depends"@en,
        "Crisis which approaches and depends"@ja .

_:N273db4262efc43c597291df174d08741 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The final decisive battle"@en,
        "The final decisive battle"@ja ;
    mo:track_number 30 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "The final decisive battle"@en,
        "The final decisive battle"@ja .

_:N3181d8babfa345d5a03a068df96b717a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The queen and calling"@en,
        "The queen and calling"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:41"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "The queen and calling"@en,
        "The queen and calling"@ja .

_:N3768750eb5da4051a74283b82aa4ce8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unbroken Soap Bubbles (Inst ver.1)"@en,
        "われないしゃぼんだま (Inst ver.1)"@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Unbroken Soap Bubbles (Inst ver.1)"@en,
        "われないしゃぼんだま (Inst ver.1)"@ja .

_:N4a8f529b07e34e8f82f4f8ddd301a017 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the deep dark"@en,
        "In the deep dark"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "In the deep dark"@en,
        "In the deep dark"@ja .

_:N4bae6a3d0c684efab7b1b23c212b2c6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Enjoyable"@en,
        "たのしいね"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:30"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Enjoyable"@en,
        "たのしいね"@ja .

_:N56cd9674c7054df0a4f788201fc009b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Game over"@en,
        "Game over"@ja ;
    mo:track_number 46 ;
    schema:duration "PT0:14"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Game over"@en,
        "Game over"@ja .

_:N671da9f7c27e4cd58a51583be6514403 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End of Part 4"@en,
        "End of Part 4"@ja ;
    mo:track_number 44 ;
    schema:duration "PT0:08"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "End of Part 4"@en,
        "End of Part 4"@ja .

_:N6a2b95f12f33425f9b6a1233c2e001cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cyberking"@en,
        "Cyberking"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Cyberking"@en,
        "Cyberking"@ja .

_:N70cb94468a864a9f94b2d25df111b4c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dive into the cyberland"@en,
        "Dive into the cyberland"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Dive into the cyberland"@en,
        "Dive into the cyberland"@ja .

_:N76f45935dbc44658b8d10894ac603bcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Peaceful everyday"@en,
        "Peaceful everyday"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Peaceful everyday"@en,
        "Peaceful everyday"@ja .

_:N7ee8c6ca044d476b940d51b964f95073 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the tension"@en,
        "In the tension"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "In the tension"@en,
        "In the tension"@ja .

_:N80a166d499bc4d7683b094413560c757 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Get into the cyberland"@en,
        "Get into the cyberland"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:39"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Get into the cyberland"@en,
        "Get into the cyberland"@ja .

_:N83b9672f1acb4c9481bfa03a162b4388 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scramble"@en,
        "Scramble"@ja ;
    mo:track_number 16 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Scramble"@en,
        "Scramble"@ja .

_:N8546c5b61fb242eebd62acde9a6544ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "At the time of the battle III"@en,
        "At the time of the battle III"@ja ;
    mo:track_number 28 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "At the time of the battle III"@en,
        "At the time of the battle III"@ja .

_:Na012cd195cde41aba6946dd0b7ad4068 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into the Light"@en,
        "光の中へ"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Into the Light"@en,
        "光の中へ"@ja .

_:Na0e8b5e39ee444d5a0d4ac9b3ba04534 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the evening"@en,
        "In the evening"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "In the evening"@en,
        "In the evening"@ja .

_:Na1d95e6056d848a9820750a969923b2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shadow which steals up"@en,
        "Shadow which steals up"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Shadow which steals up"@en,
        "Shadow which steals up"@ja .

_:Na7f725dca3f24d0a9ee35cd6d59f5d42 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It was good to meet you (game version)"@en,
        "君に会えて良かった (game version)"@ja ;
    mo:track_number 48 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "It was good to meet you (game version)"@en,
        "君に会えて良かった (game version)"@ja .

_:Naac6b5768c1640088b5199a6b3b9ad5e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "From sadness to pleasure"@en,
        "From sadness to pleasure"@ja ;
    mo:track_number 32 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "From sadness to pleasure"@en,
        "From sadness to pleasure"@ja .

_:Nbc14e069b411415aa939d63c57339421 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "At the time of the battle II"@en,
        "At the time of the battle II"@ja ;
    mo:track_number 27 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "At the time of the battle II"@en,
        "At the time of the battle II"@ja .

_:Nc03ceb2a29894b1eb2e9d37702cf4873 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drift"@en,
        "Drift"@ja ;
    mo:track_number 39 ;
    schema:duration "PT0:06"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Drift"@en,
        "Drift"@ja .

_:Nc14d6693eb114799874ca32b5ca8d6ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End of Extra Part"@en,
        "End of Extra Part"@ja ;
    mo:track_number 43 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "End of Extra Part"@en,
        "End of Extra Part"@ja .

_:Nc41075b1d47e42fabf53d2ae669817aa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Teach!"@en,
        "おしえてよ"@ja ;
    mo:track_number 35 ;
    schema:duration "PT0:15"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Teach!"@en,
        "おしえてよ"@ja .

_:Nc4c1a45473294090a5de19323b8eae62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "At the time of the battle IV"@en,
        "At the time of the battle IV"@ja ;
    mo:track_number 29 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "At the time of the battle IV"@en,
        "At the time of the battle IV"@ja .

_:Nc5a1a0d6fd3045c0804babae9ed45734 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Start of story"@en,
        "Start of story"@ja ;
    mo:track_number 40 ;
    schema:duration "PT0:10"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Start of story"@en,
        "Start of story"@ja .

_:Nc66f55221cd048179573892072bbe2a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alice Logo"@en,
        "ありすロゴ"@ja ;
    mo:track_number 38 ;
    schema:duration "PT0:11"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Alice Logo"@en,
        "ありすロゴ"@ja .

_:Nc6d6685223ff4bed82002a281e1c5a93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End of Part 1 (End of Part 3)"@en,
        "End of Part 1 (End of Part 3)"@ja ;
    mo:track_number 41 ;
    schema:duration "PT0:10"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "End of Part 1 (End of Part 3)"@en,
        "End of Part 1 (End of Part 3)"@ja .

_:Nc823d0c57cd84d6a86ee3c99041f1c81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Before fighting a decisive battle"@en,
        "Before fighting a decisive battle"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Before fighting a decisive battle"@en,
        "Before fighting a decisive battle"@ja .

_:Nd31202d6255f4383a65831deb2a69572 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Regrettable!"@en,
        "くやしいよ"@ja ;
    mo:track_number 37 ;
    schema:duration "PT0:06"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Regrettable!"@en,
        "くやしいよ"@ja .

_:Nd395672f6c34465eba83479b2d8ecb99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Foe who shows up suddenly"@en,
        "Foe who shows up suddenly"@ja ;
    mo:track_number 24 ;
    schema:duration "PT0:17"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Foe who shows up suddenly"@en,
        "Foe who shows up suddenly"@ja .

_:Nd56091cbdf2d486dae2cc4485da918f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Solution"@en,
        "Solution"@ja ;
    mo:track_number 3 ;
    schema:duration "PT0:17"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Solution"@en,
        "Solution"@ja .

_:Nda2a2f95628d4f738e71f66560ad8ebf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Done"@en,
        "やったね"@ja ;
    mo:track_number 36 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Done"@en,
        "やったね"@ja .

_:Nda4c26d81eca4e2bb0300b0027d735b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SET ME MORE FREE (Inst ver.1)"@en,
        "SET ME MORE FREE (Inst ver.1)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "SET ME MORE FREE (Inst ver.1)"@en,
        "SET ME MORE FREE (Inst ver.1)"@ja .

_:Ne55c3ec800794df9a9d1b1ac66552f0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Approach to the cyberland"@en,
        "Approach to the cyberland"@ja ;
    mo:track_number 7 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Approach to the cyberland"@en,
        "Approach to the cyberland"@ja .

_:Ne895b17d57e848079deeb0c9c4ea6100 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dokabaki"@en,
        "ドカバキ"@ja ;
    mo:track_number 33 ;
    schema:duration "PT0:25"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Dokabaki"@en,
        "ドカバキ"@ja .

_:Neb4b47505b604e8385849e7c36a4ee9b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Wonder If It Helps"@en,
        "どうしようかなあ"@ja ;
    mo:track_number 34 ;
    schema:duration "PT0:26"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "I Wonder If It Helps"@en,
        "どうしようかなあ"@ja .

_:Nf0bd088138c14503bef9dcb377e4da8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End of Part 5"@en,
        "End of Part 5"@ja ;
    mo:track_number 45 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "End of Part 5"@en,
        "End of Part 5"@ja .

_:Nf66fbf3a50024ea9afdc850878e5fcf5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SERA"@en,
        "SERA"@ja ;
    mo:track_number 47 ;
    schema:duration "PT0:13"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "SERA"@en,
        "SERA"@ja .

_:Nf6f021ab240b49ddb9040347aad24795 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Let's Go on a Trip!"@en,
        "遊びに行こうよ"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "Let's Go on a Trip!"@en,
        "遊びに行こうよ"@ja .

_:Nfc13d48cb85e4ccda5357a4c86d930c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End of Part 2"@en,
        "End of Part 2"@ja ;
    mo:track_number 42 ;
    schema:duration "PT0:23"^^xsd:interval ;
    schema:inPlaylist _:N51a4e30247784da4956b4de7e3867fd0 ;
    schema:name "End of Part 2"@en,
        "End of Part 2"@ja .

_:N51a4e30247784da4956b4de7e3867fd0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N015f278cc77a4513ac256990efd8ae83,
        _:N04c71cc2667f405ab01213fcfcc7966f,
        _:N0689c1361f2546c6a7c01aac96024dcb,
        _:N070a99d9f53c41cfb8baed193696d84e,
        _:N12ae0560ca0e43bdbc5d8c1f7f1e86f5,
        _:N167fba5f31054a7a9cffeabf2f5cbc8b,
        _:N1d9249a2dfe64329997c8243489a3085,
        _:N243fbc7adbc84913999718562dedfb8c,
        _:N273db4262efc43c597291df174d08741,
        _:N3181d8babfa345d5a03a068df96b717a,
        _:N3768750eb5da4051a74283b82aa4ce8b,
        _:N4a8f529b07e34e8f82f4f8ddd301a017,
        _:N4bae6a3d0c684efab7b1b23c212b2c6e,
        _:N56cd9674c7054df0a4f788201fc009b4,
        _:N671da9f7c27e4cd58a51583be6514403,
        _:N6a2b95f12f33425f9b6a1233c2e001cf,
        _:N70cb94468a864a9f94b2d25df111b4c6,
        _:N76f45935dbc44658b8d10894ac603bcf,
        _:N7ee8c6ca044d476b940d51b964f95073,
        _:N80a166d499bc4d7683b094413560c757,
        _:N83b9672f1acb4c9481bfa03a162b4388,
        _:N8546c5b61fb242eebd62acde9a6544ed,
        _:Na012cd195cde41aba6946dd0b7ad4068,
        _:Na0e8b5e39ee444d5a0d4ac9b3ba04534,
        _:Na1d95e6056d848a9820750a969923b2a,
        _:Na7f725dca3f24d0a9ee35cd6d59f5d42,
        _:Naac6b5768c1640088b5199a6b3b9ad5e,
        _:Nbc14e069b411415aa939d63c57339421,
        _:Nc03ceb2a29894b1eb2e9d37702cf4873,
        _:Nc14d6693eb114799874ca32b5ca8d6ba,
        _:Nc41075b1d47e42fabf53d2ae669817aa,
        _:Nc4c1a45473294090a5de19323b8eae62,
        _:Nc5a1a0d6fd3045c0804babae9ed45734,
        _:Nc66f55221cd048179573892072bbe2a7,
        _:Nc6d6685223ff4bed82002a281e1c5a93,
        _:Nc823d0c57cd84d6a86ee3c99041f1c81,
        _:Nd31202d6255f4383a65831deb2a69572,
        _:Nd395672f6c34465eba83479b2d8ecb99,
        _:Nd56091cbdf2d486dae2cc4485da918f8,
        _:Nda2a2f95628d4f738e71f66560ad8ebf,
        _:Nda4c26d81eca4e2bb0300b0027d735b6,
        _:Ne55c3ec800794df9a9d1b1ac66552f0b,
        _:Ne895b17d57e848079deeb0c9c4ea6100,
        _:Neb4b47505b604e8385849e7c36a4ee9b,
        _:Nf0bd088138c14503bef9dcb377e4da8b,
        _:Nf66fbf3a50024ea9afdc850878e5fcf5,
        _:Nf6f021ab240b49ddb9040347aad24795,
        _:Nfc13d48cb85e4ccda5357a4c86d930c4 ;
    mo:track_count 48 ;
    schema:duration "PT63:34"^^xsd:interval ;
    schema:numTracks 48 ;
    schema:track _:N015f278cc77a4513ac256990efd8ae83,
        _:N04c71cc2667f405ab01213fcfcc7966f,
        _:N0689c1361f2546c6a7c01aac96024dcb,
        _:N070a99d9f53c41cfb8baed193696d84e,
        _:N12ae0560ca0e43bdbc5d8c1f7f1e86f5,
        _:N167fba5f31054a7a9cffeabf2f5cbc8b,
        _:N1d9249a2dfe64329997c8243489a3085,
        _:N243fbc7adbc84913999718562dedfb8c,
        _:N273db4262efc43c597291df174d08741,
        _:N3181d8babfa345d5a03a068df96b717a,
        _:N3768750eb5da4051a74283b82aa4ce8b,
        _:N4a8f529b07e34e8f82f4f8ddd301a017,
        _:N4bae6a3d0c684efab7b1b23c212b2c6e,
        _:N56cd9674c7054df0a4f788201fc009b4,
        _:N671da9f7c27e4cd58a51583be6514403,
        _:N6a2b95f12f33425f9b6a1233c2e001cf,
        _:N70cb94468a864a9f94b2d25df111b4c6,
        _:N76f45935dbc44658b8d10894ac603bcf,
        _:N7ee8c6ca044d476b940d51b964f95073,
        _:N80a166d499bc4d7683b094413560c757,
        _:N83b9672f1acb4c9481bfa03a162b4388,
        _:N8546c5b61fb242eebd62acde9a6544ed,
        _:Na012cd195cde41aba6946dd0b7ad4068,
        _:Na0e8b5e39ee444d5a0d4ac9b3ba04534,
        _:Na1d95e6056d848a9820750a969923b2a,
        _:Na7f725dca3f24d0a9ee35cd6d59f5d42,
        _:Naac6b5768c1640088b5199a6b3b9ad5e,
        _:Nbc14e069b411415aa939d63c57339421,
        _:Nc03ceb2a29894b1eb2e9d37702cf4873,
        _:Nc14d6693eb114799874ca32b5ca8d6ba,
        _:Nc41075b1d47e42fabf53d2ae669817aa,
        _:Nc4c1a45473294090a5de19323b8eae62,
        _:Nc5a1a0d6fd3045c0804babae9ed45734,
        _:Nc66f55221cd048179573892072bbe2a7,
        _:Nc6d6685223ff4bed82002a281e1c5a93,
        _:Nc823d0c57cd84d6a86ee3c99041f1c81,
        _:Nd31202d6255f4383a65831deb2a69572,
        _:Nd395672f6c34465eba83479b2d8ecb99,
        _:Nd56091cbdf2d486dae2cc4485da918f8,
        _:Nda2a2f95628d4f738e71f66560ad8ebf,
        _:Nda4c26d81eca4e2bb0300b0027d735b6,
        _:Ne55c3ec800794df9a9d1b1ac66552f0b,
        _:Ne895b17d57e848079deeb0c9c4ea6100,
        _:Neb4b47505b604e8385849e7c36a4ee9b,
        _:Nf0bd088138c14503bef9dcb377e4da8b,
        _:Nf66fbf3a50024ea9afdc850878e5fcf5,
        _:Nf6f021ab240b49ddb9040347aad24795,
        _:Nfc13d48cb85e4ccda5357a4c86d930c4 .

