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

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

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

<artist/16803#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/57937#subject> ;
    schema:name "Toby Fox"@en ;
    foaf:made <album/57937#composition>,
        <album/57937#subject> ;
    foaf:name "Toby Fox"@en .

<product/4106#subject> a schema:CreativeWork ;
    schema:name "UNDERTALE"@en,
        "UNDERTALE"@ja,
        "UNDERTALE"@ja-latn ;
    foaf:name "UNDERTALE"@en,
        "UNDERTALE"@ja,
        "UNDERTALE"@ja-latn .

<album/57937#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "sans."@en,
        "sans. UNDERTALE"@ja,
        "sans. (from \"Undertale\")"@ja-latn ;
    mo:composer <artist/16803#subject> ;
    mo:produced_work <album/57937#musicalwork> ;
    schema:name "sans."@en,
        "sans. UNDERTALE"@ja,
        "sans. (from \"Undertale\")"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/73/57937/57937-1459286770.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/57937#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "sans."@en,
        "sans. UNDERTALE"@ja,
        "sans. (from \"Undertale\")"@ja-latn ;
    mo:performance_of <album/57937#musicalwork> ;
    mo:performer <artist/17444#subject> ;
    mo:recorded_as <album/57937#musicalexpression> ;
    schema:byArtist <artist/17444#subject> ;
    schema:name "sans."@en,
        "sans. UNDERTALE"@ja,
        "sans. (from \"Undertale\")"@ja-latn ;
    schema:workPerformed <album/57937#musicalwork> .

<artist/17444#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/57937#performance> ;
    schema:name "Moisés Nieto"@en ;
    foaf:name "Moisés Nieto"@en .

<album/57937#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-02-15"^^xsd:date ;
    dcterms:title "sans."@en,
        "sans. UNDERTALE"@ja,
        "sans. (from \"Undertale\")"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/57937#musicalexpression> ;
    mo:publisher _:Nde35ce37aa5d451782bfbd97ee409d42 ;
    mo:record _:Nac9d8ddab9ba4c31b2d135d0fa734a39 ;
    mo:record_count 1 ;
    schema:about <product/4106#subject> ;
    schema:byArtist <artist/17444#subject> ;
    schema:datePublished "2016-02-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/73/57937/57937-1459286770.jpg> ;
    schema:name "sans."@en,
        "sans. UNDERTALE"@ja,
        "sans. (from \"Undertale\")"@ja-latn ;
    schema:publisher _:Nde35ce37aa5d451782bfbd97ee409d42 ;
    foaf:depiction <https://media.vgm.io/albums/73/57937/57937-1459286770.jpg> .

_:N625c52aac5e8484eb9a75121f101f07d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "sans. (From \"Undertale\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:inPlaylist _:Nac9d8ddab9ba4c31b2d135d0fa734a39 ;
    schema:name "sans. (From \"Undertale\")"@en .

_:Nac9d8ddab9ba4c31b2d135d0fa734a39 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N625c52aac5e8484eb9a75121f101f07d ;
    mo:track_count 1 ;
    schema:duration "PT1:13"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N625c52aac5e8484eb9a75121f101f07d .

_:Nde35ce37aa5d451782bfbd97ee409d42 schema:name "Moisés Nieto"@en ;
    foaf:name "Moisés Nieto"@en .

