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

<album/146234#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Axolotl / C418"@en,
        "Axolotl / C418"@ja,
        "Axolotl / C418"@ja-latn ;
    mo:produced_work <album/146234#musicalwork> ;
    schema:name "Axolotl / C418"@en,
        "Axolotl / C418"@ja,
        "Axolotl / C418"@ja-latn .

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

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

<release/18314#subject> a schema:CreativeWork ;
    schema:name "Minecraft - Update Aquatic"@en,
        "Minecraft - Update Aquatic"@ja,
        "Minecraft - Update Aquatic"@ja-latn ;
    foaf:name "Minecraft - Update Aquatic"@en,
        "Minecraft - Update Aquatic"@ja,
        "Minecraft - Update Aquatic"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/43/146234/146234-f95ce83c1c25.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/146234#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-12-12"^^xsd:date ;
    dcterms:title "Axolotl / C418"@en,
        "Axolotl / C418"@ja,
        "Axolotl / C418"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/146234#musicalexpression> ;
    mo:publisher _:Nb057160207524df7a48ab4677ea83550 ;
    mo:record _:N8c3756021c234a10ba3516a5b08c75f7 ;
    mo:record_count 1 ;
    schema:about <release/18314#subject> ;
    schema:datePublished "2018-12-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/43/146234/146234-f95ce83c1c25.jpg> ;
    schema:name "Axolotl / C418"@en,
        "Axolotl / C418"@ja,
        "Axolotl / C418"@ja-latn ;
    schema:publisher _:Nb057160207524df7a48ab4677ea83550 ;
    foaf:depiction <https://media.vgm.io/albums/43/146234/146234-f95ce83c1c25.jpg> .

_:N4c502598d4e9489d91f073477b9ba35f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Axolotl"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:N8c3756021c234a10ba3516a5b08c75f7 ;
    schema:name "Axolotl"@en .

_:N8c3756021c234a10ba3516a5b08c75f7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4c502598d4e9489d91f073477b9ba35f ;
    mo:track_count 1 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4c502598d4e9489d91f073477b9ba35f .

_:Nb057160207524df7a48ab4677ea83550 schema:name "C418"@en,
        "C418"@ja,
        "C418"@ja-latn ;
    foaf:name "C418"@en,
        "C418"@ja,
        "C418"@ja-latn .

