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

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

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

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

<release/8379#subject> a schema:CreativeWork ;
    schema:name "UNDERTALE (Switch)"@en,
        "UNDERTALE (Switch)"@ja,
        "UNDERTALE (Switch)"@ja-latn ;
    foaf:name "UNDERTALE (Switch)"@en,
        "UNDERTALE (Switch)"@ja,
        "UNDERTALE (Switch)"@ja-latn .

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

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

<album/137589#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Mad Mew Mew (from UNDERTALE)"@en,
        "Mad Mew Mew (from UNDERTALE)"@ja,
        "Mad Mew Mew (from UNDERTALE)"@ja-latn ;
    mo:performance_of <album/137589#musicalwork> ;
    mo:recorded_as <album/137589#musicalexpression> ;
    schema:name "Mad Mew Mew (from UNDERTALE)"@en,
        "Mad Mew Mew (from UNDERTALE)"@ja,
        "Mad Mew Mew (from UNDERTALE)"@ja-latn ;
    schema:workPerformed <album/137589#musicalwork> .

<org/1517#subject> schema:name "Materia Collective"@en,
        "Materia Collective"@ja,
        "Materia Collective"@ja-latn ;
    foaf:name "Materia Collective"@en,
        "Materia Collective"@ja,
        "Materia Collective"@ja-latn .

<https://media.vgm.io/albums/98/137589/137589-e32e4cd1a549.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/137589#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/98/137589/137589-e32e4cd1a549.png> ;
    foaf:depicts <album/137589#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/98/137589/137589-e32e4cd1a549.png> .

<https://medium-media.vgm.io/albums/98/137589/137589-e32e4cd1a549.png> a schema:ImageObject,
        foaf:Image .

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

<album/137589#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-09-15"^^xsd:date ;
    dcterms:title "Mad Mew Mew (from UNDERTALE)"@en,
        "Mad Mew Mew (from UNDERTALE)"@ja,
        "Mad Mew Mew (from UNDERTALE)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/137589#musicalexpression> ;
    mo:publisher <org/1517#subject> ;
    mo:record _:N95440ae4988d430a94d429fcf9044c08 ;
    mo:record_count 1 ;
    schema:about <release/8379#subject> ;
    schema:datePublished "2020-09-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/98/137589/137589-e32e4cd1a549.png> ;
    schema:name "Mad Mew Mew (from UNDERTALE)"@en,
        "Mad Mew Mew (from UNDERTALE)"@ja,
        "Mad Mew Mew (from UNDERTALE)"@ja-latn ;
    schema:publisher <org/1517#subject> ;
    foaf:depiction <https://media.vgm.io/albums/98/137589/137589-e32e4cd1a549.png> .

_:N95440ae4988d430a94d429fcf9044c08 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N9d51959f9b384e94843b837f610e4ab1 ;
    mo:track_count 1 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N9d51959f9b384e94843b837f610e4ab1 .

_:N9d51959f9b384e94843b837f610e4ab1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mad Mew Mew (from UNDERTALE)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N95440ae4988d430a94d429fcf9044c08 ;
    schema:name "Mad Mew Mew (from UNDERTALE)"@en .

