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

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

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

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

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

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

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

<org/1207#subject> schema:name "Akatsuki Records"@en,
        "暁Records"@ja,
        "Akatsuki Records"@ja-latn ;
    foaf:name "Akatsuki Records"@en,
        "暁Records"@ja,
        "Akatsuki Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/22/160222/160222-ebd4baf94813.png> a schema:ImageObject,
        foaf:Image .

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

<album/160222#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2026-04-26"^^xsd:date ;
    dcterms:title "Eclipse"@en,
        "Eclipse"@ja,
        "Eclipse"@ja-latn ;
    mo:catalogue_number "DRCD-0105" ;
    mo:media_type "CD" ;
    mo:publication_of <album/160222#musicalexpression> ;
    mo:publisher <org/1207#subject> ;
    mo:record _:N5e64226c01e94323912643b488d8f15e ;
    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/22/160222/160222-ebd4baf94813.png> ;
    schema:name "Eclipse"@en,
        "Eclipse"@ja,
        "Eclipse"@ja-latn ;
    schema:publisher <org/1207#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/160222/160222-ebd4baf94813.png> .

_:N246934d680ff4b2fa6ff7f6053074322 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SPIRITVALUES (MV Edit)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:N5e64226c01e94323912643b488d8f15e ;
    schema:name "SPIRITVALUES (MV Edit)"@en .

_:N7ac941e74e6f449da7225aedf9139feb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eclipse"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:12"^^xsd:interval ;
    schema:inPlaylist _:N5e64226c01e94323912643b488d8f15e ;
    schema:name "Eclipse"@en .

_:Nc08b43a5e7ba4d72bb7e112d13d3b68d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Quality of Lies"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N5e64226c01e94323912643b488d8f15e ;
    schema:name "Quality of Lies"@en .

_:N5e64226c01e94323912643b488d8f15e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N246934d680ff4b2fa6ff7f6053074322,
        _:N7ac941e74e6f449da7225aedf9139feb,
        _:Nc08b43a5e7ba4d72bb7e112d13d3b68d ;
    mo:track_count 3 ;
    schema:duration "PT10:22"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N246934d680ff4b2fa6ff7f6053074322,
        _:N7ac941e74e6f449da7225aedf9139feb,
        _:Nc08b43a5e7ba4d72bb7e112d13d3b68d .

