@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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57,
        _:Nddc2c5891532499cb5027259a0f5054e ;
    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> .

_:N01175003b08c4329aadf23fb894f7e6f 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "DAIOH ~The fat is in the fire~"@en,
        "DAIOH ~The fat is in the fire~"@ja .

_:N076fc7a2f4054ea4b1be8c59fd28b71c 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "DISCOVERY ~Grandpa is still alive~"@en,
        "DISCOVERY ~Grandpa is still alive~"@ja .

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

_:N1283124b5c0b4040b6fa466507722c7c 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 3-1"@en,
        "STAGE 3-1"@ja .

_:N138b1cdd5b7443a4b4ed96e110c065a8 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "BGM 2"@en,
        "BGM 2"@ja .

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

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

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

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

_:N255647b479ea47cda14c282254e573a2 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "LoveMachine ~BLUE ISLAND~"@en,
        "LoveMachine ~BLUE ISLAND~"@ja .

_:N27dc732a8f444269864f69364e06a770 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "BGM 3"@en,
        "BGM 3"@ja .

_:N28d86dc9190846f395508740e7ce70e0 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 5-2"@en,
        "STAGE 5-2"@ja .

_:N30f87d3d8d8841febe96fd4090e8be7d 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 1-1"@en,
        "STAGE 1-1"@ja .

_:N3801e2329ddb46ba9d11e49c75e20124 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Wild cat ~Here comes queen of hurricanes~"@en,
        "Wild cat ~Here comes queen of hurricanes~"@ja .

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

_:N3c9e70de7b2c42d3bec8678c6dba9a22 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Grasshopper ~Into the mountains~"@en,
        "Grasshopper ~Into the mountains~"@ja .

_:N3e863b20c41f48f480da888771370a37 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Main Theme"@en,
        "Main Theme"@ja .

_:N43cbd6ef428d45b18040fbe7a77d8781 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 3-2"@en,
        "STAGE 3-2"@ja .

_:N51b67b63c73f47969f18589cfa1086ec 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "BGM 1"@en,
        "BGM 1"@ja .

_:N6572f5966f684b38a90713a92a432a43 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 5-1"@en,
        "STAGE 5-1"@ja .

_:N6b9612993e0145868f03eb82c8f61792 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "I.C.B.M. ~Condition red~"@en,
        "I.C.B.M. ~Condition red~"@ja .

_:N752e379c8e7944eab5959100a8ab66f2 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "Game Over"@en,
        "Game Over"@ja .

_:N7957ee536c954186802a70ad59636826 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Revolution ~Sightseeing at mach 1~"@en,
        "Revolution ~Sightseeing at mach 1~"@ja .

_:N7ebfcb8ad398479d8aeb25f8d55dac59 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE CLEAR"@en,
        "STAGE CLEAR"@ja .

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

_:N95eca1500bf34c76aad4fec5d4e3c445 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "BGM 4"@en,
        "BGM 4"@ja .

_:N96f804648c1b44ea9367e9f9535ed33a 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Name Entry 1"@en,
        "Name Entry 1"@ja .

_:N98464d032b194e3b9ab155ac6b57db43 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Start Line"@en,
        "Start Line"@ja .

_:N984994c4cbb249e797c7f26d79742490 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 4-2"@en,
        "STAGE 4-2"@ja .

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

_:N9ecbe07929cf4bcd868b58e542dc7ab3 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Not Use"@en,
        "Not Use"@ja .

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

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

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

_:Naba919073a294394817e1f687140bfc2 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "GAME OVER"@en,
        "GAME OVER"@ja .

_:Nacbd3a0981b5476d94ac2921849754ea 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Name Entry"@en,
        "Name Entry"@ja .

_:Nad67e9442d034e2f8dcf7ee51d8b5877 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 6"@en,
        "STAGE 6"@ja .

_:Nadf6dbfa70b345068dec0b9075354ed9 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "BGM 1"@en,
        "BGM 1"@ja .

_:Nb9e04aa3ff014b5780a8c7c2e3001157 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Not Use"@en,
        "Not Use"@ja .

_:Nc1c0ba146baa472e934422d7b8b49d35 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "NAME ENTRY"@en,
        "NAME ENTRY"@ja .

_:Nca11b09fc2e2490288d3b9b0f8da29d3 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 1-2"@en,
        "STAGE 1-2"@ja .

_:Ncde27476972c4cc3891e67c9ac2a6fca 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Lightning ~A little good~"@en,
        "Lightning ~A little good~"@ja .

_:Nd3e540bf68c6418da9725e188a34c3ff 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Name Entry 2"@en,
        "Name Entry 2"@ja .

_:Nd850ac91fcec427ba8e14625da169058 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 2-1"@en,
        "STAGE 2-1"@ja .

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

_:Ne0484101e95946d183b9d31dd65d49a3 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "Name REGIST."@en,
        "Name REGIST."@ja .

_:Ne265b75e85b94d299c348ad9470d426e 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 4-1"@en,
        "STAGE 4-1"@ja .

_:Ne2835ae32af546aca9ab02c54692940a 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE SELECT"@en,
        "STAGE SELECT"@ja .

_:Ne675d0d049534677a86c8d1cd22e01cc 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "Not Use"@en,
        "Not Use"@ja .

_:Ne96fb8115c8a423fbe292535764715b3 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 _:Nddc2c5891532499cb5027259a0f5054e ;
    schema:name "STAGE 2-2"@en,
        "STAGE 2-2"@ja .

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

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

_:Nf82666be20a3420d88c792fb8884f4c8 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 _:N1d75ae7cd95c44dcb5e77a0fec2c1e57 ;
    schema:name "Hang on ~Theme of Love~"@en,
        "Hang on ~愛のテーマ~"@ja .

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

_:N1d75ae7cd95c44dcb5e77a0fec2c1e57 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N01175003b08c4329aadf23fb894f7e6f,
        _:N076fc7a2f4054ea4b1be8c59fd28b71c,
        _:N0f12a0b34b5b45cba99cceff64902f15,
        _:N227303f9955945448ab6bb08556399ff,
        _:N255647b479ea47cda14c282254e573a2,
        _:N3801e2329ddb46ba9d11e49c75e20124,
        _:N3c1644329d014bc89a2eec2229ba1968,
        _:N3c9e70de7b2c42d3bec8678c6dba9a22,
        _:N3e863b20c41f48f480da888771370a37,
        _:N6b9612993e0145868f03eb82c8f61792,
        _:N7957ee536c954186802a70ad59636826,
        _:N96f804648c1b44ea9367e9f9535ed33a,
        _:N98464d032b194e3b9ab155ac6b57db43,
        _:N9ecbe07929cf4bcd868b58e542dc7ab3,
        _:Nacbd3a0981b5476d94ac2921849754ea,
        _:Nadf6dbfa70b345068dec0b9075354ed9,
        _:Nb9e04aa3ff014b5780a8c7c2e3001157,
        _:Ncde27476972c4cc3891e67c9ac2a6fca,
        _:Nd3e540bf68c6418da9725e188a34c3ff,
        _:Ndc893d5732d145c1b66adec0d2ea8eae,
        _:Nf82666be20a3420d88c792fb8884f4c8,
        _:Nfce5960263e143c0805a837a29d24b6b ;
    mo:track_count 22 ;
    schema:duration "PT52:53"^^xsd:interval ;
    schema:numTracks 22 ;
    schema:track _:N01175003b08c4329aadf23fb894f7e6f,
        _:N076fc7a2f4054ea4b1be8c59fd28b71c,
        _:N0f12a0b34b5b45cba99cceff64902f15,
        _:N227303f9955945448ab6bb08556399ff,
        _:N255647b479ea47cda14c282254e573a2,
        _:N3801e2329ddb46ba9d11e49c75e20124,
        _:N3c1644329d014bc89a2eec2229ba1968,
        _:N3c9e70de7b2c42d3bec8678c6dba9a22,
        _:N3e863b20c41f48f480da888771370a37,
        _:N6b9612993e0145868f03eb82c8f61792,
        _:N7957ee536c954186802a70ad59636826,
        _:N96f804648c1b44ea9367e9f9535ed33a,
        _:N98464d032b194e3b9ab155ac6b57db43,
        _:N9ecbe07929cf4bcd868b58e542dc7ab3,
        _:Nacbd3a0981b5476d94ac2921849754ea,
        _:Nadf6dbfa70b345068dec0b9075354ed9,
        _:Nb9e04aa3ff014b5780a8c7c2e3001157,
        _:Ncde27476972c4cc3891e67c9ac2a6fca,
        _:Nd3e540bf68c6418da9725e188a34c3ff,
        _:Ndc893d5732d145c1b66adec0d2ea8eae,
        _:Nf82666be20a3420d88c792fb8884f4c8,
        _:Nfce5960263e143c0805a837a29d24b6b .

_:Nddc2c5891532499cb5027259a0f5054e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1283124b5c0b4040b6fa466507722c7c,
        _:N138b1cdd5b7443a4b4ed96e110c065a8,
        _:N19cc8c6f2f664833a18236d772701261,
        _:N20c3b426095e4e40afed720d486dbbf4,
        _:N2432620e69a04613b1bd301c139cc86c,
        _:N27dc732a8f444269864f69364e06a770,
        _:N28d86dc9190846f395508740e7ce70e0,
        _:N30f87d3d8d8841febe96fd4090e8be7d,
        _:N43cbd6ef428d45b18040fbe7a77d8781,
        _:N51b67b63c73f47969f18589cfa1086ec,
        _:N6572f5966f684b38a90713a92a432a43,
        _:N752e379c8e7944eab5959100a8ab66f2,
        _:N7ebfcb8ad398479d8aeb25f8d55dac59,
        _:N823490ce76984348bbf5604c9c2604cb,
        _:N95eca1500bf34c76aad4fec5d4e3c445,
        _:N984994c4cbb249e797c7f26d79742490,
        _:N9cc898b4b0c74c0c963f0d923f83ee39,
        _:Na4c140acace94eebb51a1cecd5930cd6,
        _:Na501837010f74b19bff2a006cf7f0258,
        _:Na5e2a20f4e6240f7972ba8802c15554f,
        _:Naba919073a294394817e1f687140bfc2,
        _:Nad67e9442d034e2f8dcf7ee51d8b5877,
        _:Nc1c0ba146baa472e934422d7b8b49d35,
        _:Nca11b09fc2e2490288d3b9b0f8da29d3,
        _:Nd850ac91fcec427ba8e14625da169058,
        _:Ne0484101e95946d183b9d31dd65d49a3,
        _:Ne265b75e85b94d299c348ad9470d426e,
        _:Ne2835ae32af546aca9ab02c54692940a,
        _:Ne675d0d049534677a86c8d1cd22e01cc,
        _:Ne96fb8115c8a423fbe292535764715b3,
        _:Nec9e2c6537d24c60bbcc1e156c4de3b1,
        _:Nf57ea23611ec4cc0b740dd637f2c27fa ;
    mo:track_count 32 ;
    schema:duration "PT56:50"^^xsd:interval ;
    schema:numTracks 32 ;
    schema:track _:N1283124b5c0b4040b6fa466507722c7c,
        _:N138b1cdd5b7443a4b4ed96e110c065a8,
        _:N19cc8c6f2f664833a18236d772701261,
        _:N20c3b426095e4e40afed720d486dbbf4,
        _:N2432620e69a04613b1bd301c139cc86c,
        _:N27dc732a8f444269864f69364e06a770,
        _:N28d86dc9190846f395508740e7ce70e0,
        _:N30f87d3d8d8841febe96fd4090e8be7d,
        _:N43cbd6ef428d45b18040fbe7a77d8781,
        _:N51b67b63c73f47969f18589cfa1086ec,
        _:N6572f5966f684b38a90713a92a432a43,
        _:N752e379c8e7944eab5959100a8ab66f2,
        _:N7ebfcb8ad398479d8aeb25f8d55dac59,
        _:N823490ce76984348bbf5604c9c2604cb,
        _:N95eca1500bf34c76aad4fec5d4e3c445,
        _:N984994c4cbb249e797c7f26d79742490,
        _:N9cc898b4b0c74c0c963f0d923f83ee39,
        _:Na4c140acace94eebb51a1cecd5930cd6,
        _:Na501837010f74b19bff2a006cf7f0258,
        _:Na5e2a20f4e6240f7972ba8802c15554f,
        _:Naba919073a294394817e1f687140bfc2,
        _:Nad67e9442d034e2f8dcf7ee51d8b5877,
        _:Nc1c0ba146baa472e934422d7b8b49d35,
        _:Nca11b09fc2e2490288d3b9b0f8da29d3,
        _:Nd850ac91fcec427ba8e14625da169058,
        _:Ne0484101e95946d183b9d31dd65d49a3,
        _:Ne265b75e85b94d299c348ad9470d426e,
        _:Ne2835ae32af546aca9ab02c54692940a,
        _:Ne675d0d049534677a86c8d1cd22e01cc,
        _:Ne96fb8115c8a423fbe292535764715b3,
        _:Nec9e2c6537d24c60bbcc1e156c4de3b1,
        _:Nf57ea23611ec4cc0b740dd637f2c27fa .

