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

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

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

<artist/55829#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/149779#subject> ;
    schema:name "Qlarabelle"@en ;
    foaf:made <album/149779#composition>,
        <album/149779#subject> ;
    foaf:name "Qlarabelle"@en .

<album/149779#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Neural Galaxy / Qlarabelle"@en,
        "Neural Galaxy / Qlarabelle"@ja,
        "Neural Galaxy / Qlarabelle"@ja-latn ;
    mo:composer <artist/55829#subject> ;
    mo:produced_work <album/149779#musicalwork> ;
    schema:name "Neural Galaxy / Qlarabelle"@en,
        "Neural Galaxy / Qlarabelle"@ja,
        "Neural Galaxy / Qlarabelle"@ja-latn .

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

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

<https://media.vgm.io/albums/97/149779/149779-71ee2e10bf54.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/149779#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/97/149779/149779-71ee2e10bf54.png> ;
    foaf:depicts <album/149779#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/97/149779/149779-71ee2e10bf54.png> .

<https://medium-media.vgm.io/albums/97/149779/149779-71ee2e10bf54.png> a schema:ImageObject,
        foaf:Image .

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

<album/149779#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-05-19"^^xsd:date ;
    dcterms:title "Neural Galaxy / Qlarabelle"@en,
        "Neural Galaxy / Qlarabelle"@ja,
        "Neural Galaxy / Qlarabelle"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/149779#musicalexpression> ;
    mo:publisher _:N6cabbd582c44464a8fb4a496d64955da ;
    mo:record _:Nfb94980350594da88c4279f0a1f2d1f3 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "ABEAR CUP VOL.11"@en ;
            foaf:name "ABEAR CUP VOL.11"@en ] ;
    schema:datePublished "2025-05-19"^^xsd:date ;
    schema:genre "Event" ;
    schema:image <https://media.vgm.io/albums/97/149779/149779-71ee2e10bf54.png> ;
    schema:name "Neural Galaxy / Qlarabelle"@en,
        "Neural Galaxy / Qlarabelle"@ja,
        "Neural Galaxy / Qlarabelle"@ja-latn ;
    schema:publisher _:N6cabbd582c44464a8fb4a496d64955da ;
    foaf:depiction <https://media.vgm.io/albums/97/149779/149779-71ee2e10bf54.png> .

_:N6cabbd582c44464a8fb4a496d64955da schema:name "Qlarabelle"@en,
        "Qlarabelle"@ja,
        "Qlarabelle"@ja-latn ;
    foaf:name "Qlarabelle"@en,
        "Qlarabelle"@ja,
        "Qlarabelle"@ja-latn .

_:N9dff1c59923d4d9d8d8536dc2498d849 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Neural Galaxy"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:Nfb94980350594da88c4279f0a1f2d1f3 ;
    schema:name "Neural Galaxy"@en .

_:Nfb94980350594da88c4279f0a1f2d1f3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N9dff1c59923d4d9d8d8536dc2498d849 ;
    mo:track_count 1 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N9dff1c59923d4d9d8d8536dc2498d849 .

