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

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

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

<artist/16803#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/148487#subject> ;
    schema:name "Toby Fox"@en ;
    foaf:made <album/148487#composition>,
        <album/148487#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/148487#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Fallen Down Short and Sweet Mix"@en,
        "Fallen Down Short and Sweet Mix"@ja,
        "Fallen Down Short and Sweet Mix"@ja-latn ;
    mo:composer <artist/16803#subject> ;
    mo:produced_work <album/148487#musicalwork> ;
    schema:name "Fallen Down Short and Sweet Mix"@en,
        "Fallen Down Short and Sweet Mix"@ja,
        "Fallen Down Short and Sweet Mix"@ja-latn .

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

<album/148487#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Fallen Down Short and Sweet Mix"@en,
        "Fallen Down Short and Sweet Mix"@ja,
        "Fallen Down Short and Sweet Mix"@ja-latn ;
    mo:performance_of <album/148487#musicalwork> ;
    mo:recorded_as <album/148487#musicalexpression> ;
    schema:name "Fallen Down Short and Sweet Mix"@en,
        "Fallen Down Short and Sweet Mix"@ja,
        "Fallen Down Short and Sweet Mix"@ja-latn ;
    schema:workPerformed <album/148487#musicalwork> .

<https://media.vgm.io/albums/78/148487/148487-81dbef854f48.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/148487#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/78/148487/148487-81dbef854f48.jpg> ;
    foaf:depicts <album/148487#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/78/148487/148487-81dbef854f48.jpg> .

<https://medium-media.vgm.io/albums/78/148487/148487-81dbef854f48.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/148487#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-09-16"^^xsd:date ;
    dcterms:title "Fallen Down Short and Sweet Mix"@en,
        "Fallen Down Short and Sweet Mix"@ja,
        "Fallen Down Short and Sweet Mix"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/148487#musicalexpression> ;
    mo:publisher _:Nd4f624b929464e07aecedc338ef3136d ;
    mo:record _:N4667727137ae48449897ba0848e53e94 ;
    mo:record_count 1 ;
    schema:about <product/4106#subject> ;
    schema:datePublished "2020-09-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/78/148487/148487-81dbef854f48.jpg> ;
    schema:name "Fallen Down Short and Sweet Mix"@en,
        "Fallen Down Short and Sweet Mix"@ja,
        "Fallen Down Short and Sweet Mix"@ja-latn ;
    schema:publisher _:Nd4f624b929464e07aecedc338ef3136d ;
    foaf:depiction <https://media.vgm.io/albums/78/148487/148487-81dbef854f48.jpg> .

_:N4667727137ae48449897ba0848e53e94 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N975ec537c02d4e5dab4e8d59b92f8ce0 ;
    mo:track_count 1 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N975ec537c02d4e5dab4e8d59b92f8ce0 .

_:N975ec537c02d4e5dab4e8d59b92f8ce0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fallen Down Short and Sweet Mix"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N4667727137ae48449897ba0848e53e94 ;
    schema:name "Fallen Down Short and Sweet Mix"@en .

_:Nd4f624b929464e07aecedc338ef3136d schema:name "Pascal \"PotatoBoss\" van den Bos"@en,
        "Pascal \"PotatoBoss\" van den Bos"@ja,
        "Pascal \"PotatoBoss\" van den Bos"@ja-latn ;
    foaf:name "Pascal \"PotatoBoss\" van den Bos"@en,
        "Pascal \"PotatoBoss\" van den Bos"@ja,
        "Pascal \"PotatoBoss\" van den Bos"@ja-latn .

