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

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

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

<artist/49567#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/118837#subject> ;
    schema:name "nitro"@en ;
    foaf:made <album/118837#composition>,
        <album/118837#subject> ;
    foaf:name "nitro"@en .

<album/118837#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "qualia -ideaesthete-"@en,
        "qualia -ideaesthete-"@ja,
        "qualia -ideaesthete-"@ja-latn ;
    mo:composer <artist/49567#subject> ;
    mo:produced_work <album/118837#musicalwork> ;
    schema:name "qualia -ideaesthete-"@en,
        "qualia -ideaesthete-"@ja,
        "qualia -ideaesthete-"@ja-latn .

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

<album/118837#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "qualia -ideaesthete-"@en,
        "qualia -ideaesthete-"@ja,
        "qualia -ideaesthete-"@ja-latn ;
    mo:performance_of <album/118837#musicalwork> ;
    mo:recorded_as <album/118837#musicalexpression> ;
    schema:name "qualia -ideaesthete-"@en,
        "qualia -ideaesthete-"@ja,
        "qualia -ideaesthete-"@ja-latn ;
    schema:workPerformed <album/118837#musicalwork> .

<https://media.vgm.io/albums/73/118837/118837-5bc6e115c045.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/118837#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/73/118837/118837-5bc6e115c045.png> ;
    foaf:depicts <album/118837#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/73/118837/118837-5bc6e115c045.png> .

<https://medium-media.vgm.io/albums/73/118837/118837-5bc6e115c045.png> a schema:ImageObject,
        foaf:Image .

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

<album/118837#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-12-02"^^xsd:date ;
    dcterms:title "qualia -ideaesthete-"@en,
        "qualia -ideaesthete-"@ja,
        "qualia -ideaesthete-"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/118837#musicalexpression> ;
    mo:publisher _:N22c9020dc80a4948ab1e39dea51c231a ;
    mo:record _:N22619a384fe24e42921f136e7ad93783 ;
    mo:record_count 1 ;
    schema:datePublished "2018-12-02"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/73/118837/118837-5bc6e115c045.png> ;
    schema:name "qualia -ideaesthete-"@en,
        "qualia -ideaesthete-"@ja,
        "qualia -ideaesthete-"@ja-latn ;
    schema:publisher _:N22c9020dc80a4948ab1e39dea51c231a ;
    foaf:depiction <https://media.vgm.io/albums/73/118837/118837-5bc6e115c045.png> .

_:N22619a384fe24e42921f136e7ad93783 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N309a6465ec2c4b888e0065b2696a65d5 ;
    mo:track_count 1 ;
    schema:duration "PT7:54"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N309a6465ec2c4b888e0065b2696a65d5 .

_:N22c9020dc80a4948ab1e39dea51c231a schema:name "nitro"@en,
        "nitro"@ja,
        "nitro"@ja-latn ;
    foaf:name "nitro"@en,
        "nitro"@ja,
        "nitro"@ja-latn .

_:N309a6465ec2c4b888e0065b2696a65d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "qualia -ideaesthete-"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:54"^^xsd:interval ;
    schema:inPlaylist _:N22619a384fe24e42921f136e7ad93783 ;
    schema:name "qualia -ideaesthete-"@en .

