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

<album/2575> a mo:Release ;
    mo:catalogue_number "K30X-7705" .

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

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

<artist/161#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4200#subject> ;
    schema:name "Konami Kukeiha Club"@en,
        "コナミ矩形波倶楽部"@ja ;
    foaf:made <album/4200#composition>,
        <album/4200#subject> ;
    foaf:name "Konami Kukeiha Club"@en,
        "コナミ矩形波倶楽部"@ja .

<product/10069#subject> a schema:CreativeWork ;
    schema:name "Chequered Flag"@en,
        "チェッカーフラグ"@ja,
        "Chequered Flag"@ja-latn ;
    foaf:name "Chequered Flag"@en,
        "チェッカーフラグ"@ja,
        "Chequered Flag"@ja-latn .

<product/10076#subject> a schema:CreativeWork ;
    schema:name "Trick Trap: 1771"@en,
        "ラビリンス ランナー"@ja,
        "Labyrinth Runner"@ja-latn ;
    foaf:name "Trick Trap: 1771"@en,
        "ラビリンス ランナー"@ja,
        "Labyrinth Runner"@ja-latn .

<product/436#subject> a schema:CreativeWork ;
    schema:name "Gradius II: GOFER no Yabou"@en,
        "グラディウスII GOFERの野望"@ja,
        "Gradius II: GOFER no Yabou"@ja-latn ;
    foaf:name "Gradius II: GOFER no Yabou"@en,
        "グラディウスII GOFERの野望"@ja,
        "Gradius II: GOFER no Yabou"@ja-latn .

<product/832#subject> a schema:CreativeWork ;
    schema:name "Haunted Castle"@en,
        "悪魔城ドラキュラ"@ja,
        "Akumajo Dracula"@ja-latn ;
    foaf:name "Haunted Castle"@en,
        "悪魔城ドラキュラ"@ja,
        "Akumajo Dracula"@ja-latn .

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

<album/4200#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn ;
    mo:performance_of <album/4200#musicalwork> ;
    mo:recorded_as <album/4200#musicalexpression> ;
    schema:name "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn ;
    schema:workPerformed <album/4200#musicalwork> .

<org/4028#subject> schema:name "CGM Series"@en,
        "CGM Series"@ja,
        "CGM Series"@ja-latn ;
    foaf:name "CGM Series"@en,
        "CGM Series"@ja,
        "CGM Series"@ja-latn .

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

<https://medium-media.vgm.io/albums/00/4200/4200-1168784685.jpg> a schema:ImageObject,
        foaf:Image .

<album/4200#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Konami Industry"@en ;
            foaf:made <album/4200#composition> ;
            foaf:name "(Konami Industry"@en ],
        <artist/161#subject> ;
    mo:produced_work <album/4200#musicalwork> ;
    schema:name "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn .

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

<album/4200#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1988-08-05"^^xsd:date ;
    dcterms:title "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn ;
    mo:catalogue_number "K25H-4705" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/2575> ;
    mo:publication_of <album/4200#musicalexpression> ;
    mo:publisher <org/4028#subject> ;
    mo:record _:N820e8b298eac48fe9c8508b5d3945034 ;
    mo:record_count 1 ;
    schema:about <product/10069#subject>,
        <product/10076#subject>,
        <product/436#subject>,
        <product/832#subject> ;
    schema:datePublished "1988-08-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/00/4200/4200-1168784685.jpg> ;
    schema:name "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn ;
    schema:publisher <org/4028#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/4200/4200-1168784685.jpg> .

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

_:N016d23b4db83473c886e36180dc53459 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dracula Resurrected (Title Demo)"@en,
        "甦りしドラキュラ (タイトル・デモ)"@ja ;
    mo:track_number 33 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Dracula Resurrected (Title Demo)"@en,
        "甦りしドラキュラ (タイトル・デモ)"@ja .

_:N021e9b0301b44bbd8f2309cbe13b4674 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Farewell (Ending)"@en,
        "Farewell (エンディング)"@ja ;
    mo:track_number 16 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Farewell (Ending)"@en,
        "Farewell (エンディング)"@ja .

_:N042a2289842a43f5b609b33821359aaa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Battle (Pattern Clear)"@en,
        "戦いふたたび (パターン・クリア)"@ja ;
    mo:track_number 37 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Another Battle (Pattern Clear)"@en,
        "戦いふたたび (パターン・クリア)"@ja .

_:N09306676cb54489c886c9b5fa74482b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Start Demo (Start Demo)"@en,
        "Start Demo (スタート・デモ)"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:13"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Start Demo (Start Demo)"@en,
        "Start Demo (スタート・デモ)"@ja .

_:N1ae3950ceffc40b9b2fae47b63041ba4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Line~Grand Stroke (Le Mans (Evening) BGM~F1 BGM)"@en,
        "Night Line~Grand Stroke (ルマン (夜) BGM~F1BGM)"@ja ;
    mo:track_number 51 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Night Line~Grand Stroke (Le Mans (Evening) BGM~F1 BGM)"@en,
        "Night Line~Grand Stroke (ルマン (夜) BGM~F1BGM)"@ja .

_:N20210ed232814aab95865c951a13d079 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja ;
    mo:track_number 56 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja .

_:N2839069bc6a74f49a6fd7a15d6bad1a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lullaby of the Devils (Cave BGM)"@en,
        "悪魔たちのララバイ (洞窟BGM)"@ja ;
    mo:track_number 38 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Lullaby of the Devils (Cave BGM)"@en,
        "悪魔たちのララバイ (洞窟BGM)"@ja .

_:N2951e44585fa4dcab3cf778a29b74162 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Old Stone Age 1~2 (5st.BGM)"@en,
        "The Old Stone Age 1~2 (5st.BGM)"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "The Old Stone Age 1~2 (5st.BGM)"@en,
        "The Old Stone Age 1~2 (5st.BGM)"@ja .

_:N30ee24593ecf47f5b904cc1f773c0b7a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ranking (Ranking)"@en,
        "Ranking (ランキング)"@ja ;
    mo:track_number 15 ;
    schema:duration "PT0:38"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Ranking (Ranking)"@en,
        "Ranking (ランキング)"@ja .

_:N376fe5ec292b4806896b748b210fc6a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pit Stop (Pit BGM)"@en,
        "Pit Stop (Pit BGM)"@ja ;
    mo:track_number 53 ;
    schema:duration "PT0:17"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Pit Stop (Pit BGM)"@en,
        "Pit Stop (Pit BGM)"@ja .

_:N42bb56dc80d74b2c93220771e6f709ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Start (Start Demo BGM)"@en,
        "Start (スタート・デモBGM)"@ja ;
    mo:track_number 49 ;
    schema:duration "PT0:20"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Start (Start Demo BGM)"@en,
        "Start (スタート・デモBGM)"@ja .

_:N437907fa5d4c4ff6b4bcfea74438522c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Next (Stage Display)"@en,
        "Next (ステージ表示)"@ja ;
    mo:track_number 55 ;
    schema:duration "PT0:06"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Next (Stage Display)"@en,
        "Next (ステージ表示)"@ja .

_:N4577451632fa4835848a46455070f256 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End Demo~After (End Demo~Ending)"@en,
        "End Demo~After (エンド・デモ~エンディング)"@ja ;
    mo:track_number 32 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "End Demo~After (End Demo~Ending)"@en,
        "End Demo~After (エンド・デモ~エンディング)"@ja .

_:N464191ef021e493786987e8f62e842de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Shooting Star (Dog Fight 2 [Except 1st.] BGM)"@en,
        "A Shooting Star (空中戦2［1st.以外］BGM)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "A Shooting Star (Dog Fight 2 [Except 1st.] BGM)"@en,
        "A Shooting Star (空中戦2［1st.以外］BGM)"@ja .

_:N47cba492ae3847388dc95dac75376b13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The World Of Labyrinth (Forest BGM)"@en,
        "The World Of Labyrinth (森BGM)"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "The World Of Labyrinth (Forest BGM)"@en,
        "The World Of Labyrinth (森BGM)"@ja .

_:N49e93c9af56c447780e99d1185d90e8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Labyrinth Of Time (Track BGM)"@en,
        "The Labyrinth Of Time (トロッコBGM)"@ja ;
    mo:track_number 23 ;
    schema:duration "PT0:37"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "The Labyrinth Of Time (Track BGM)"@en,
        "The Labyrinth Of Time (トロッコBGM)"@ja .

_:N4e715431a2b848f991206d82e465d89b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Trap Of Octopus (Octopus BGM)"@en,
        "A Trap Of Octopus (タコBGM)"@ja ;
    mo:track_number 22 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "A Trap Of Octopus (Octopus BGM)"@en,
        "A Trap Of Octopus (タコBGM)"@ja .

_:N50fe2ee9e2c147eaa85668e4cbada0bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wedding March of Tragedy (Start Demo)"@en,
        "悲劇のWedding March (スタート・デモ)"@ja ;
    mo:track_number 34 ;
    schema:duration "PT0:19"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Wedding March of Tragedy (Start Demo)"@en,
        "悲劇のWedding March (スタート・デモ)"@ja .

_:N51ae91117d7a45bfb1899bcee31b9d5c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Burning Heat (1st.BGM)"@en,
        "Burning Heat (1st.BGM)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT0:49"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Burning Heat (1st.BGM)"@en,
        "Burning Heat (1st.BGM)"@ja .

_:N528f5303cd8f4754823c1e055f619401 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Burning Scramble (Warning Advice BGM)"@en,
        "Burning Scramble (警告BGM)"@ja ;
    mo:track_number 52 ;
    schema:duration "PT0:38"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Burning Scramble (Warning Advice BGM)"@en,
        "Burning Scramble (警告BGM)"@ja .

_:N57b6f9cfb838425582186664b12457fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Physical Labyrinth (Labyrinth BGM)"@en,
        "The Physical Labyrinth (迷路BGM)"@ja ;
    mo:track_number 21 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "The Physical Labyrinth (Labyrinth BGM)"@en,
        "The Physical Labyrinth (迷路BGM)"@ja .

_:N58f6a443ab0a4efe837766a4b5da61fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Way Out Of The Difficulty (4st.BGM)"@en,
        "A Way Out Of The Difficulty (4st.BGM)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "A Way Out Of The Difficulty (4st.BGM)"@en,
        "A Way Out Of The Difficulty (4st.BGM)"@ja .

_:N5abae37b0d3c4f698703f6c0aee63618 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pattern Clear (Pattern Clear)"@en,
        "Pattern Clear (パターン・クリア)"@ja ;
    mo:track_number 54 ;
    schema:duration "PT0:12"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Pattern Clear (Pattern Clear)"@en,
        "Pattern Clear (パターン・クリア)"@ja .

_:N5c8c37088593401aafae9f68a263cbc1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Equipment (Select BGM)"@en,
        "Equipment (セレクトBGM)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT0:36"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Equipment (Select BGM)"@en,
        "Equipment (セレクトBGM)"@ja .

_:N5edd7bca0e32464fa061db8988cd26b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending (Ending)"@en,
        "Ending (エンディング)"@ja ;
    mo:track_number 58 ;
    schema:duration "PT0:13"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Ending (Ending)"@en,
        "Ending (エンディング)"@ja .

_:N63e030470edc40c7b0dd2b7b6ca26bf7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stage Clear (Stage Clear)"@en,
        "Stage Clear (ステージ・クリア)"@ja ;
    mo:track_number 29 ;
    schema:duration "PT0:08"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Stage Clear (Stage Clear)"@en,
        "Stage Clear (ステージ・クリア)"@ja .

_:N656ecc64f3644f0f86462bb030999b4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja ;
    mo:track_number 30 ;
    schema:duration "PT0:11"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja .

_:N671decba86444be6a64ee6108e16eede a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hey! Mr. Pumpkin Head. Ah, ha! (Pumpkin BGM)"@en,
        "Hey! Mr.Pumpkin Head. Ah,ha! (カボチャBGM)"@ja ;
    mo:track_number 28 ;
    schema:duration "PT0:54"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Hey! Mr. Pumpkin Head. Ah, ha! (Pumpkin BGM)"@en,
        "Hey! Mr.Pumpkin Head. Ah,ha! (カボチャBGM)"@ja .

_:N6777ff4f2d8a48569fb8d817ccfe11ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crystal World (3st.BGM)"@en,
        "Crystal World (3st.BGM)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Crystal World (3st.BGM)"@en,
        "Crystal World (3st.BGM)"@ja .

_:N6f079ae6db414d03a8a8bcd1ece1d6dc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Naming (Naming)"@en,
        "Naming (ネーミング)"@ja ;
    mo:track_number 57 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Naming (Naming)"@en,
        "Naming (ネーミング)"@ja .

_:N6fa1f22da0e9480ca054f234ed9f7e58 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Never End (Game Over)"@en,
        "Never End (ゲーム・オーバー)"@ja ;
    mo:track_number 46 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Never End (Game Over)"@en,
        "Never End (ゲーム・オーバー)"@ja .

_:N84e9478a921545efa990f39725dee896 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GRADIUS BOSS~SALAMANDER BOSS~Fire Dragon (7st.BGM1~3)"@en,
        "GRADIUS BOSS~SALAMANDER BOSS~Fire Dragon (7st.BGM1~3)"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "GRADIUS BOSS~SALAMANDER BOSS~Fire Dragon (7st.BGM1~3)"@en,
        "GRADIUS BOSS~SALAMANDER BOSS~Fire Dragon (7st.BGM1~3)"@ja .

_:N860b01281c3143ac89eea9cfd96727db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Bloody Gate (Castle Gate BGM)"@en,
        "The Bloody Gate (城門BGM)"@ja ;
    mo:track_number 25 ;
    schema:duration "PT0:35"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "The Bloody Gate (Castle Gate BGM)"@en,
        "The Bloody Gate (城門BGM)"@ja .

_:N8cef0aadfce94fd8b227f87225cc976f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Can't Wait Until Night (Bridge Stage BGM)"@en,
        "夜まで待てない (橋のステージBGM)"@ja ;
    mo:track_number 42 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Can't Wait Until Night (Bridge Stage BGM)"@en,
        "夜まで待てない (橋のステージBGM)"@ja .

_:N950c6709820647c588b67ef0f7815306 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Million Legs (Centipede BGM)"@en,
        "Million Legs (ムカデBGM)"@ja ;
    mo:track_number 27 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Million Legs (Centipede BGM)"@en,
        "Million Legs (ムカデBGM)"@ja .

_:N96fe0e798607471f808b1d3ca4d5942b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dracula's Room (Final Boss First Half)"@en,
        "ドラキュラの部屋 (最終ボス前半)"@ja ;
    mo:track_number 43 ;
    schema:duration "PT0:43"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Dracula's Room (Final Boss First Half)"@en,
        "ドラキュラの部屋 (最終ボス前半)"@ja .

_:N972793a991a44e228c19d6aafa5630ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cross Your Heart (Graveyard BGM)"@en,
        "十字架を胸に (墓場BGM)"@ja ;
    mo:track_number 35 ;
    schema:duration "PT0:54"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Cross Your Heart (Graveyard BGM)"@en,
        "十字架を胸に (墓場BGM)"@ja .

_:Na2b5d414d443494ca0f2e34bef0d1123 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Demon Resurrection (Boss BGM)"@en,
        "悪魔の復活 (ボスBGM)"@ja ;
    mo:track_number 36 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Demon Resurrection (Boss BGM)"@en,
        "悪魔の復活 (ボスBGM)"@ja .

_:Na864cee805a34349ae1ae44b351cc6dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into Hostile Ship~Shoot And Shoot~The Final Enemy (8st.BGM1~3)"@en,
        "Into Hostile Ship~Shoot And Shoot~The Final Enemy (8st.BGM1~3)"@ja ;
    mo:track_number 13 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Into Hostile Ship~Shoot And Shoot~The Final Enemy (8st.BGM1~3)"@en,
        "Into Hostile Ship~Shoot And Shoot~The Final Enemy (8st.BGM1~3)"@ja .

_:Nab138170df344afa944243b9181e875a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Take Care! (Every Boss Battle BGM)"@en,
        "Take Care! (各ボスBGM)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT0:29"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Take Care! (Every Boss Battle BGM)"@en,
        "Take Care! (各ボスBGM)"@ja .

_:Nab73741f0adc4f34beea2b3cd9cacb25 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'm A Lonely Streamer (Underground Track BGM)"@en,
        "I'm A Lonely Streamer (地下トロッコBGM)"@ja ;
    mo:track_number 24 ;
    schema:duration "PT0:42"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "I'm A Lonely Streamer (Underground Track BGM)"@en,
        "I'm A Lonely Streamer (地下トロッコBGM)"@ja .

_:Nb52c7f18abaf4613bfebed3284cd9121 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja ;
    mo:track_number 14 ;
    schema:duration "PT0:11"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja .

_:Nc01ccc7a9a33480f844e78845291181a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into The Castle Of... (Castle Gate BGM)"@en,
        "Into The Castle Of…? (城内BGM)"@ja ;
    mo:track_number 26 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Into The Castle Of... (Castle Gate BGM)"@en,
        "Into The Castle Of…? (城内BGM)"@ja .

_:Nc9c3ed7fa2784b7a926871fced923064 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No More Turning Back (Midway Demo)"@en,
        "もう戻れない (中間デモ)"@ja ;
    mo:track_number 39 ;
    schema:duration "PT0:13"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "No More Turning Back (Midway Demo)"@en,
        "もう戻れない (中間デモ)"@ja .

_:Ncc4026f59d084967b977a3b52e1d9867 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title Demo (Title Demo BGM)"@en,
        "Title Demo (タイトル・デモBGM)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:35"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Title Demo (Title Demo BGM)"@en,
        "Title Demo (タイトル・デモBGM)"@ja .

_:Nccc49e35a8e4457b84b0304f3df3aadf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title Demo (Title Demo BGM)"@en,
        "Title Demo (タイトル・デモBGM)"@ja ;
    mo:track_number 17 ;
    schema:duration "PT0:11"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Title Demo (Title Demo BGM)"@en,
        "Title Demo (タイトル・デモBGM)"@ja .

_:Ncd3d45cab12d4dd19a3ecc0fb9ff735c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title (Title BGM)"@en,
        "Title (タイトル・デモBGM)"@ja ;
    mo:track_number 48 ;
    schema:duration "PT0:13"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Title (Title BGM)"@en,
        "Title (タイトル・デモBGM)"@ja .

_:Nce00637217b64ed4bae6735596c1267c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TABIDACHI (Dog Fight 1 [1st.] BGM)"@en,
        "TABIDACHI (空中戦1［1st.］BGM)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT0:45"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "TABIDACHI (Dog Fight 1 [1st.] BGM)"@en,
        "TABIDACHI (空中戦1［1st.］BGM)"@ja .

_:Nd5831fa60f0c4c4aa3992b8cfc2f1d10 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oh! It's A Big Face (Moat BGM)"@en,
        "Oh! It's A Big Face (堀BGM)"@ja ;
    mo:track_number 20 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Oh! It's A Big Face (Moat BGM)"@en,
        "Oh! It's A Big Face (堀BGM)"@ja .

_:Nd635c346568742219a9ea9a4d9eca8ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bloody Tears (Inside the Castle (1F) BGM)"@en,
        "血の涙 (城内 (1F) BGM)"@ja ;
    mo:track_number 40 ;
    schema:duration "PT0:47"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Bloody Tears (Inside the Castle (1F) BGM)"@en,
        "血の涙 (城内 (1F) BGM)"@ja .

_:Nda4d539734634beda0984e2ed9d687c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Keep On Riding~Spinning The Wheel~Thunder Spirit (Ordinary Car BGM~Le Mans (Daytime) BGM~Thunder BGM)"@en,
        "Keep On Riding~Spining The Wheel~Thunder Spirit (一般車BGM~ルマン (昼) BGM~カミナリBGM)"@ja ;
    mo:track_number 50 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Keep On Riding~Spinning The Wheel~Thunder Spirit (Ordinary Car BGM~Le Mans (Daytime) BGM~Thunder BGM)"@en,
        "Keep On Riding~Spining The Wheel~Thunder Spirit (一般車BGM~ルマン (昼) BGM~カミナリBGM)"@ja .

_:Ndbd9d12d35ea487ebc7e93483656a7b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending · Collapse of the Devil's Castle (Ending Demo)"@en,
        "エンディング・悪魔城の崩壊 (エンディング・デモ)"@ja ;
    mo:track_number 45 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Ending · Collapse of the Devil's Castle (Ending Demo)"@en,
        "エンディング・悪魔城の崩壊 (エンディング・デモ)"@ja .

_:Ndf0d95699e8a4f38a7b24f579083ae59 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Basement Melody~Clock Tower Fear (Inside the Castle (Underground) BGM~Clock Tower BGM)"@en,
        "地下室のメロディー~時計台の恐怖 (城内 (地下) BGM~時計台BGM)"@ja ;
    mo:track_number 41 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Basement Melody~Clock Tower Fear (Inside the Castle (Underground) BGM~Clock Tower BGM)"@en,
        "地下室のメロディー~時計台の恐怖 (城内 (地下) BGM~時計台BGM)"@ja .

_:Nf152df16e6df447bae9708513b2f8c89 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Synthetic Life (2st.BGM)"@en,
        "Synthetic Life (2st.BGM)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Synthetic Life (2st.BGM)"@en,
        "Synthetic Life (2st.BGM)"@ja .

_:Nf84125dcdea14e23ad9b1d40b2e1aa1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ranking (Ranking)"@en,
        "Ranking (ランキング)"@ja ;
    mo:track_number 31 ;
    schema:duration "PT0:38"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Ranking (Ranking)"@en,
        "Ranking (ランキング)"@ja .

_:Nfcd7b6c260004764b7e0d7a5de728a49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Lullaby Sent to the Devils (Ranking)"@en,
        "悪魔たちに送るララバイ (ランキング)"@ja ;
    mo:track_number 47 ;
    schema:duration "PT1:01"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "A Lullaby Sent to the Devils (Ranking)"@en,
        "悪魔たちに送るララバイ (ランキング)"@ja .

_:Nfda65af052944a98bc32a589ed104431 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Final Battle (Final Boss Second Half)"@en,
        "最後の戦い (最終ボス後半)"@ja ;
    mo:track_number 44 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "The Final Battle (Final Boss Second Half)"@en,
        "最後の戦い (最終ボス後半)"@ja .

_:Nfeaae95be2c24d90a179be936804e7eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maximum Speed (6st.BGM)"@en,
        "Maximum Speed (6st.BGM)"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:48"^^xsd:interval ;
    schema:inPlaylist _:N820e8b298eac48fe9c8508b5d3945034 ;
    schema:name "Maximum Speed (6st.BGM)"@en,
        "Maximum Speed (6st.BGM)"@ja .

_:N820e8b298eac48fe9c8508b5d3945034 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N016d23b4db83473c886e36180dc53459,
        _:N021e9b0301b44bbd8f2309cbe13b4674,
        _:N042a2289842a43f5b609b33821359aaa,
        _:N09306676cb54489c886c9b5fa74482b2,
        _:N1ae3950ceffc40b9b2fae47b63041ba4,
        _:N20210ed232814aab95865c951a13d079,
        _:N2839069bc6a74f49a6fd7a15d6bad1a8,
        _:N2951e44585fa4dcab3cf778a29b74162,
        _:N30ee24593ecf47f5b904cc1f773c0b7a,
        _:N376fe5ec292b4806896b748b210fc6a3,
        _:N42bb56dc80d74b2c93220771e6f709ad,
        _:N437907fa5d4c4ff6b4bcfea74438522c,
        _:N4577451632fa4835848a46455070f256,
        _:N464191ef021e493786987e8f62e842de,
        _:N47cba492ae3847388dc95dac75376b13,
        _:N49e93c9af56c447780e99d1185d90e8f,
        _:N4e715431a2b848f991206d82e465d89b,
        _:N50fe2ee9e2c147eaa85668e4cbada0bd,
        _:N51ae91117d7a45bfb1899bcee31b9d5c,
        _:N528f5303cd8f4754823c1e055f619401,
        _:N57b6f9cfb838425582186664b12457fa,
        _:N58f6a443ab0a4efe837766a4b5da61fe,
        _:N5abae37b0d3c4f698703f6c0aee63618,
        _:N5c8c37088593401aafae9f68a263cbc1,
        _:N5edd7bca0e32464fa061db8988cd26b5,
        _:N63e030470edc40c7b0dd2b7b6ca26bf7,
        _:N656ecc64f3644f0f86462bb030999b4f,
        _:N671decba86444be6a64ee6108e16eede,
        _:N6777ff4f2d8a48569fb8d817ccfe11ba,
        _:N6f079ae6db414d03a8a8bcd1ece1d6dc,
        _:N6fa1f22da0e9480ca054f234ed9f7e58,
        _:N84e9478a921545efa990f39725dee896,
        _:N860b01281c3143ac89eea9cfd96727db,
        _:N8cef0aadfce94fd8b227f87225cc976f,
        _:N950c6709820647c588b67ef0f7815306,
        _:N96fe0e798607471f808b1d3ca4d5942b,
        _:N972793a991a44e228c19d6aafa5630ad,
        _:Na2b5d414d443494ca0f2e34bef0d1123,
        _:Na864cee805a34349ae1ae44b351cc6dd,
        _:Nab138170df344afa944243b9181e875a,
        _:Nab73741f0adc4f34beea2b3cd9cacb25,
        _:Nb52c7f18abaf4613bfebed3284cd9121,
        _:Nc01ccc7a9a33480f844e78845291181a,
        _:Nc9c3ed7fa2784b7a926871fced923064,
        _:Ncc4026f59d084967b977a3b52e1d9867,
        _:Nccc49e35a8e4457b84b0304f3df3aadf,
        _:Ncd3d45cab12d4dd19a3ecc0fb9ff735c,
        _:Nce00637217b64ed4bae6735596c1267c,
        _:Nd5831fa60f0c4c4aa3992b8cfc2f1d10,
        _:Nd635c346568742219a9ea9a4d9eca8ca,
        _:Nda4d539734634beda0984e2ed9d687c1,
        _:Ndbd9d12d35ea487ebc7e93483656a7b3,
        _:Ndf0d95699e8a4f38a7b24f579083ae59,
        _:Nf152df16e6df447bae9708513b2f8c89,
        _:Nf84125dcdea14e23ad9b1d40b2e1aa1d,
        _:Nfcd7b6c260004764b7e0d7a5de728a49,
        _:Nfda65af052944a98bc32a589ed104431,
        _:Nfeaae95be2c24d90a179be936804e7eb ;
    mo:track_count 58 ;
    schema:duration "PT21:12"^^xsd:interval ;
    schema:numTracks 58 ;
    schema:track _:N016d23b4db83473c886e36180dc53459,
        _:N021e9b0301b44bbd8f2309cbe13b4674,
        _:N042a2289842a43f5b609b33821359aaa,
        _:N09306676cb54489c886c9b5fa74482b2,
        _:N1ae3950ceffc40b9b2fae47b63041ba4,
        _:N20210ed232814aab95865c951a13d079,
        _:N2839069bc6a74f49a6fd7a15d6bad1a8,
        _:N2951e44585fa4dcab3cf778a29b74162,
        _:N30ee24593ecf47f5b904cc1f773c0b7a,
        _:N376fe5ec292b4806896b748b210fc6a3,
        _:N42bb56dc80d74b2c93220771e6f709ad,
        _:N437907fa5d4c4ff6b4bcfea74438522c,
        _:N4577451632fa4835848a46455070f256,
        _:N464191ef021e493786987e8f62e842de,
        _:N47cba492ae3847388dc95dac75376b13,
        _:N49e93c9af56c447780e99d1185d90e8f,
        _:N4e715431a2b848f991206d82e465d89b,
        _:N50fe2ee9e2c147eaa85668e4cbada0bd,
        _:N51ae91117d7a45bfb1899bcee31b9d5c,
        _:N528f5303cd8f4754823c1e055f619401,
        _:N57b6f9cfb838425582186664b12457fa,
        _:N58f6a443ab0a4efe837766a4b5da61fe,
        _:N5abae37b0d3c4f698703f6c0aee63618,
        _:N5c8c37088593401aafae9f68a263cbc1,
        _:N5edd7bca0e32464fa061db8988cd26b5,
        _:N63e030470edc40c7b0dd2b7b6ca26bf7,
        _:N656ecc64f3644f0f86462bb030999b4f,
        _:N671decba86444be6a64ee6108e16eede,
        _:N6777ff4f2d8a48569fb8d817ccfe11ba,
        _:N6f079ae6db414d03a8a8bcd1ece1d6dc,
        _:N6fa1f22da0e9480ca054f234ed9f7e58,
        _:N84e9478a921545efa990f39725dee896,
        _:N860b01281c3143ac89eea9cfd96727db,
        _:N8cef0aadfce94fd8b227f87225cc976f,
        _:N950c6709820647c588b67ef0f7815306,
        _:N96fe0e798607471f808b1d3ca4d5942b,
        _:N972793a991a44e228c19d6aafa5630ad,
        _:Na2b5d414d443494ca0f2e34bef0d1123,
        _:Na864cee805a34349ae1ae44b351cc6dd,
        _:Nab138170df344afa944243b9181e875a,
        _:Nab73741f0adc4f34beea2b3cd9cacb25,
        _:Nb52c7f18abaf4613bfebed3284cd9121,
        _:Nc01ccc7a9a33480f844e78845291181a,
        _:Nc9c3ed7fa2784b7a926871fced923064,
        _:Ncc4026f59d084967b977a3b52e1d9867,
        _:Nccc49e35a8e4457b84b0304f3df3aadf,
        _:Ncd3d45cab12d4dd19a3ecc0fb9ff735c,
        _:Nce00637217b64ed4bae6735596c1267c,
        _:Nd5831fa60f0c4c4aa3992b8cfc2f1d10,
        _:Nd635c346568742219a9ea9a4d9eca8ca,
        _:Nda4d539734634beda0984e2ed9d687c1,
        _:Ndbd9d12d35ea487ebc7e93483656a7b3,
        _:Ndf0d95699e8a4f38a7b24f579083ae59,
        _:Nf152df16e6df447bae9708513b2f8c89,
        _:Nf84125dcdea14e23ad9b1d40b2e1aa1d,
        _:Nfcd7b6c260004764b7e0d7a5de728a49,
        _:Nfda65af052944a98bc32a589ed104431,
        _:Nfeaae95be2c24d90a179be936804e7eb .

