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

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

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

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

<event/341> a mo:Release ;
    schema:name "Released at M3-2026 Spring (Apr 26, 2026)" .

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

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

<org/215#subject> schema:name "XL Project"@en,
        "XL Project"@ja,
        "XL Project"@ja-latn ;
    foaf:name "XL Project"@en,
        "XL Project"@ja,
        "XL Project"@ja-latn .

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

<https://medium-media.vgm.io/albums/15/159651/159651-e8a6a4aa9fd5.png> a schema:ImageObject,
        foaf:Image .

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

<album/159651#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2026-04-26"^^xsd:date ;
    dcterms:title "Luminelle"@en,
        "Luminelle"@ja,
        "Luminelle"@ja-latn ;
    mo:catalogue_number "XLPS-0041" ;
    mo:media_type "Download Code" ;
    mo:publication_of <album/159651#musicalexpression> ;
    mo:publisher <org/215#subject> ;
    mo:record _:N85c72d5ad61749fc879b22bd1cd57412 ;
    mo:record_count 1 ;
    mo:release <event/341> ;
    schema:datePublished "2026-04-26"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/15/159651/159651-e8a6a4aa9fd5.png> ;
    schema:name "Luminelle"@en,
        "Luminelle"@ja,
        "Luminelle"@ja-latn ;
    schema:publisher <org/215#subject> ;
    foaf:depiction <https://media.vgm.io/albums/15/159651/159651-e8a6a4aa9fd5.png> .

_:N683d809c52f543de966eeec5eb79ddea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flarelia"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N85c72d5ad61749fc879b22bd1cd57412 ;
    schema:name "Flarelia"@en .

_:N726e395403de440dbd82d09b00bdc634 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pastel Ray"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N85c72d5ad61749fc879b22bd1cd57412 ;
    schema:name "Pastel Ray"@en .

_:Ncb9e8de4e83249e2a066cd93f1e91ed1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dewlight"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N85c72d5ad61749fc879b22bd1cd57412 ;
    schema:name "Dewlight"@en .

_:N85c72d5ad61749fc879b22bd1cd57412 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N683d809c52f543de966eeec5eb79ddea,
        _:N726e395403de440dbd82d09b00bdc634,
        _:Ncb9e8de4e83249e2a066cd93f1e91ed1 ;
    mo:track_count 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N683d809c52f543de966eeec5eb79ddea,
        _:N726e395403de440dbd82d09b00bdc634,
        _:Ncb9e8de4e83249e2a066cd93f1e91ed1 .

