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

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

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

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

<artist/161#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4199#subject> ;
    schema:name "Konami Kukeiha Club"@en,
        "コナミ矩形波倶楽部"@ja ;
    foaf:made <album/4199#composition>,
        <album/4199#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/4199#musicalexpression> a mo:Signal ;
    mo:published_as <album/4199#subject> ;
    mo:records <album/4199#performance> .

<album/4199#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/4199#musicalwork> ;
    mo:recorded_as <album/4199#musicalexpression> ;
    schema:name "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn ;
    schema:workPerformed <album/4199#musicalwork> .

<org/2246#subject> schema:name "KONAMI"@en,
        "KONAMI"@ja,
        "KONAMI"@ja-latn ;
    foaf:name "KONAMI"@en,
        "KONAMI"@ja,
        "KONAMI"@ja-latn .

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

<https://medium-media.vgm.io/albums/99/4199/4199-1168784271.jpg> a schema:ImageObject,
        foaf:Image .

<album/4199#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/4199#composition> ;
            foaf:name "(Konami Industry"@en ],
        <artist/161#subject> ;
    mo:produced_work <album/4199#musicalwork> ;
    schema:name "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn .

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

<album/4199#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1993-05-21"^^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 "KICA-2309" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/2575> ;
    mo:publication_of <album/4199#musicalexpression> ;
    mo:publisher <org/2246#subject> ;
    mo:record _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    mo:record_count 1 ;
    schema:about <product/10069#subject>,
        <product/10076#subject>,
        <product/436#subject>,
        <product/832#subject> ;
    schema:datePublished "1993-05-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/99/4199/4199-1168784271.jpg> ;
    schema:name "Konami Game Music Collection Vol.1"@en,
        "コナミ・ゲーム・ミュージック・コレクション Vol.1"@ja,
        "Konami Game Music Collection Vol.1"@ja-latn ;
    schema:publisher <org/2246#subject> ;
    foaf:depiction <https://media.vgm.io/albums/99/4199/4199-1168784271.jpg> .

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

_:N04ce8f3ca0ad42cd9f6214b96233737b 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    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 .

_:N077fba5cf85444f3a9d15271a3c8d669 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Dracula Resurrected (Title Demo)"@en,
        "甦りしドラキュラ (タイトル・デモ)"@ja .

_:N0b9a5dfe31554821a53c89ef2e49adc3 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "The Labyrinth Of Time (Track BGM)"@en,
        "The Labyrinth Of Time (トロッコBGM)"@ja .

_:N0c365e9539954998950b7e74e9a5e5ae 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Title Demo (Title Demo BGM)"@en,
        "Title Demo (タイトル・デモBGM)"@ja .

_:N195b4d6801d44dbc9f8c07e5469f5804 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "A Shooting Star (Dog Fight 2 [Except 1st.] BGM)"@en,
        "A Shooting Star (空中戦2［1st.以外］BGM)"@ja .

_:N3bdae685d2134c5988af19a021214db3 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "The Physical Labyrinth (Labyrinth BGM)"@en,
        "The Physical Labyrinth (迷路BGM)"@ja .

_:N3be41224140d4e8d937a3350c015d6fa 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "The World Of Labyrinth (Forest BGM)"@en,
        "The World Of Labyrinth (森BGM)"@ja .

_:N444f686d5c17465c97b783f14b60d1ca 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "GRADIUS BOSS~SALAMANDER BOSS~Fire Dragon (7st.BGM1~3)"@en,
        "GRADIUS BOSS~SALAMANDER BOSS~Fire Dragon (7st.BGM1~3)"@ja .

_:N47972892f29b4608b4dd605fe8478094 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Ending · Collapse of the Devil's Castle (Ending Demo)"@en,
        "エンディング・悪魔城の崩壊 (エンディング・デモ)"@ja .

_:N489d76506e3c42a3b60bab99de1d0a2d 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Dracula's Room (Final Boss First Half)"@en,
        "ドラキュラの部屋 (最終ボス前半)"@ja .

_:N48d4af30f33e49bbbcdb1d7b2bdec94d 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Into The Castle Of... (Castle Gate BGM)"@en,
        "Into The Castle Of…? (城内BGM)"@ja .

_:N4aec0c7cab564b80815d952ed6fe52a2 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Title (Title BGM)"@en,
        "Title (タイトル・デモBGM)"@ja .

_:N4b8c187df6bb4c66b432ab8e7cf18a61 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "The Old Stone Age 1~2 (5st.BGM)"@en,
        "The Old Stone Age 1~2 (5st.BGM)"@ja .

_:N4c29677804d4401aa7ab96c87b71e50c 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Start Demo (Start Demo)"@en,
        "Start Demo (スタート・デモ)"@ja .

_:N4febff3d3c1d4b86a1e0937b7746e7f3 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Another Battle (Pattern Clear)"@en,
        "戦いふたたび (パターン・クリア)"@ja .

_:N51ce181a04574cad9fe9c670e8f609ac 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja .

_:N576fc0b2b48344a790724e0b85dc5fb4 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Next (Stage Display)"@en,
        "Next (ステージ表示)"@ja .

_:N5cfab691e13f4c07aa7c2e2b49e85017 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Pit Stop (Pit BGM)"@en,
        "Pit Stop (Pit BGM)"@ja .

_:N6190cd18644b43b9a06fac3a553ab1c8 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja .

_:N61f2820e78cb43d59748ef8b3834c053 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Million Legs (Centipede BGM)"@en,
        "Million Legs (ムカデBGM)"@ja .

_:N62a65d6ed5f9428b93952b975737b907 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Lullaby of the Devils (Cave BGM)"@en,
        "悪魔たちのララバイ (洞窟BGM)"@ja .

_:N63255df1c2b84ed8b8dc5acaacdc7045 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Demon Resurrection (Boss BGM)"@en,
        "悪魔の復活 (ボスBGM)"@ja .

_:N664976c999074f3e875b0f40ba51eb65 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Pattern Clear (Pattern Clear)"@en,
        "Pattern Clear (パターン・クリア)"@ja .

_:N67a9ebd984564c86beda6f80db283d19 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Never End (Game Over)"@en,
        "Never End (ゲーム・オーバー)"@ja .

_:N7057458b15ca4b1782f28d9dd4a6ad06 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "I'm A Lonely Streamer (Underground Track BGM)"@en,
        "I'm A Lonely Streamer (地下トロッコBGM)"@ja .

_:N72a811a95e6c4fd2aa37cef3290a679c 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "TABIDACHI (Dog Fight 1 [1st.] BGM)"@en,
        "TABIDACHI (空中戦1［1st.］BGM)"@ja .

_:N731972dcfbb145b39396b42dbc0d99c1 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Take Care! (Every Boss Battle BGM)"@en,
        "Take Care! (各ボスBGM)"@ja .

_:N74ccdd27a8904fc6b9c1c93e07cb750c 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "The Final Battle (Final Boss Second Half)"@en,
        "最後の戦い (最終ボス後半)"@ja .

_:N782c1c3c717044bf8b6286bc13c39c3f 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Maximum Speed (6st.BGM)"@en,
        "Maximum Speed (6st.BGM)"@ja .

_:N7ab4503825904f848b0316a190f68feb 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "No More Turning Back (Midway Demo)"@en,
        "もう戻れない (中間デモ)"@ja .

_:N7e8121af15514ac98384a5f550df98e4 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "End Demo~After (End Demo~Ending)"@en,
        "End Demo~After (エンド・デモ~エンディング)"@ja .

_:N86dd238f84f249b7949db60e971c4726 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "A Trap Of Octopus (Octopus BGM)"@en,
        "A Trap Of Octopus (タコBGM)"@ja .

_:N87d287ac6bbd46feaa7754ffbdbf22d1 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Basement Melody~Clock Tower Fear (Inside the Castle (Underground) BGM~Clock Tower BGM)"@en,
        "地下室のメロディー~時計台の恐怖 (城内 (地下) BGM~時計台BGM)"@ja .

_:N89866a4510194d4e9c7bf2c05c747b83 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Title Demo (Title Demo BGM)"@en,
        "Title Demo (タイトル・デモBGM)"@ja .

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

_:N8b1ff0ddfcc1429fbf02738e7473f388 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    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 .

_:N94d101712d61464684e9e83d38fd9960 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "A Lullaby Sent to the Devils (Ranking)"@en,
        "悪魔たちに送るララバイ (ランキング)"@ja .

_:N95b510814bbf459fb88f1fb33dedf3d2 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Bloody Tears (Inside the Castle (1F) BGM)"@en,
        "血の涙 (城内 (1F) BGM)"@ja .

_:N98714fdfb36c47bfa855447a93d642b7 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Oh! It's A Big Face (Moat BGM)"@en,
        "Oh! It's A Big Face (堀BGM)"@ja .

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

_:Na7818acc2ecd4e43ab8ef9eecd4ffe73 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Can't Wait Until Night (Bridge Stage BGM)"@en,
        "夜まで待てない (橋のステージBGM)"@ja .

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

_:Nb3098d4f70cf4270b1eb47b6176117ee 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Hey! Mr. Pumpkin Head. Ah, ha! (Pumpkin BGM)"@en,
        "Hey! Mr.Pumpkin Head. Ah,ha! (カボチャBGM)"@ja .

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

_:Nb8bbbdbc379048cbaad6bfdd5fee540f 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Burning Heat (1st.BGM)"@en,
        "Burning Heat (1st.BGM)"@ja .

_:Nc26c6c3233aa4630b6ad0fcfe6dd1e5d 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Start (Start Demo BGM)"@en,
        "Start (スタート・デモBGM)"@ja .

_:Nd653cf7205124b1196792addb03dbc34 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Equipment (Select BGM)"@en,
        "Equipment (セレクトBGM)"@ja .

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

_:Nda6c794974c147c0900dc9f0848f16f2 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Crystal World (3st.BGM)"@en,
        "Crystal World (3st.BGM)"@ja .

_:Ndd7c3291b7674c528c0347590913ec5c 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "A Way Out Of The Difficulty (4st.BGM)"@en,
        "A Way Out Of The Difficulty (4st.BGM)"@ja .

_:Ndea172aad46f4016a93b7c1f55cd441d 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Synthetic Life (2st.BGM)"@en,
        "Synthetic Life (2st.BGM)"@ja .

_:Ndf9bc52015ef40349aa9be96cc8071c7 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Wedding March of Tragedy (Start Demo)"@en,
        "悲劇のWedding March (スタート・デモ)"@ja .

_:Ndfc18768e81146a58491ed2fa29024d9 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Cross Your Heart (Graveyard BGM)"@en,
        "十字架を胸に (墓場BGM)"@ja .

_:Ne1af3e360b3e4014b7da5bcb82dcbcfd 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Burning Scramble (Warning Advice BGM)"@en,
        "Burning Scramble (警告BGM)"@ja .

_:Ne780b778d26348449e7a7328267033dc 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "The Bloody Gate (Castle Gate BGM)"@en,
        "The Bloody Gate (城門BGM)"@ja .

_:Ned77dcba81c54c45af42b66b89709955 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Night Line~Grand Stroke (Le Mans (Evening) BGM~F1 BGM)"@en,
        "Night Line~Grand Stroke (ルマン (夜) BGM~F1BGM)"@ja .

_:Nf1b9c9d6ba62434f9b9c3b4252ba3e3b 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Game Over (Game Over)"@en,
        "Game Over (ゲーム・オーバー)"@ja .

_:Nf917ea531c564cf89259599eaedf0463 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 _:N2a7ad77d208b4a2a9178dcec09543b83 ;
    schema:name "Stage Clear (Stage Clear)"@en,
        "Stage Clear (ステージ・クリア)"@ja .

_:N2a7ad77d208b4a2a9178dcec09543b83 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N04ce8f3ca0ad42cd9f6214b96233737b,
        _:N077fba5cf85444f3a9d15271a3c8d669,
        _:N0b9a5dfe31554821a53c89ef2e49adc3,
        _:N0c365e9539954998950b7e74e9a5e5ae,
        _:N195b4d6801d44dbc9f8c07e5469f5804,
        _:N3bdae685d2134c5988af19a021214db3,
        _:N3be41224140d4e8d937a3350c015d6fa,
        _:N444f686d5c17465c97b783f14b60d1ca,
        _:N47972892f29b4608b4dd605fe8478094,
        _:N489d76506e3c42a3b60bab99de1d0a2d,
        _:N48d4af30f33e49bbbcdb1d7b2bdec94d,
        _:N4aec0c7cab564b80815d952ed6fe52a2,
        _:N4b8c187df6bb4c66b432ab8e7cf18a61,
        _:N4c29677804d4401aa7ab96c87b71e50c,
        _:N4febff3d3c1d4b86a1e0937b7746e7f3,
        _:N51ce181a04574cad9fe9c670e8f609ac,
        _:N576fc0b2b48344a790724e0b85dc5fb4,
        _:N5cfab691e13f4c07aa7c2e2b49e85017,
        _:N6190cd18644b43b9a06fac3a553ab1c8,
        _:N61f2820e78cb43d59748ef8b3834c053,
        _:N62a65d6ed5f9428b93952b975737b907,
        _:N63255df1c2b84ed8b8dc5acaacdc7045,
        _:N664976c999074f3e875b0f40ba51eb65,
        _:N67a9ebd984564c86beda6f80db283d19,
        _:N7057458b15ca4b1782f28d9dd4a6ad06,
        _:N72a811a95e6c4fd2aa37cef3290a679c,
        _:N731972dcfbb145b39396b42dbc0d99c1,
        _:N74ccdd27a8904fc6b9c1c93e07cb750c,
        _:N782c1c3c717044bf8b6286bc13c39c3f,
        _:N7ab4503825904f848b0316a190f68feb,
        _:N7e8121af15514ac98384a5f550df98e4,
        _:N86dd238f84f249b7949db60e971c4726,
        _:N87d287ac6bbd46feaa7754ffbdbf22d1,
        _:N89866a4510194d4e9c7bf2c05c747b83,
        _:N89dcc0cc49834339bd2f7dd06c9fa481,
        _:N8b1ff0ddfcc1429fbf02738e7473f388,
        _:N94d101712d61464684e9e83d38fd9960,
        _:N95b510814bbf459fb88f1fb33dedf3d2,
        _:N98714fdfb36c47bfa855447a93d642b7,
        _:N98735ca125594543814fb6f03e9ca675,
        _:Na7818acc2ecd4e43ab8ef9eecd4ffe73,
        _:Naafafe72f83b49b8a78f1f8f45220df7,
        _:Nb3098d4f70cf4270b1eb47b6176117ee,
        _:Nb3fd29969d7e41538a2ba01f3f05554e,
        _:Nb8bbbdbc379048cbaad6bfdd5fee540f,
        _:Nc26c6c3233aa4630b6ad0fcfe6dd1e5d,
        _:Nd653cf7205124b1196792addb03dbc34,
        _:Nd92a0ee9dbec40e9864d6840a3279822,
        _:Nda6c794974c147c0900dc9f0848f16f2,
        _:Ndd7c3291b7674c528c0347590913ec5c,
        _:Ndea172aad46f4016a93b7c1f55cd441d,
        _:Ndf9bc52015ef40349aa9be96cc8071c7,
        _:Ndfc18768e81146a58491ed2fa29024d9,
        _:Ne1af3e360b3e4014b7da5bcb82dcbcfd,
        _:Ne780b778d26348449e7a7328267033dc,
        _:Ned77dcba81c54c45af42b66b89709955,
        _:Nf1b9c9d6ba62434f9b9c3b4252ba3e3b,
        _:Nf917ea531c564cf89259599eaedf0463 ;
    mo:track_count 58 ;
    schema:duration "PT45:49"^^xsd:interval ;
    schema:numTracks 58 ;
    schema:track _:N04ce8f3ca0ad42cd9f6214b96233737b,
        _:N077fba5cf85444f3a9d15271a3c8d669,
        _:N0b9a5dfe31554821a53c89ef2e49adc3,
        _:N0c365e9539954998950b7e74e9a5e5ae,
        _:N195b4d6801d44dbc9f8c07e5469f5804,
        _:N3bdae685d2134c5988af19a021214db3,
        _:N3be41224140d4e8d937a3350c015d6fa,
        _:N444f686d5c17465c97b783f14b60d1ca,
        _:N47972892f29b4608b4dd605fe8478094,
        _:N489d76506e3c42a3b60bab99de1d0a2d,
        _:N48d4af30f33e49bbbcdb1d7b2bdec94d,
        _:N4aec0c7cab564b80815d952ed6fe52a2,
        _:N4b8c187df6bb4c66b432ab8e7cf18a61,
        _:N4c29677804d4401aa7ab96c87b71e50c,
        _:N4febff3d3c1d4b86a1e0937b7746e7f3,
        _:N51ce181a04574cad9fe9c670e8f609ac,
        _:N576fc0b2b48344a790724e0b85dc5fb4,
        _:N5cfab691e13f4c07aa7c2e2b49e85017,
        _:N6190cd18644b43b9a06fac3a553ab1c8,
        _:N61f2820e78cb43d59748ef8b3834c053,
        _:N62a65d6ed5f9428b93952b975737b907,
        _:N63255df1c2b84ed8b8dc5acaacdc7045,
        _:N664976c999074f3e875b0f40ba51eb65,
        _:N67a9ebd984564c86beda6f80db283d19,
        _:N7057458b15ca4b1782f28d9dd4a6ad06,
        _:N72a811a95e6c4fd2aa37cef3290a679c,
        _:N731972dcfbb145b39396b42dbc0d99c1,
        _:N74ccdd27a8904fc6b9c1c93e07cb750c,
        _:N782c1c3c717044bf8b6286bc13c39c3f,
        _:N7ab4503825904f848b0316a190f68feb,
        _:N7e8121af15514ac98384a5f550df98e4,
        _:N86dd238f84f249b7949db60e971c4726,
        _:N87d287ac6bbd46feaa7754ffbdbf22d1,
        _:N89866a4510194d4e9c7bf2c05c747b83,
        _:N89dcc0cc49834339bd2f7dd06c9fa481,
        _:N8b1ff0ddfcc1429fbf02738e7473f388,
        _:N94d101712d61464684e9e83d38fd9960,
        _:N95b510814bbf459fb88f1fb33dedf3d2,
        _:N98714fdfb36c47bfa855447a93d642b7,
        _:N98735ca125594543814fb6f03e9ca675,
        _:Na7818acc2ecd4e43ab8ef9eecd4ffe73,
        _:Naafafe72f83b49b8a78f1f8f45220df7,
        _:Nb3098d4f70cf4270b1eb47b6176117ee,
        _:Nb3fd29969d7e41538a2ba01f3f05554e,
        _:Nb8bbbdbc379048cbaad6bfdd5fee540f,
        _:Nc26c6c3233aa4630b6ad0fcfe6dd1e5d,
        _:Nd653cf7205124b1196792addb03dbc34,
        _:Nd92a0ee9dbec40e9864d6840a3279822,
        _:Nda6c794974c147c0900dc9f0848f16f2,
        _:Ndd7c3291b7674c528c0347590913ec5c,
        _:Ndea172aad46f4016a93b7c1f55cd441d,
        _:Ndf9bc52015ef40349aa9be96cc8071c7,
        _:Ndfc18768e81146a58491ed2fa29024d9,
        _:Ne1af3e360b3e4014b7da5bcb82dcbcfd,
        _:Ne780b778d26348449e7a7328267033dc,
        _:Ned77dcba81c54c45af42b66b89709955,
        _:Nf1b9c9d6ba62434f9b9c3b4252ba3e3b,
        _:Nf917ea531c564cf89259599eaedf0463 .

