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

<artist/36#subject> a schema:Person,
        foaf:Person ;
    schema:name "Duca"@en ;
    foaf:made <album/159726#subject>,
        <album/159726#vocals> ;
    foaf:name "Duca"@en .

<artist/5075#subject> a schema:Person,
        foaf:Person ;
    schema:name "enhito"@en,
        "燕人"@ja ;
    foaf:made <album/159726#lyrics>,
        <album/159726#subject> ;
    foaf:name "enhito"@en,
        "燕人"@ja .

<artist/45663#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159726#subject> ;
    schema:name "ANZE HIJIRI"@en ;
    foaf:made <album/159726#composition>,
        <album/159726#subject> ;
    foaf:name "ANZE HIJIRI"@en .

<album/159726#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "happiness 79th constellation ver."@en,
        "happiness 79th constellation ver."@ja,
        "happiness 79th constellation ver."@ja-latn ;
    mo:composer <artist/45663#subject> ;
    mo:produced_work <album/159726#musicalwork> ;
    schema:name "happiness 79th constellation ver."@en,
        "happiness 79th constellation ver."@ja,
        "happiness 79th constellation ver."@ja-latn .

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

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

<album/159726#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "happiness 79th constellation ver."@en,
        "happiness 79th constellation ver."@ja,
        "happiness 79th constellation ver."@ja-latn ;
    mo:performance_of <album/159726#musicalwork> ;
    mo:recorded_as <album/159726#musicalexpression> ;
    schema:name "happiness 79th constellation ver."@en,
        "happiness 79th constellation ver."@ja,
        "happiness 79th constellation ver."@ja-latn ;
    schema:workPerformed <album/159726#musicalwork> .

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

<org/2143#subject> schema:name "Peak A Soul+"@en,
        "Peak A Soul+"@ja,
        "Peak A Soul+"@ja-latn ;
    foaf:name "Peak A Soul+"@en,
        "Peak A Soul+"@ja,
        "Peak A Soul+"@ja-latn .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/159726#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/159726#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/159726#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2026-06-24"^^xsd:date ;
    dcterms:title "happiness 79th constellation ver."@en,
        "happiness 79th constellation ver."@ja,
        "happiness 79th constellation ver."@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Download Code" ;
    mo:publication_of <album/159726#musicalexpression> ;
    mo:publisher <org/2143#subject> ;
    mo:record _:N3a0b30fb962d4e1cbbb358fcfb110596 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "purely: Looks up into our narrow sky."@en ;
            foaf:name "purely: Looks up into our narrow sky."@en ] ;
    schema:datePublished "2026-06-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "happiness 79th constellation ver."@en,
        "happiness 79th constellation ver."@ja,
        "happiness 79th constellation ver."@ja-latn ;
    schema:publisher <org/2143#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N310311b66f7e426784340383df9fca33 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "happiness 79th constellation ver."@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N3a0b30fb962d4e1cbbb358fcfb110596 ;
    schema:name "happiness 79th constellation ver."@en .

_:N3a0b30fb962d4e1cbbb358fcfb110596 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N310311b66f7e426784340383df9fca33 ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N310311b66f7e426784340383df9fca33 .

