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

<artist/10819#subject> a schema:Person,
        foaf:Person ;
    schema:name "Psycho Kawamura"@en,
        "川村サイコ"@ja ;
    foaf:made <album/1122#lyrics>,
        <album/1122#subject> ;
    foaf:name "Psycho Kawamura"@en,
        "川村サイコ"@ja .

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

<artist/12043#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1122#subject> ;
    schema:name "soundtech Inc."@en,
        "有限会社サウンドテック"@ja ;
    foaf:made <album/1122#composition>,
        <album/1122#subject> ;
    foaf:name "soundtech Inc."@en,
        "有限会社サウンドテック"@ja .

<artist/36250#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1122#subject> ;
    schema:name "D-A-I"@en ;
    foaf:made <album/1122#composition>,
        <album/1122#subject> ;
    foaf:name "D-A-I"@en .

<artist/977#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1122#subject> ;
    schema:name "Go Shiina"@en,
        "椎名豪"@ja ;
    foaf:made <album/1122#composition>,
        <album/1122#lyrics>,
        <album/1122#subject> ;
    foaf:name "Go Shiina"@en,
        "椎名豪"@ja .

<product/549#subject> a schema:CreativeWork ;
    schema:name "Tales of Legendia"@en,
        "テイルズ オブ レジェンディア"@ja,
        "Tales of Legendia"@ja-latn ;
    foaf:name "Tales of Legendia"@en,
        "テイルズ オブ レジェンディア"@ja,
        "Tales of Legendia"@ja-latn .

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

<org/52#subject> schema:name "avex mode"@en,
        "avex mode"@ja,
        "avex mode"@ja-latn ;
    foaf:name "avex mode"@en,
        "avex mode"@ja,
        "avex mode"@ja-latn .

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

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

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

<album/1122#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tales of Legendia ~voice of character quest~ 2"@en,
        "テイルズ オブ レジェンディア ～voice of character quest～2"@ja,
        "Tales of Legendia ~voice of character quest~ 2"@ja-latn ;
    mo:performance_of <album/1122#musicalwork> ;
    mo:performer <artist/3907#subject> ;
    mo:recorded_as <album/1122#musicalexpression> ;
    schema:byArtist <artist/3907#subject> ;
    schema:name "Tales of Legendia ~voice of character quest~ 2"@en,
        "テイルズ オブ レジェンディア ～voice of character quest～2"@ja,
        "Tales of Legendia ~voice of character quest~ 2"@ja-latn ;
    schema:workPerformed <album/1122#musicalwork> .

<artist/3907#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/1122#performance> ;
    schema:name "Do As Infinity"@en ;
    foaf:name "Do As Infinity"@en .

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

<album/1122#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tales of Legendia ~voice of character quest~ 2"@en,
        "テイルズ オブ レジェンディア ～voice of character quest～2"@ja,
        "Tales of Legendia ~voice of character quest~ 2"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(NAMCO BANDAI Games)"@en ;
            foaf:made <album/1122#composition> ;
            foaf:name "(NAMCO BANDAI Games)"@en ],
        <artist/12043#subject>,
        <artist/36250#subject>,
        <artist/977#subject> ;
    mo:produced_work <album/1122#musicalwork> ;
    schema:name "Tales of Legendia ~voice of character quest~ 2"@en,
        "テイルズ オブ レジェンディア ～voice of character quest～2"@ja,
        "Tales of Legendia ~voice of character quest~ 2"@ja-latn .

<album/1122#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-09-27"^^xsd:date ;
    dcterms:title "Tales of Legendia ~voice of character quest~ 2"@en,
        "テイルズ オブ レジェンディア ～voice of character quest～2"@ja,
        "Tales of Legendia ~voice of character quest~ 2"@ja-latn ;
    mo:catalogue_number "AVCA-22966~7/B" ;
    mo:media_type "2 CD + DVD" ;
    mo:publication_of <album/1122#musicalexpression> ;
    mo:publisher <org/52#subject> ;
    mo:record _:Nb00826c2ce5d4adf8e06b52bf68c5c9a,
        _:Nd673f6b91fcb4e99853df60f89cc37cb,
        _:Ne3016f013d0349d18eb895a7b72d37bd ;
    mo:record_count 3 ;
    schema:about <product/549#subject> ;
    schema:byArtist <artist/3907#subject> ;
    schema:datePublished "2006-09-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/1122/1122-1191691617.jpg> ;
    schema:name "Tales of Legendia ~voice of character quest~ 2"@en,
        "テイルズ オブ レジェンディア ～voice of character quest～2"@ja,
        "Tales of Legendia ~voice of character quest~ 2"@ja-latn ;
    schema:publisher <org/52#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/1122/1122-1191691617.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "(NAMCO BANDAI Games)"@en ;
    foaf:made <album/1122#lyrics> ;
    foaf:name "(NAMCO BANDAI Games)"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "(NAMCO BANDAI Games)"@en ;
    foaf:made <album/1122#subject> ;
    foaf:name "(NAMCO BANDAI Games)"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1122#subject> ;
    schema:name "(NAMCO BANDAI Games)"@en ;
    foaf:made <album/1122#subject> ;
    foaf:name "(NAMCO BANDAI Games)"@en .

_:N00d7b80d1f0e47b0afb827dc32964915 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ghosts of the Graveyard"@en,
        "墓場の幽霊"@ja ;
    mo:track_number 6 ;
    schema:duration "PT10:24"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "Ghosts of the Graveyard"@en,
        "墓場の幽霊"@ja .

_:N041fdec381104b0d8fe9e396b30fe010 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pheromone Bombers' Theme #6 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ6番(voice parts)"@ja ;
    mo:track_number 39 ;
    schema:duration "PT0:12"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Pheromone Bombers' Theme #6 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ6番(voice parts)"@ja .

_:N0661dbfbbf164d009e71940b7beb6a62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BONUS TRACK ~voice of character quest~1 Advance"@en,
        "BONUS TRACK ～voice of character quest～1 予告"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:31"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "BONUS TRACK ~voice of character quest~1 Advance"@en,
        "BONUS TRACK ～voice of character quest～1 予告"@ja .

_:N13a08516ca6742bdb7486c87d1bebbc2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sweet Dreams Tonight Too"@en,
        "今宵もよい夢を"@ja ;
    mo:track_number 25 ;
    schema:duration "PT0:27"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Sweet Dreams Tonight Too"@en,
        "今宵もよい夢を"@ja .

_:N14ae659ce572466bb57da90ff09e03ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Scallop Dance"@en,
        "ホタテのマイ"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "The Scallop Dance"@en,
        "ホタテのマイ"@ja .

_:N1c2c0f4897854da9af727e8e60e01cac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Betting Life"@en,
        "命を賭して"@ja ;
    mo:track_number 7 ;
    schema:duration "PT0:37"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Betting Life"@en,
        "命を賭して"@ja .

_:N246361abf4ba4c3ba2f9d62eaa7ff4a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unclosed Feelings"@en,
        "引けない思い"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Unclosed Feelings"@en,
        "引けない思い"@ja .

_:N2a587e9532314e61a965da8cfde2d5cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pheromone Bombers' Theme #2 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ2番(voice parts)"@ja ;
    mo:track_number 35 ;
    schema:duration "PT0:15"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Pheromone Bombers' Theme #2 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ2番(voice parts)"@ja .

_:N36e6f88fe7fb4ad7ae7033b6fea25290 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night of Solitude"@en,
        "ひとりぼっちの夜"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Night of Solitude"@en,
        "ひとりぼっちの夜"@ja .

_:N3952a954775c4301b2178a800eccf975 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TAO / Do As Infinity"@en,
        "TAO"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "TAO / Do As Infinity"@en,
        "TAO"@ja .

_:N3a48b898246a45148656e3caa6bd15dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oooh, Whatever"@en,
        "しょ～がないな、も～"@ja ;
    mo:track_number 26 ;
    schema:duration "PT0:21"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Oooh, Whatever"@en,
        "しょ～がないな、も～"@ja .

_:N3aeb6379ebe34cfb8eccd44a778c8c50 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "More Jam for Toast"@en,
        "トーストにはたっぷりジャムを"@ja ;
    mo:track_number 24 ;
    schema:duration "PT0:43"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "More Jam for Toast"@en,
        "トーストにはたっぷりジャムを"@ja .

_:N3bb649ed422946769749c080fb0f79ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Scallop Song"@en,
        "ホタテのウタ"@ja ;
    mo:track_number 14 ;
    schema:duration "PT0:31"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "The Scallop Song"@en,
        "ホタテのウタ"@ja .

_:N3d99460f317b449da8d8e128a74e1a40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Today's Fossil"@en,
        "今日の化石"@ja ;
    mo:track_number 4 ;
    schema:duration "PT9:24"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "Today's Fossil"@en,
        "今日の化石"@ja .

_:N3f3a670deb6249baad3e87598e9ad5d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tender Hand"@en,
        "やさしい手"@ja ;
    mo:track_number 30 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Tender Hand"@en,
        "やさしい手"@ja .

_:N49fa05a49d93497ab4da8fe7c6529d62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Broken Wings"@en,
        "折れた翼"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Broken Wings"@en,
        "折れた翼"@ja .

_:N4a3258b1913b49b18292c76a6d51f56a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "hotarubi"@en,
        "ホタルビ"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "hotarubi"@en,
        "ホタルビ"@ja .

_:N4dbdbd6359b84e21b3877f74b7f47aac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Laid Back Lady - Pink Version"@en,
        "ほんわかねえさん 桃色バージョン"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Laid Back Lady - Pink Version"@en,
        "ほんわかねえさん 桃色バージョン"@ja .

_:N4fcae85add614b12bb342ef9941611b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue ~ That's Different!"@en,
        "プロローグ～違うだろそれ!"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "Prologue ~ That's Different!"@en,
        "プロローグ～違うだろそれ!"@ja .

_:N4fe02db1b7aa4652a357e09664bf4f74 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clash at the Arena!"@en,
        "闘技場で大決戦!"@ja ;
    mo:track_number 8 ;
    schema:duration "PT14:33"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "Clash at the Arena!"@en,
        "闘技場で大決戦!"@ja .

_:N61d614fd2c994713ba894ff112781760 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Women Match"@en,
        "女勝負よ❤"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:37"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "A Women Match"@en,
        "女勝負よ❤"@ja .

_:N65243d64f77646d3825f052c703dcb2f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pheromone Bombers' Theme #4 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ4番(voice parts)"@ja ;
    mo:track_number 37 ;
    schema:duration "PT0:10"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Pheromone Bombers' Theme #4 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ4番(voice parts)"@ja .

_:N6788b3cb771546ec9f4a4bf9ca3e5470 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oooh, Come on!"@en,
        "だぁ～、も～"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:30"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Oooh, Come on!"@en,
        "だぁ～、も～"@ja .

_:N6c85388f830e4e8baab9309760f086e3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Next to You"@en,
        "あなたの隣に"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Next to You"@en,
        "あなたの隣に"@ja .

_:N727be79aa517441f9fd921626957e87d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Man in Red Armor"@en,
        "赤い鎧の男"@ja ;
    mo:track_number 29 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "The Man in Red Armor"@en,
        "赤い鎧の男"@ja .

_:N75af8b469f5e4a558abc1f698b67dd74 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epilogue ~ Radio Program Forever"@en,
        "エピローグ～ラジオ番組は永遠に"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "Epilogue ~ Radio Program Forever"@en,
        "エピローグ～ラジオ番組は永遠に"@ja .

_:N76900ff5987346178f8108b2ad2c030c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sacrificial Lamb"@en,
        "いけにえの子羊"@ja ;
    mo:track_number 31 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Sacrificial Lamb"@en,
        "いけにえの子羊"@ja .

_:N795f1e4f8f8545e3a3d8b3fd4b254989 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unending Mist"@en,
        "消えない霧"@ja ;
    mo:track_number 20 ;
    schema:duration "PT0:43"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Unending Mist"@en,
        "消えない霧"@ja .

_:N7e6cfdadfba947f0ad1afcdf3df98438 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Good Night"@en,
        "おやすみなさい"@ja ;
    mo:track_number 27 ;
    schema:duration "PT0:11"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Good Night"@en,
        "おやすみなさい"@ja .

_:N7fd599979bb243cdad1096122f8079bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bandit's Holidays"@en,
        "山賊のバカンス"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Bandit's Holidays"@en,
        "山賊のバカンス"@ja .

_:N83a9cc53fa2b47fb9f8dd2d2d14e655b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Farewell"@en,
        "告別"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Farewell"@en,
        "告別"@ja .

_:N83bd09dce4f44d2bbf37baf312d6cc6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Assault"@en,
        "急襲"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Assault"@en,
        "急襲"@ja .

_:N843dd2f9824e4b80b449d93e4b895eea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Awakening"@en,
        "覚醒"@ja ;
    mo:track_number 32 ;
    schema:duration "PT0:48"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Awakening"@en,
        "覚醒"@ja .

_:N86b355623f59410dafdeb3430ac8140b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'll Be Waiting at the Arena"@en,
        "闘技場で待ってるぜ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT0:30"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "I'll Be Waiting at the Arena"@en,
        "闘技場で待ってるぜ"@ja .

_:N882bd85fcd2e43349d4893afa8cffdd9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Creeping Shadow"@en,
        "忍び寄る影"@ja ;
    mo:track_number 23 ;
    schema:duration "PT0:22"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Creeping Shadow"@en,
        "忍び寄る影"@ja .

_:N995a663af8f74a46b4204b7463bc712e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloodstained Throne"@en,
        "血塗られた玉座"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Bloodstained Throne"@en,
        "血塗られた玉座"@ja .

_:N9e176df17ef6455cbd468144002ffc87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "New Personality Entrance"@en,
        "新パーソナリティー登場"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:02"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "New Personality Entrance"@en,
        "新パーソナリティー登場"@ja .

_:N9e954c84ea904c868162b964eb64d29a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Strong Feelings"@en,
        "想い、強く"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Strong Feelings"@en,
        "想い、強く"@ja .

_:Na7312a1b44cf4f25920cc70f8ce8fdbb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pheromone Bombers' Theme #1"@en,
        "フェロモンボンバーズのテーマ1番"@ja ;
    mo:track_number 34 ;
    schema:duration "PT0:53"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Pheromone Bombers' Theme #1"@en,
        "フェロモンボンバーズのテーマ1番"@ja .

_:Na7d4386888114367a3406e49e84010fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pheromone Bombers' Theme #3"@en,
        "フェロモンボンバーズのテーマ3番"@ja ;
    mo:track_number 36 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Pheromone Bombers' Theme #3"@en,
        "フェロモンボンバーズのテーマ3番"@ja .

_:Nacdaf98812cc4ae8ba1ef4f7821c3c40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cast Interview"@en,
        "声優インタビュー映像"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nb00826c2ce5d4adf8e06b52bf68c5c9a ;
    schema:name "Cast Interview"@en,
        "声優インタビュー映像"@ja .

_:Nb00826c2ce5d4adf8e06b52bf68c5c9a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 3 ;
    mo:track _:Nacdaf98812cc4ae8ba1ef4f7821c3c40 ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nacdaf98812cc4ae8ba1ef4f7821c3c40 .

_:Nb73169a2a5784204b5498ed8ed7070a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fireflies in the Shadow of Leaves"@en,
        "葉陰の蛍"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Fireflies in the Shadow of Leaves"@en,
        "葉陰の蛍"@ja .

_:Nba676f13b14b49a2839cad9d3cff6fd0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "melfes ~ Shining Blue (Game cut ver.)"@en,
        "melfes～輝ける青(Game cut ver.)"@ja ;
    mo:track_number 41 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "melfes ~ Shining Blue (Game cut ver.)"@en,
        "melfes～輝ける青(Game cut ver.)"@ja .

_:Ncee7efcfb6794a48bf4eb62397a65e08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hurry!"@en,
        "急げ!"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Hurry!"@en,
        "急げ!"@ja .

_:Nd31bbbed24fc4e08a8dcffc356e53982 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Enemy"@en,
        "仇～かたき"@ja ;
    mo:track_number 15 ;
    schema:duration "PT0:23"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Enemy"@en,
        "仇～かたき"@ja .

_:Nd93159be865f4e048b9ab283db3c5f12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Soldier"@en,
        "兵～つわもの"@ja ;
    mo:track_number 16 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Soldier"@en,
        "兵～つわもの"@ja .

_:Ndec930f8070242b98294b7cfa893681e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pheromone Bombers' Theme #5 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ5番(voice parts)"@ja ;
    mo:track_number 38 ;
    schema:duration "PT0:10"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Pheromone Bombers' Theme #5 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ5番(voice parts)"@ja .

_:Ne7533468aeb64db5a2089fd77d9d877c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ancient Capital"@en,
        "古の都"@ja ;
    mo:track_number 12 ;
    schema:duration "PT0:29"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Ancient Capital"@en,
        "古の都"@ja .

_:Ned1062748292412399169aa796f2e9ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pheromone Bombers' Theme #7 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ7番(voice parts)"@ja ;
    mo:track_number 40 ;
    schema:duration "PT0:18"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Pheromone Bombers' Theme #7 (Voice parts)"@en,
        "フェロモンボンバーズのテーマ7番(voice parts)"@ja .

_:Nee7fd49756af44fc893de08fc37474c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Concerto of Empty Time"@en,
        "虚時の協奏曲"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Concerto of Empty Time"@en,
        "虚時の協奏曲"@ja .

_:Nf1de3bead42946e79fba936af6059dd5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Emergency Call!"@en,
        "緊急入電!"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:Nd673f6b91fcb4e99853df60f89cc37cb ;
    schema:name "Emergency Call!"@en,
        "緊急入電!"@ja .

_:Nf8dec7cfda004c16a7ea21e44d11f67f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Celsius"@en,
        "セルシウス"@ja ;
    mo:track_number 33 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Celsius"@en,
        "セルシウス"@ja .

_:Nfdc059d5993b47e28d66355e8571b563 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Morning on the Ranch"@en,
        "牧場の朝"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:17"^^xsd:interval ;
    schema:inPlaylist _:Ne3016f013d0349d18eb895a7b72d37bd ;
    schema:name "Morning on the Ranch"@en,
        "牧場の朝"@ja .

_:Nd673f6b91fcb4e99853df60f89cc37cb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00d7b80d1f0e47b0afb827dc32964915,
        _:N0661dbfbbf164d009e71940b7beb6a62,
        _:N3952a954775c4301b2178a800eccf975,
        _:N3d99460f317b449da8d8e128a74e1a40,
        _:N4fcae85add614b12bb342ef9941611b6,
        _:N4fe02db1b7aa4652a357e09664bf4f74,
        _:N61d614fd2c994713ba894ff112781760,
        _:N75af8b469f5e4a558abc1f698b67dd74,
        _:N86b355623f59410dafdeb3430ac8140b,
        _:N9e176df17ef6455cbd468144002ffc87,
        _:Nf1de3bead42946e79fba936af6059dd5 ;
    mo:track_count 11 ;
    schema:duration "PT52:03"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N00d7b80d1f0e47b0afb827dc32964915,
        _:N0661dbfbbf164d009e71940b7beb6a62,
        _:N3952a954775c4301b2178a800eccf975,
        _:N3d99460f317b449da8d8e128a74e1a40,
        _:N4fcae85add614b12bb342ef9941611b6,
        _:N4fe02db1b7aa4652a357e09664bf4f74,
        _:N61d614fd2c994713ba894ff112781760,
        _:N75af8b469f5e4a558abc1f698b67dd74,
        _:N86b355623f59410dafdeb3430ac8140b,
        _:N9e176df17ef6455cbd468144002ffc87,
        _:Nf1de3bead42946e79fba936af6059dd5 .

_:Ne3016f013d0349d18eb895a7b72d37bd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N041fdec381104b0d8fe9e396b30fe010,
        _:N13a08516ca6742bdb7486c87d1bebbc2,
        _:N14ae659ce572466bb57da90ff09e03ca,
        _:N1c2c0f4897854da9af727e8e60e01cac,
        _:N246361abf4ba4c3ba2f9d62eaa7ff4a0,
        _:N2a587e9532314e61a965da8cfde2d5cf,
        _:N36e6f88fe7fb4ad7ae7033b6fea25290,
        _:N3a48b898246a45148656e3caa6bd15dd,
        _:N3aeb6379ebe34cfb8eccd44a778c8c50,
        _:N3bb649ed422946769749c080fb0f79ee,
        _:N3f3a670deb6249baad3e87598e9ad5d4,
        _:N49fa05a49d93497ab4da8fe7c6529d62,
        _:N4a3258b1913b49b18292c76a6d51f56a,
        _:N4dbdbd6359b84e21b3877f74b7f47aac,
        _:N65243d64f77646d3825f052c703dcb2f,
        _:N6788b3cb771546ec9f4a4bf9ca3e5470,
        _:N6c85388f830e4e8baab9309760f086e3,
        _:N727be79aa517441f9fd921626957e87d,
        _:N76900ff5987346178f8108b2ad2c030c,
        _:N795f1e4f8f8545e3a3d8b3fd4b254989,
        _:N7e6cfdadfba947f0ad1afcdf3df98438,
        _:N7fd599979bb243cdad1096122f8079bc,
        _:N83a9cc53fa2b47fb9f8dd2d2d14e655b,
        _:N83bd09dce4f44d2bbf37baf312d6cc6d,
        _:N843dd2f9824e4b80b449d93e4b895eea,
        _:N882bd85fcd2e43349d4893afa8cffdd9,
        _:N995a663af8f74a46b4204b7463bc712e,
        _:N9e954c84ea904c868162b964eb64d29a,
        _:Na7312a1b44cf4f25920cc70f8ce8fdbb,
        _:Na7d4386888114367a3406e49e84010fd,
        _:Nb73169a2a5784204b5498ed8ed7070a9,
        _:Nba676f13b14b49a2839cad9d3cff6fd0,
        _:Ncee7efcfb6794a48bf4eb62397a65e08,
        _:Nd31bbbed24fc4e08a8dcffc356e53982,
        _:Nd93159be865f4e048b9ab283db3c5f12,
        _:Ndec930f8070242b98294b7cfa893681e,
        _:Ne7533468aeb64db5a2089fd77d9d877c,
        _:Ned1062748292412399169aa796f2e9ab,
        _:Nee7fd49756af44fc893de08fc37474c3,
        _:Nf8dec7cfda004c16a7ea21e44d11f67f,
        _:Nfdc059d5993b47e28d66355e8571b563 ;
    mo:track_count 41 ;
    schema:duration "PT53:40"^^xsd:interval ;
    schema:numTracks 41 ;
    schema:track _:N041fdec381104b0d8fe9e396b30fe010,
        _:N13a08516ca6742bdb7486c87d1bebbc2,
        _:N14ae659ce572466bb57da90ff09e03ca,
        _:N1c2c0f4897854da9af727e8e60e01cac,
        _:N246361abf4ba4c3ba2f9d62eaa7ff4a0,
        _:N2a587e9532314e61a965da8cfde2d5cf,
        _:N36e6f88fe7fb4ad7ae7033b6fea25290,
        _:N3a48b898246a45148656e3caa6bd15dd,
        _:N3aeb6379ebe34cfb8eccd44a778c8c50,
        _:N3bb649ed422946769749c080fb0f79ee,
        _:N3f3a670deb6249baad3e87598e9ad5d4,
        _:N49fa05a49d93497ab4da8fe7c6529d62,
        _:N4a3258b1913b49b18292c76a6d51f56a,
        _:N4dbdbd6359b84e21b3877f74b7f47aac,
        _:N65243d64f77646d3825f052c703dcb2f,
        _:N6788b3cb771546ec9f4a4bf9ca3e5470,
        _:N6c85388f830e4e8baab9309760f086e3,
        _:N727be79aa517441f9fd921626957e87d,
        _:N76900ff5987346178f8108b2ad2c030c,
        _:N795f1e4f8f8545e3a3d8b3fd4b254989,
        _:N7e6cfdadfba947f0ad1afcdf3df98438,
        _:N7fd599979bb243cdad1096122f8079bc,
        _:N83a9cc53fa2b47fb9f8dd2d2d14e655b,
        _:N83bd09dce4f44d2bbf37baf312d6cc6d,
        _:N843dd2f9824e4b80b449d93e4b895eea,
        _:N882bd85fcd2e43349d4893afa8cffdd9,
        _:N995a663af8f74a46b4204b7463bc712e,
        _:N9e954c84ea904c868162b964eb64d29a,
        _:Na7312a1b44cf4f25920cc70f8ce8fdbb,
        _:Na7d4386888114367a3406e49e84010fd,
        _:Nb73169a2a5784204b5498ed8ed7070a9,
        _:Nba676f13b14b49a2839cad9d3cff6fd0,
        _:Ncee7efcfb6794a48bf4eb62397a65e08,
        _:Nd31bbbed24fc4e08a8dcffc356e53982,
        _:Nd93159be865f4e048b9ab283db3c5f12,
        _:Ndec930f8070242b98294b7cfa893681e,
        _:Ne7533468aeb64db5a2089fd77d9d877c,
        _:Ned1062748292412399169aa796f2e9ab,
        _:Nee7fd49756af44fc893de08fc37474c3,
        _:Nf8dec7cfda004c16a7ea21e44d11f67f,
        _:Nfdc059d5993b47e28d66355e8571b563 .

