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

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

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

<artist/15258#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/128901#subject> ;
    schema:name "Blacklolita"@en ;
    foaf:made <album/128901#composition>,
        <album/128901#subject> ;
    foaf:name "Blacklolita"@en .

<album/128901#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "AERONAUT (xxx) / Blacklolita"@en,
        "AERONAUT (xxx) / Blacklolita"@ja,
        "AERONAUT (xxx) / Blacklolita"@ja-latn ;
    mo:composer <artist/15258#subject> ;
    mo:produced_work <album/128901#musicalwork> ;
    schema:name "AERONAUT (xxx) / Blacklolita"@en,
        "AERONAUT (xxx) / Blacklolita"@ja,
        "AERONAUT (xxx) / Blacklolita"@ja-latn .

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

<album/128901#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "AERONAUT (xxx) / Blacklolita"@en,
        "AERONAUT (xxx) / Blacklolita"@ja,
        "AERONAUT (xxx) / Blacklolita"@ja-latn ;
    mo:performance_of <album/128901#musicalwork> ;
    mo:recorded_as <album/128901#musicalexpression> ;
    schema:name "AERONAUT (xxx) / Blacklolita"@en,
        "AERONAUT (xxx) / Blacklolita"@ja,
        "AERONAUT (xxx) / Blacklolita"@ja-latn ;
    schema:workPerformed <album/128901#musicalwork> .

<org/3419#subject> schema:name "MEGAREX"@en,
        "MEGAREX"@ja,
        "MEGAREX"@ja-latn ;
    foaf:name "MEGAREX"@en,
        "MEGAREX"@ja,
        "MEGAREX"@ja-latn .

<https://media.vgm.io/albums/10/128901/128901-48c61cc7d352.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/128901#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/10/128901/128901-48c61cc7d352.jpg> ;
    foaf:depicts <album/128901#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/10/128901/128901-48c61cc7d352.jpg> .

<https://medium-media.vgm.io/albums/10/128901/128901-48c61cc7d352.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/128901#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-06-21"^^xsd:date ;
    dcterms:title "AERONAUT (xxx) / Blacklolita"@en,
        "AERONAUT (xxx) / Blacklolita"@ja,
        "AERONAUT (xxx) / Blacklolita"@ja-latn ;
    mo:catalogue_number "MRX-114" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/128901#musicalexpression> ;
    mo:publisher <org/3419#subject> ;
    mo:record _:Nc6ec9965eeb34776a68fec2b5f57f658 ;
    mo:record_count 1 ;
    schema:datePublished "2022-06-21"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/10/128901/128901-48c61cc7d352.jpg> ;
    schema:name "AERONAUT (xxx) / Blacklolita"@en,
        "AERONAUT (xxx) / Blacklolita"@ja,
        "AERONAUT (xxx) / Blacklolita"@ja-latn ;
    schema:publisher <org/3419#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/128901/128901-48c61cc7d352.jpg> .

_:N76418cfdca2d471ca16689ab9f06027b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "AERONAUT (xxx)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Nc6ec9965eeb34776a68fec2b5f57f658 ;
    schema:name "AERONAUT (xxx)"@en .

_:Nc6ec9965eeb34776a68fec2b5f57f658 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N76418cfdca2d471ca16689ab9f06027b ;
    mo:track_count 1 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N76418cfdca2d471ca16689ab9f06027b .

