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

<album/78493#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Live from the Overworld"@en,
        "Live from the Overworld"@ja,
        "Live from the Overworld"@ja-latn ;
    mo:produced_work <album/78493#musicalwork> ;
    schema:name "Live from the Overworld"@en,
        "Live from the Overworld"@ja,
        "Live from the Overworld"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/39/78493/78493-1529258371.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/17808#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "The Runaway Four"@en ;
    foaf:name "The Runaway Four"@en .

<artist/18472#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "Thomas Houlden"@en ;
    foaf:name "Thomas Houlden"@en .

<artist/18473#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "Luis Pablo Melgar"@en ;
    foaf:name "Luis Pablo Melgar"@en .

<artist/18475#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "Michael Klein"@en ;
    foaf:name "Michael Klein"@en .

<artist/23849#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "Allan Heppner"@en ;
    foaf:name "Allan Heppner"@en .

<artist/23851#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "Chris Doughty"@en ;
    foaf:name "Chris Doughty"@en .

<artist/23852#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "Chris McKnight"@en ;
    foaf:name "Chris McKnight"@en .

<artist/23853#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "Josh Pendlebury"@en ;
    foaf:name "Josh Pendlebury"@en .

<artist/29247#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/78493#performance> ;
    schema:name "Ingrid Cheung"@en ;
    foaf:name "Ingrid Cheung"@en .

<album/78493#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-06-23"^^xsd:date ;
    dcterms:title "Live from the Overworld"@en,
        "Live from the Overworld"@ja,
        "Live from the Overworld"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/78493#musicalexpression> ;
    mo:publisher _:Nfb9b6b5995f24ca1998b595e8522cfe0 ;
    mo:record _:N1a730a3489464d6d99837f40645c148d ;
    mo:record_count 1 ;
    schema:byArtist <artist/17808#subject>,
        <artist/18472#subject>,
        <artist/18473#subject>,
        <artist/18475#subject>,
        <artist/23849#subject>,
        <artist/23851#subject>,
        <artist/23852#subject>,
        <artist/23853#subject>,
        <artist/29247#subject> ;
    schema:datePublished "2018-06-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/39/78493/78493-1529258371.jpg> ;
    schema:name "Live from the Overworld"@en,
        "Live from the Overworld"@ja,
        "Live from the Overworld"@ja-latn ;
    schema:publisher _:Nfb9b6b5995f24ca1998b595e8522cfe0 ;
    foaf:depiction <https://media.vgm.io/albums/39/78493/78493-1529258371.jpg> .

<album/78493#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Live from the Overworld"@en,
        "Live from the Overworld"@ja,
        "Live from the Overworld"@ja-latn ;
    mo:performance_of <album/78493#musicalwork> ;
    mo:performer <artist/17808#subject>,
        <artist/18472#subject>,
        <artist/18473#subject>,
        <artist/18475#subject>,
        <artist/23849#subject>,
        <artist/23851#subject>,
        <artist/23852#subject>,
        <artist/23853#subject>,
        <artist/29247#subject> ;
    mo:recorded_as <album/78493#musicalexpression> ;
    schema:byArtist <artist/17808#subject>,
        <artist/18472#subject>,
        <artist/18473#subject>,
        <artist/18475#subject>,
        <artist/23849#subject>,
        <artist/23851#subject>,
        <artist/23852#subject>,
        <artist/23853#subject>,
        <artist/29247#subject> ;
    schema:name "Live from the Overworld"@en,
        "Live from the Overworld"@ja,
        "Live from the Overworld"@ja-latn ;
    schema:workPerformed <album/78493#musicalwork> .

_:N0ab354e25ffe462fad10956636ebb89a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beach Party"@en ;
    mo:track_number 3 ;
    schema:duration "PT10:54"^^xsd:interval ;
    schema:inPlaylist _:N1a730a3489464d6d99837f40645c148d ;
    schema:name "Beach Party"@en .

_:N126a9225b19442858404d3f4354fb836 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Return to Hell"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:38"^^xsd:interval ;
    schema:inPlaylist _:N1a730a3489464d6d99837f40645c148d ;
    schema:name "Return to Hell"@en .

_:N1342928fb3fa48b49d183a33d34390af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Obligatory Forest Level"@en ;
    mo:track_number 6 ;
    schema:duration "PT18:32"^^xsd:interval ;
    schema:inPlaylist _:N1a730a3489464d6d99837f40645c148d ;
    schema:name "Obligatory Forest Level"@en .

_:Nc1ef6c03de9443538428c2270d2b313c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oompa Land"@en ;
    mo:track_number 2 ;
    schema:duration "PT9:54"^^xsd:interval ;
    schema:inPlaylist _:N1a730a3489464d6d99837f40645c148d ;
    schema:name "Oompa Land"@en .

_:Nc644148c50c6491bac1ac2bd72b537e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SIDWAVE"@en ;
    mo:track_number 5 ;
    schema:duration "PT7:37"^^xsd:interval ;
    schema:inPlaylist _:N1a730a3489464d6d99837f40645c148d ;
    schema:name "SIDWAVE"@en .

_:Ncd2666041ac744f89d64f060171f99ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Master Quest"@en ;
    mo:track_number 7 ;
    schema:duration "PT15:06"^^xsd:interval ;
    schema:inPlaylist _:N1a730a3489464d6d99837f40645c148d ;
    schema:name "Master Quest"@en .

_:Nf041cea4c0604758b7a22ef234f793d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jazzy Jungle Joyride"@en ;
    mo:track_number 4 ;
    schema:duration "PT8:19"^^xsd:interval ;
    schema:inPlaylist _:N1a730a3489464d6d99837f40645c148d ;
    schema:name "Jazzy Jungle Joyride"@en .

_:Nfb9b6b5995f24ca1998b595e8522cfe0 schema:name "The Runaway Four"@en,
        "The Runaway Four"@ja,
        "The Runaway Four"@ja-latn ;
    foaf:name "The Runaway Four"@en,
        "The Runaway Four"@ja,
        "The Runaway Four"@ja-latn .

_:N1a730a3489464d6d99837f40645c148d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ab354e25ffe462fad10956636ebb89a,
        _:N126a9225b19442858404d3f4354fb836,
        _:N1342928fb3fa48b49d183a33d34390af,
        _:Nc1ef6c03de9443538428c2270d2b313c,
        _:Nc644148c50c6491bac1ac2bd72b537e1,
        _:Ncd2666041ac744f89d64f060171f99ef,
        _:Nf041cea4c0604758b7a22ef234f793d2 ;
    mo:track_count 7 ;
    schema:duration "PT78:00"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N0ab354e25ffe462fad10956636ebb89a,
        _:N126a9225b19442858404d3f4354fb836,
        _:N1342928fb3fa48b49d183a33d34390af,
        _:Nc1ef6c03de9443538428c2270d2b313c,
        _:Nc644148c50c6491bac1ac2bd72b537e1,
        _:Ncd2666041ac744f89d64f060171f99ef,
        _:Nf041cea4c0604758b7a22ef234f793d2 .

