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

<album/126788#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Don't Stop the Game / DJ Myosuke"@en,
        "Don't Stop the Game / DJ Myosuke"@ja,
        "Don't Stop the Game / DJ Myosuke"@ja-latn ;
    mo:produced_work <album/126788#musicalwork> ;
    schema:name "Don't Stop the Game / DJ Myosuke"@en,
        "Don't Stop the Game / DJ Myosuke"@ja,
        "Don't Stop the Game / DJ Myosuke"@ja-latn .

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

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

<product/12632#subject> a schema:CreativeWork ;
    schema:name "Taiko no Tatsujin (2011)"@en,
        "太鼓の達人 (2011)"@ja,
        "Taiko no Tatsujin (2011)"@ja-latn ;
    foaf:name "Taiko no Tatsujin (2011)"@en,
        "太鼓の達人 (2011)"@ja,
        "Taiko no Tatsujin (2011)"@ja-latn .

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

<album/126788#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Don't Stop the Game / DJ Myosuke"@en,
        "Don't Stop the Game / DJ Myosuke"@ja,
        "Don't Stop the Game / DJ Myosuke"@ja-latn ;
    mo:performance_of <album/126788#musicalwork> ;
    mo:recorded_as <album/126788#musicalexpression> ;
    schema:name "Don't Stop the Game / DJ Myosuke"@en,
        "Don't Stop the Game / DJ Myosuke"@ja,
        "Don't Stop the Game / DJ Myosuke"@ja-latn ;
    schema:workPerformed <album/126788#musicalwork> .

<org/3576#subject> schema:name "Japanese Stream Hardcore"@en,
        "Japanese Stream Hardcore"@ja,
        "Japanese Stream Hardcore"@ja-latn ;
    foaf:name "Japanese Stream Hardcore"@en,
        "Japanese Stream Hardcore"@ja,
        "Japanese Stream Hardcore"@ja-latn .

<https://media.vgm.io/albums/88/126788/126788-8fb4ece773d6.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/126788#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/88/126788/126788-8fb4ece773d6.jpg> ;
    foaf:depicts <album/126788#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/88/126788/126788-8fb4ece773d6.jpg> .

<https://medium-media.vgm.io/albums/88/126788/126788-8fb4ece773d6.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/126788#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-10-05"^^xsd:date ;
    dcterms:title "Don't Stop the Game / DJ Myosuke"@en,
        "Don't Stop the Game / DJ Myosuke"@ja,
        "Don't Stop the Game / DJ Myosuke"@ja-latn ;
    mo:catalogue_number "JSHEP007" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/126788#musicalexpression> ;
    mo:publisher <org/3576#subject> ;
    mo:record _:N7122e91d911d4a51bf3edb0d9de26f56 ;
    mo:record_count 1 ;
    schema:about <product/12632#subject> ;
    schema:datePublished "2019-10-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/126788/126788-8fb4ece773d6.jpg> ;
    schema:name "Don't Stop the Game / DJ Myosuke"@en,
        "Don't Stop the Game / DJ Myosuke"@ja,
        "Don't Stop the Game / DJ Myosuke"@ja-latn ;
    schema:publisher <org/3576#subject> ;
    foaf:depiction <https://media.vgm.io/albums/88/126788/126788-8fb4ece773d6.jpg> .

_:N7122e91d911d4a51bf3edb0d9de26f56 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N905ba95c71f1435d8d174200c63f7a4c ;
    mo:track_count 1 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N905ba95c71f1435d8d174200c63f7a4c .

_:N905ba95c71f1435d8d174200c63f7a4c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Don't Stop the Game"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:N7122e91d911d4a51bf3edb0d9de26f56 ;
    schema:name "Don't Stop the Game"@en .

