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

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

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

<artist/53069#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/141502#subject> ;
    schema:name "blobdash"@en ;
    foaf:made <album/141502#composition>,
        <album/141502#subject> ;
    foaf:name "blobdash"@en .

<album/141502#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Absence / blobdash"@en,
        "Absence / blobdash"@ja,
        "Absence / blobdash"@ja-latn ;
    mo:composer <artist/53069#subject> ;
    mo:produced_work <album/141502#musicalwork> ;
    schema:name "Absence / blobdash"@en,
        "Absence / blobdash"@ja,
        "Absence / blobdash"@ja-latn .

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

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

<https://media.vgm.io/albums/20/141502/141502-06b56c008baf.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/141502#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/20/141502/141502-06b56c008baf.png> ;
    foaf:depicts <album/141502#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/20/141502/141502-06b56c008baf.png> .

<https://medium-media.vgm.io/albums/20/141502/141502-06b56c008baf.png> a schema:ImageObject,
        foaf:Image .

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

<album/141502#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-07-14"^^xsd:date ;
    dcterms:title "Absence / blobdash"@en,
        "Absence / blobdash"@ja,
        "Absence / blobdash"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/141502#musicalexpression> ;
    mo:publisher _:N01d2d46577bc4baebaca031d9e491a42 ;
    mo:record _:N0b014d017901424e88971960efa023b7 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "osu!mania 4K French Tournament 2024"@en ;
            foaf:name "osu!mania 4K French Tournament 2024"@en ] ;
    schema:datePublished "2024-07-14"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/20/141502/141502-06b56c008baf.png> ;
    schema:name "Absence / blobdash"@en,
        "Absence / blobdash"@ja,
        "Absence / blobdash"@ja-latn ;
    schema:publisher _:N01d2d46577bc4baebaca031d9e491a42 ;
    foaf:depiction <https://media.vgm.io/albums/20/141502/141502-06b56c008baf.png> .

_:N01d2d46577bc4baebaca031d9e491a42 schema:name "blobdash"@en,
        "blobdash"@ja,
        "blobdash"@ja-latn ;
    foaf:name "blobdash"@en,
        "blobdash"@ja,
        "blobdash"@ja-latn .

_:N0b014d017901424e88971960efa023b7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N67a3ab6da663446fad87b22e46fece40 ;
    mo:track_count 1 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N67a3ab6da663446fad87b22e46fece40 .

_:N67a3ab6da663446fad87b22e46fece40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Absence"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N0b014d017901424e88971960efa023b7 ;
    schema:name "Absence"@en .

