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

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

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

<album/77346#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kelethin (Orchestral Cover)"@en,
        "Kelethin (Orchestral Cover)"@ja,
        "Kelethin (Orchestral Cover)"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Jay Barbeau"@en ;
            foaf:made <album/77346#composition> ;
            foaf:name "Jay Barbeau"@en ] ;
    mo:produced_work <album/77346#musicalwork> ;
    schema:name "Kelethin (Orchestral Cover)"@en,
        "Kelethin (Orchestral Cover)"@ja,
        "Kelethin (Orchestral Cover)"@ja-latn .

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

<album/77346#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kelethin (Orchestral Cover)"@en,
        "Kelethin (Orchestral Cover)"@ja,
        "Kelethin (Orchestral Cover)"@ja-latn ;
    mo:performance_of <album/77346#musicalwork> ;
    mo:recorded_as <album/77346#musicalexpression> ;
    schema:name "Kelethin (Orchestral Cover)"@en,
        "Kelethin (Orchestral Cover)"@ja,
        "Kelethin (Orchestral Cover)"@ja-latn ;
    schema:workPerformed <album/77346#musicalwork> .

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

<https://medium-media.vgm.io/albums/64/77346/77346-1524920024.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/77346#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-04-23"^^xsd:date ;
    dcterms:title "Kelethin (Orchestral Cover)"@en,
        "Kelethin (Orchestral Cover)"@ja,
        "Kelethin (Orchestral Cover)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/77346#musicalexpression> ;
    mo:publisher _:N7a629e2780f949bcabde4c46e4d24caa ;
    mo:record _:Nd254cc4e0ad748f4b7763e3d72ef1389 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "EverQuest"@en ;
            foaf:name "EverQuest"@en ] ;
    schema:datePublished "2018-04-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/64/77346/77346-1524920024.jpg> ;
    schema:name "Kelethin (Orchestral Cover)"@en,
        "Kelethin (Orchestral Cover)"@ja,
        "Kelethin (Orchestral Cover)"@ja-latn ;
    schema:publisher _:N7a629e2780f949bcabde4c46e4d24caa ;
    foaf:depiction <https://media.vgm.io/albums/64/77346/77346-1524920024.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/77346#subject> ;
    schema:name "Jay Barbeau"@en ;
    foaf:made <album/77346#subject> ;
    foaf:name "Jay Barbeau"@en .

_:N5071313aeab44544b602017227430257 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kelethin (from \"EverQuest\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:Nd254cc4e0ad748f4b7763e3d72ef1389 ;
    schema:name "Kelethin (from \"EverQuest\")"@en .

_:N7a629e2780f949bcabde4c46e4d24caa schema:name "Federico Dubbini"@en,
        "Federico Dubbini"@ja,
        "Federico Dubbini"@ja-latn ;
    foaf:name "Federico Dubbini"@en,
        "Federico Dubbini"@ja,
        "Federico Dubbini"@ja-latn .

_:Nd254cc4e0ad748f4b7763e3d72ef1389 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5071313aeab44544b602017227430257 ;
    mo:track_count 1 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N5071313aeab44544b602017227430257 .

