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

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

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

<artist/1493#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14928#subject> ;
    schema:name "Makito Nomiya"@en,
        "野宮牧人"@ja ;
    foaf:made <album/14928#composition>,
        <album/14928#subject> ;
    foaf:name "Makito Nomiya"@en,
        "野宮牧人"@ja .

<artist/15143#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14928#subject> ;
    schema:name "Kiyoshi Yokoyama"@en,
        "横山清"@ja ;
    foaf:made <album/14928#composition>,
        <album/14928#subject> ;
    foaf:name "Kiyoshi Yokoyama"@en,
        "横山清"@ja .

<artist/1543#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14928#subject> ;
    schema:name "Takayuki Nakamura"@en,
        "中村隆之"@ja ;
    foaf:made <album/14928#composition>,
        <album/14928#subject> ;
    foaf:name "Takayuki Nakamura"@en,
        "中村隆之"@ja .

<artist/1942#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14928#subject> ;
    schema:name "Hikoshi Hashimoto"@en,
        "橋本彦士"@ja ;
    foaf:made <album/14928#composition>,
        <album/14928#subject> ;
    foaf:name "Hikoshi Hashimoto"@en,
        "橋本彦士"@ja .

<artist/38786#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14928#subject> ;
    schema:name "Hiro"@en ;
    foaf:made <album/14928#composition>,
        <album/14928#subject> ;
    foaf:name "Hiro"@en .

<event/51> a mo:Release ;
    schema:name "Released at Comic Market 76 (Aug 14, 2009 to Aug 16, 2009)" .

<product/13391#subject> a schema:CreativeWork ;
    schema:name "A.B.Cop"@en,
        "A.B.コップ"@ja,
        "A.B.Cop"@ja-latn ;
    foaf:name "A.B.Cop"@en,
        "A.B.コップ"@ja,
        "A.B.Cop"@ja-latn .

<product/13392#subject> a schema:CreativeWork ;
    schema:name "Racing Hero"@en,
        "レーシングヒーロー"@ja,
        "Racing Hero"@ja-latn ;
    foaf:name "Racing Hero"@en,
        "レーシングヒーロー"@ja,
        "Racing Hero"@ja-latn .

<product/9018#subject> a schema:CreativeWork ;
    schema:name "Cool Riders"@en,
        "クールライダーズ"@ja,
        "Cool Riders"@ja-latn ;
    foaf:name "Cool Riders"@en,
        "クールライダーズ"@ja,
        "Cool Riders"@ja-latn .

<release/20041#subject> a schema:CreativeWork ;
    schema:name "Enduro Racer (Arcade)"@en,
        "エンデューロレーサー (アーケード)"@ja,
        "Enduro Racer (Arcade)"@ja-latn ;
    foaf:name "Enduro Racer (Arcade)"@en,
        "エンデューロレーサー (アーケード)"@ja,
        "Enduro Racer (Arcade)"@ja-latn .

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

<album/14928#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SEGA MOTORCYCLE MUSIC HISTORY"@en,
        "セガ モーターサイクル ミュージック ヒストリー"@ja,
        "SEGA MOTORCYCLE MUSIC HISTORY"@ja-latn ;
    mo:performance_of <album/14928#musicalwork> ;
    mo:recorded_as <album/14928#musicalexpression> ;
    schema:name "SEGA MOTORCYCLE MUSIC HISTORY"@en,
        "セガ モーターサイクル ミュージック ヒストリー"@ja,
        "SEGA MOTORCYCLE MUSIC HISTORY"@ja-latn ;
    schema:workPerformed <album/14928#musicalwork> .

<org/3301#subject> schema:name "WAVE MASTER"@en,
        "WAVE MASTER"@ja,
        "WAVE MASTER"@ja-latn ;
    foaf:name "WAVE MASTER"@en,
        "WAVE MASTER"@ja,
        "WAVE MASTER"@ja-latn .

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

<https://medium-media.vgm.io/albums/82/14928/14928-1474809449.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/14928#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SEGA MOTORCYCLE MUSIC HISTORY"@en,
        "セガ モーターサイクル ミュージック ヒストリー"@ja,
        "SEGA MOTORCYCLE MUSIC HISTORY"@ja-latn ;
    mo:composer <artist/1493#subject>,
        <artist/15143#subject>,
        <artist/1543#subject>,
        <artist/1942#subject>,
        <artist/38786#subject> ;
    mo:produced_work <album/14928#musicalwork> ;
    schema:name "SEGA MOTORCYCLE MUSIC HISTORY"@en,
        "セガ モーターサイクル ミュージック ヒストリー"@ja,
        "SEGA MOTORCYCLE MUSIC HISTORY"@ja-latn .

<album/14928#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-08-14"^^xsd:date ;
    dcterms:title "SEGA MOTORCYCLE MUSIC HISTORY"@en,
        "セガ モーターサイクル ミュージック ヒストリー"@ja,
        "SEGA MOTORCYCLE MUSIC HISTORY"@ja-latn ;
    mo:catalogue_number "WM-0634~5" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/14928#musicalexpression> ;
    mo:publisher <org/3301#subject> ;
    mo:record _:Nfa5063de6ae14b7a9a3626700f8e8268,
        _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    mo:record_count 2 ;
    mo:release <event/51> ;
    schema:about <product/13391#subject>,
        <product/13392#subject>,
        <product/9018#subject>,
        <release/20041#subject> ;
    schema:datePublished "2009-08-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/82/14928/14928-1474809449.jpg> ;
    schema:name "SEGA MOTORCYCLE MUSIC HISTORY"@en,
        "セガ モーターサイクル ミュージック ヒストリー"@ja,
        "SEGA MOTORCYCLE MUSIC HISTORY"@ja-latn ;
    schema:publisher <org/3301#subject> ;
    foaf:depiction <https://media.vgm.io/albums/82/14928/14928-1474809449.jpg> .

_:N03954304646c4fb5a189d237b66b8b1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TITLE"@en,
        "TITLE"@ja ;
    mo:track_number 14 ;
    schema:duration "PT0:51"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "TITLE"@en,
        "TITLE"@ja .

_:N0bc2240b1962445b98e0830b07f1f462 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I.C.B.M. ~Condition red~"@en,
        "I.C.B.M. ~Condition red~"@ja ;
    mo:track_number 12 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "I.C.B.M. ~Condition red~"@en,
        "I.C.B.M. ~Condition red~"@ja .

_:N100f3c3a35af49e9a417343e3531b05d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 3-1"@en,
        "STAGE 3-1"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 3-1"@en,
        "STAGE 3-1"@ja .

_:N13fc92166a9945e8a9863946d335b101 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Game Over"@en,
        "Game Over"@ja ;
    mo:track_number 11 ;
    schema:duration "PT0:05"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "Game Over"@en,
        "Game Over"@ja .

_:N191a72f84ac94096bd6979fb6163276e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BGM 3"@en,
        "BGM 3"@ja ;
    mo:track_number 6 ;
    schema:duration "PT6:31"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "BGM 3"@en,
        "BGM 3"@ja .

_:N19dd4efdb4cd404594e3e8a617cdaae2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BGM 2"@en,
        "BGM 2"@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "BGM 2"@en,
        "BGM 2"@ja .

_:N259ff4c56c034d18a93dde170b089194 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "COIN"@en,
        "COIN"@ja ;
    mo:track_number 13 ;
    schema:duration "PT0:04"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "COIN"@en,
        "COIN"@ja .

_:N2a7940b0ad184d5ca8f9d61c9aae437d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BGM 1"@en,
        "BGM 1"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "BGM 1"@en,
        "BGM 1"@ja .

_:N2b213708fc0f4aa19c290279ba082bc3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Not Use"@en,
        "Not Use"@ja ;
    mo:track_number 21 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Not Use"@en,
        "Not Use"@ja .

_:N2cdc6671ae1d4d50b7c3ae8509391472 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 1-2"@en,
        "STAGE 1-2"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 1-2"@en,
        "STAGE 1-2"@ja .

_:N30f43379b8644e41b750317adc60d1cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Name Entry"@en,
        "Name Entry"@ja ;
    mo:track_number 20 ;
    schema:duration "PT0:38"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Name Entry"@en,
        "Name Entry"@ja .

_:N34a2145bacc448a5ab9203b505eb9923 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ending"@en,
        "Ending"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:10"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "Ending"@en,
        "Ending"@ja .

_:N39445abaa1fa49dd87afb5c55361e822 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Main Theme"@en,
        "Main Theme"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:07"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Main Theme"@en,
        "Main Theme"@ja .

_:N421ac5096f8546809ed625c3da2b6b66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GAME OVER"@en,
        "GAME OVER"@ja ;
    mo:track_number 32 ;
    schema:duration "PT0:10"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "GAME OVER"@en,
        "GAME OVER"@ja .

_:N448ac5bce6554b53ba4bbb2e0c09cdde a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title"@en,
        "Title"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "Title"@en,
        "Title"@ja .

_:N4d3fbc71109c4aae8fbb975f2e62710a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Name REGIST."@en,
        "Name REGIST."@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "Name REGIST."@en,
        "Name REGIST."@ja .

_:N53ef107e882a4c38ad5d7ec58c74d902 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NAME ENTRY"@en,
        "NAME ENTRY"@ja ;
    mo:track_number 31 ;
    schema:duration "PT0:53"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "NAME ENTRY"@en,
        "NAME ENTRY"@ja .

_:N56d6ffd2c60a4325a90aaeb92a38c904 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RANKING"@en,
        "RANKING"@ja ;
    mo:track_number 30 ;
    schema:duration "PT0:20"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "RANKING"@en,
        "RANKING"@ja .

_:N577015402e6f4b159cf85f0b937a82bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "OPENING"@en,
        "OPENING"@ja ;
    mo:track_number 15 ;
    schema:duration "PT0:11"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "OPENING"@en,
        "OPENING"@ja .

_:N57aa8fa588da454f9870f700b92e9ff2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Not Use"@en,
        "Not Use"@ja ;
    mo:track_number 12 ;
    schema:duration "PT0:05"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "Not Use"@en,
        "Not Use"@ja .

_:N5e988e067f014b4f9aa89255715e243b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DAIOH ~The fat is in the fire~"@en,
        "DAIOH ~The fat is in the fire~"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "DAIOH ~The fat is in the fire~"@en,
        "DAIOH ~The fat is in the fire~"@ja .

_:N65dc3853b5f144f68f43039e33ad45fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Grasshopper ~Into the mountains~"@en,
        "Grasshopper ~Into the mountains~"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Grasshopper ~Into the mountains~"@en,
        "Grasshopper ~Into the mountains~"@ja .

_:N66fec6c0cc3f40acadd7a32118e43ebe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE CLEAR"@en,
        "STAGE CLEAR"@ja ;
    mo:track_number 19 ;
    schema:duration "PT0:07"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE CLEAR"@en,
        "STAGE CLEAR"@ja .

_:N6bdfe58719e84106bc6558fdff70fb86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "COIN"@en,
        "COIN"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:04"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "COIN"@en,
        "COIN"@ja .

_:N6bfb6e3c16c64eba83d7b528fca3060a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FANFARE"@en,
        "FANFARE"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:09"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "FANFARE"@en,
        "FANFARE"@ja .

_:N702fd55afc424a4194937c1a4a82d8c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Name Entry 2"@en,
        "Name Entry 2"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Name Entry 2"@en,
        "Name Entry 2"@ja .

_:N7857796258fa4aee8cdb759c53201cf8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 3-2"@en,
        "STAGE 3-2"@ja ;
    mo:track_number 23 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 3-2"@en,
        "STAGE 3-2"@ja .

_:N83e2ada55c0b499dafeff151df5d4f6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 6"@en,
        "STAGE 6"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 6"@en,
        "STAGE 6"@ja .

_:N8b267154114c489f9e9030047fb88b65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ENDING"@en,
        "ENDING"@ja ;
    mo:track_number 29 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "ENDING"@en,
        "ENDING"@ja .

_:N925ee517647b448e8c65118fb8ea1464 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DISCOVERY ~Grandpa is still alive~"@en,
        "DISCOVERY ~Grandpa is still alive~"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "DISCOVERY ~Grandpa is still alive~"@en,
        "DISCOVERY ~Grandpa is still alive~"@ja .

_:N94d4426bb2154895bea8711b7cb18063 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goal"@en,
        "Goal"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:40"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Goal"@en,
        "Goal"@ja .

_:N9862439fb532454b9da2ff1eb18e46ca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Map"@en,
        "Map"@ja ;
    mo:track_number 19 ;
    schema:duration "PT0:36"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Map"@en,
        "Map"@ja .

_:N9fccb528405e4eb5a391c6bfb81ba851 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 2-1"@en,
        "STAGE 2-1"@ja ;
    mo:track_number 20 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 2-1"@en,
        "STAGE 2-1"@ja .

_:Na218610d0ba047f69fb852bca8e514ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 5-1"@en,
        "STAGE 5-1"@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 5-1"@en,
        "STAGE 5-1"@ja .

_:Na31dfa5fe63b43e785e6002fce3895ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Continue"@en,
        "Continue"@ja ;
    mo:track_number 10 ;
    schema:duration "PT0:16"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "Continue"@en,
        "Continue"@ja .

_:Na32b5900b30b4c9c86b62743db1cd237 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BGM 4"@en,
        "BGM 4"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:57"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "BGM 4"@en,
        "BGM 4"@ja .

_:Naf17d1c4a21d43cb92d6d120fc3670b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 5-2"@en,
        "STAGE 5-2"@ja ;
    mo:track_number 27 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 5-2"@en,
        "STAGE 5-2"@ja .

_:Nafa54909e8dc44cf8d820dabd0203b52 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 4-2"@en,
        "STAGE 4-2"@ja ;
    mo:track_number 25 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 4-2"@en,
        "STAGE 4-2"@ja .

_:Nafd5bfbfb7e84a65973648325dc87f5c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LoveMachine ~BLUE ISLAND~"@en,
        "LoveMachine ~BLUE ISLAND~"@ja ;
    mo:track_number 14 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "LoveMachine ~BLUE ISLAND~"@en,
        "LoveMachine ~BLUE ISLAND~"@ja .

_:Nb1cadac6ca8f41cc81752d1551a28f28 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Revolution ~Sightseeing at mach 1~"@en,
        "Revolution ~Sightseeing at mach 1~"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Revolution ~Sightseeing at mach 1~"@en,
        "Revolution ~Sightseeing at mach 1~"@ja .

_:Nbb4542657e714c15845fdc61066a69a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Opening"@en,
        "Opening"@ja ;
    mo:track_number 2 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Opening"@en,
        "Opening"@ja .

_:Ncde45bb681d447f083021e5b10d28eb7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Not Use"@en,
        "Not Use"@ja ;
    mo:track_number 22 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Not Use"@en,
        "Not Use"@ja .

_:Nd4ef92a3d3194066af4db39cc936f243 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 4-1"@en,
        "STAGE 4-1"@ja ;
    mo:track_number 24 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 4-1"@en,
        "STAGE 4-1"@ja .

_:Nd8dcac07eabe440f819cf94b97108aa6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lightning ~A little good~"@en,
        "Lightning ~A little good~"@ja ;
    mo:track_number 13 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Lightning ~A little good~"@en,
        "Lightning ~A little good~"@ja .

_:Ne149817162114c558a5b5a9d21f1cc53 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 1-1"@en,
        "STAGE 1-1"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 1-1"@en,
        "STAGE 1-1"@ja .

_:Ne16c8a8137064b37a2ed2b308031f93c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE SELECT"@en,
        "STAGE SELECT"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE SELECT"@en,
        "STAGE SELECT"@ja .

_:Ne3d0b8853cd54bb38f0c7ea86a19b20e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Select"@en,
        "Select"@ja ;
    mo:track_number 7 ;
    schema:duration "PT0:47"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Select"@en,
        "Select"@ja .

_:Ne8df92865e7f414b894f6acc6827d055 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hang on ~Theme of Love~"@en,
        "Hang on ~愛のテーマ~"@ja ;
    mo:track_number 17 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Hang on ~Theme of Love~"@en,
        "Hang on ~愛のテーマ~"@ja .

_:Neabad0f29c1048169430c085e0742b39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Name Entry 1"@en,
        "Name Entry 1"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Name Entry 1"@en,
        "Name Entry 1"@ja .

_:Nf0d17c83c3cb438b95502b0e3244a660 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Start Line"@en,
        "Start Line"@ja ;
    mo:track_number 8 ;
    schema:duration "PT0:04"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Start Line"@en,
        "Start Line"@ja .

_:Nf30926b3ea364a1385751499dc460a2d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAGE 2-2"@en,
        "STAGE 2-2"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:Nfa5063de6ae14b7a9a3626700f8e8268 ;
    schema:name "STAGE 2-2"@en,
        "STAGE 2-2"@ja .

_:Nf33e32b259244c9490874a2da3a73ec4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Coin"@en,
        "Coin"@ja ;
    mo:track_number 1 ;
    schema:duration "PT0:04"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Coin"@en,
        "Coin"@ja .

_:Nfe8397d2bb4d4cafbef8900f9d1375ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wild cat ~Here comes queen of hurricanes~"@en,
        "Wild cat ~Here comes queen of hurricanes~"@ja ;
    mo:track_number 16 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "Wild cat ~Here comes queen of hurricanes~"@en,
        "Wild cat ~Here comes queen of hurricanes~"@ja .

_:Nffe11be86f3546dca074159a77ed3e10 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BGM 1"@en,
        "BGM 1"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:07"^^xsd:interval ;
    schema:inPlaylist _:Nfbfd925cc81f4b3d968ddeebc3ad600d ;
    schema:name "BGM 1"@en,
        "BGM 1"@ja .

_:Nfbfd925cc81f4b3d968ddeebc3ad600d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N0bc2240b1962445b98e0830b07f1f462,
        _:N2b213708fc0f4aa19c290279ba082bc3,
        _:N30f43379b8644e41b750317adc60d1cf,
        _:N39445abaa1fa49dd87afb5c55361e822,
        _:N5e988e067f014b4f9aa89255715e243b,
        _:N65dc3853b5f144f68f43039e33ad45fc,
        _:N702fd55afc424a4194937c1a4a82d8c6,
        _:N925ee517647b448e8c65118fb8ea1464,
        _:N94d4426bb2154895bea8711b7cb18063,
        _:N9862439fb532454b9da2ff1eb18e46ca,
        _:Nafd5bfbfb7e84a65973648325dc87f5c,
        _:Nb1cadac6ca8f41cc81752d1551a28f28,
        _:Nbb4542657e714c15845fdc61066a69a5,
        _:Ncde45bb681d447f083021e5b10d28eb7,
        _:Nd8dcac07eabe440f819cf94b97108aa6,
        _:Ne3d0b8853cd54bb38f0c7ea86a19b20e,
        _:Ne8df92865e7f414b894f6acc6827d055,
        _:Neabad0f29c1048169430c085e0742b39,
        _:Nf0d17c83c3cb438b95502b0e3244a660,
        _:Nf33e32b259244c9490874a2da3a73ec4,
        _:Nfe8397d2bb4d4cafbef8900f9d1375ff,
        _:Nffe11be86f3546dca074159a77ed3e10 ;
    mo:track_count 22 ;
    schema:duration "PT52:53"^^xsd:interval ;
    schema:numTracks 22 ;
    schema:track _:N0bc2240b1962445b98e0830b07f1f462,
        _:N2b213708fc0f4aa19c290279ba082bc3,
        _:N30f43379b8644e41b750317adc60d1cf,
        _:N39445abaa1fa49dd87afb5c55361e822,
        _:N5e988e067f014b4f9aa89255715e243b,
        _:N65dc3853b5f144f68f43039e33ad45fc,
        _:N702fd55afc424a4194937c1a4a82d8c6,
        _:N925ee517647b448e8c65118fb8ea1464,
        _:N94d4426bb2154895bea8711b7cb18063,
        _:N9862439fb532454b9da2ff1eb18e46ca,
        _:Nafd5bfbfb7e84a65973648325dc87f5c,
        _:Nb1cadac6ca8f41cc81752d1551a28f28,
        _:Nbb4542657e714c15845fdc61066a69a5,
        _:Ncde45bb681d447f083021e5b10d28eb7,
        _:Nd8dcac07eabe440f819cf94b97108aa6,
        _:Ne3d0b8853cd54bb38f0c7ea86a19b20e,
        _:Ne8df92865e7f414b894f6acc6827d055,
        _:Neabad0f29c1048169430c085e0742b39,
        _:Nf0d17c83c3cb438b95502b0e3244a660,
        _:Nf33e32b259244c9490874a2da3a73ec4,
        _:Nfe8397d2bb4d4cafbef8900f9d1375ff,
        _:Nffe11be86f3546dca074159a77ed3e10 .

_:Nfa5063de6ae14b7a9a3626700f8e8268 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03954304646c4fb5a189d237b66b8b1f,
        _:N100f3c3a35af49e9a417343e3531b05d,
        _:N13fc92166a9945e8a9863946d335b101,
        _:N191a72f84ac94096bd6979fb6163276e,
        _:N19dd4efdb4cd404594e3e8a617cdaae2,
        _:N259ff4c56c034d18a93dde170b089194,
        _:N2a7940b0ad184d5ca8f9d61c9aae437d,
        _:N2cdc6671ae1d4d50b7c3ae8509391472,
        _:N34a2145bacc448a5ab9203b505eb9923,
        _:N421ac5096f8546809ed625c3da2b6b66,
        _:N448ac5bce6554b53ba4bbb2e0c09cdde,
        _:N4d3fbc71109c4aae8fbb975f2e62710a,
        _:N53ef107e882a4c38ad5d7ec58c74d902,
        _:N56d6ffd2c60a4325a90aaeb92a38c904,
        _:N577015402e6f4b159cf85f0b937a82bb,
        _:N57aa8fa588da454f9870f700b92e9ff2,
        _:N66fec6c0cc3f40acadd7a32118e43ebe,
        _:N6bdfe58719e84106bc6558fdff70fb86,
        _:N6bfb6e3c16c64eba83d7b528fca3060a,
        _:N7857796258fa4aee8cdb759c53201cf8,
        _:N83e2ada55c0b499dafeff151df5d4f6e,
        _:N8b267154114c489f9e9030047fb88b65,
        _:N9fccb528405e4eb5a391c6bfb81ba851,
        _:Na218610d0ba047f69fb852bca8e514ed,
        _:Na31dfa5fe63b43e785e6002fce3895ad,
        _:Na32b5900b30b4c9c86b62743db1cd237,
        _:Naf17d1c4a21d43cb92d6d120fc3670b8,
        _:Nafa54909e8dc44cf8d820dabd0203b52,
        _:Nd4ef92a3d3194066af4db39cc936f243,
        _:Ne149817162114c558a5b5a9d21f1cc53,
        _:Ne16c8a8137064b37a2ed2b308031f93c,
        _:Nf30926b3ea364a1385751499dc460a2d ;
    mo:track_count 32 ;
    schema:duration "PT56:50"^^xsd:interval ;
    schema:numTracks 32 ;
    schema:track _:N03954304646c4fb5a189d237b66b8b1f,
        _:N100f3c3a35af49e9a417343e3531b05d,
        _:N13fc92166a9945e8a9863946d335b101,
        _:N191a72f84ac94096bd6979fb6163276e,
        _:N19dd4efdb4cd404594e3e8a617cdaae2,
        _:N259ff4c56c034d18a93dde170b089194,
        _:N2a7940b0ad184d5ca8f9d61c9aae437d,
        _:N2cdc6671ae1d4d50b7c3ae8509391472,
        _:N34a2145bacc448a5ab9203b505eb9923,
        _:N421ac5096f8546809ed625c3da2b6b66,
        _:N448ac5bce6554b53ba4bbb2e0c09cdde,
        _:N4d3fbc71109c4aae8fbb975f2e62710a,
        _:N53ef107e882a4c38ad5d7ec58c74d902,
        _:N56d6ffd2c60a4325a90aaeb92a38c904,
        _:N577015402e6f4b159cf85f0b937a82bb,
        _:N57aa8fa588da454f9870f700b92e9ff2,
        _:N66fec6c0cc3f40acadd7a32118e43ebe,
        _:N6bdfe58719e84106bc6558fdff70fb86,
        _:N6bfb6e3c16c64eba83d7b528fca3060a,
        _:N7857796258fa4aee8cdb759c53201cf8,
        _:N83e2ada55c0b499dafeff151df5d4f6e,
        _:N8b267154114c489f9e9030047fb88b65,
        _:N9fccb528405e4eb5a391c6bfb81ba851,
        _:Na218610d0ba047f69fb852bca8e514ed,
        _:Na31dfa5fe63b43e785e6002fce3895ad,
        _:Na32b5900b30b4c9c86b62743db1cd237,
        _:Naf17d1c4a21d43cb92d6d120fc3670b8,
        _:Nafa54909e8dc44cf8d820dabd0203b52,
        _:Nd4ef92a3d3194066af4db39cc936f243,
        _:Ne149817162114c558a5b5a9d21f1cc53,
        _:Ne16c8a8137064b37a2ed2b308031f93c,
        _:Nf30926b3ea364a1385751499dc460a2d .

