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

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

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

<artist/9098#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125459#subject> ;
    schema:name "TANUKI"@en ;
    foaf:made <album/125459#composition>,
        <album/125459#subject> ;
    foaf:name "TANUKI"@en .

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

<album/125459#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ascent / TANUKI"@en,
        "Ascent / TANUKI"@ja,
        "Ascent / TANUKI"@ja-latn ;
    mo:composer <artist/9098#subject> ;
    mo:produced_work <album/125459#musicalwork> ;
    schema:name "Ascent / TANUKI"@en,
        "Ascent / TANUKI"@ja,
        "Ascent / TANUKI"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/95/125459/125459-bc16e0d3a5f9.png> a schema:ImageObject,
        foaf:Image .

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

<album/125459#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-11-12"^^xsd:date ;
    dcterms:title "Ascent / TANUKI"@en,
        "Ascent / TANUKI"@ja,
        "Ascent / TANUKI"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/125459#musicalexpression> ;
    mo:publisher _:N6ff6eeb34f8d4248a81d237756f927b5 ;
    mo:record _:N59f0220720c64d54b19d1937f6027f84 ;
    mo:record_count 1 ;
    schema:about <product/10873#subject> ;
    schema:datePublished "2021-11-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/95/125459/125459-bc16e0d3a5f9.png> ;
    schema:name "Ascent / TANUKI"@en,
        "Ascent / TANUKI"@ja,
        "Ascent / TANUKI"@ja-latn ;
    schema:publisher _:N6ff6eeb34f8d4248a81d237756f927b5 ;
    foaf:depiction <https://media.vgm.io/albums/95/125459/125459-bc16e0d3a5f9.png> .

_:N59f0220720c64d54b19d1937f6027f84 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5f1a0dd857674c62b55b84ff0fc957b7 ;
    mo:track_count 1 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N5f1a0dd857674c62b55b84ff0fc957b7 .

_:N5f1a0dd857674c62b55b84ff0fc957b7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ascent"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N59f0220720c64d54b19d1937f6027f84 ;
    schema:name "Ascent"@en .

_:N6ff6eeb34f8d4248a81d237756f927b5 schema:name "TANUKI"@en,
        "TANUKI"@ja,
        "TANUKI"@ja-latn ;
    foaf:name "TANUKI"@en,
        "TANUKI"@ja,
        "TANUKI"@ja-latn .

