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

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

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

<artist/12272#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/146640#subject> ;
    schema:name "Hommarju"@en ;
    foaf:made <album/146640#composition>,
        <album/146640#subject> ;
    foaf:name "Hommarju"@en .

<album/146640#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Decade / Hommarju"@en,
        "Decade / Hommarju"@ja,
        "Decade / Hommarju"@ja-latn ;
    mo:composer <artist/12272#subject> ;
    mo:produced_work <album/146640#musicalwork> ;
    schema:name "Decade / Hommarju"@en,
        "Decade / Hommarju"@ja,
        "Decade / Hommarju"@ja-latn .

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

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

<org/3529#subject> schema:name "The NO1ZE"@en,
        "The NO1ZE"@ja,
        "The NO1ZE"@ja-latn ;
    foaf:name "The NO1ZE"@en,
        "The NO1ZE"@ja,
        "The NO1ZE"@ja-latn .

<https://media.vgm.io/albums/04/146640/146640-102fad2f3f27.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/146640#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/04/146640/146640-102fad2f3f27.png> ;
    foaf:depicts <album/146640#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/04/146640/146640-102fad2f3f27.png> .

<https://medium-media.vgm.io/albums/04/146640/146640-102fad2f3f27.png> a schema:ImageObject,
        foaf:Image .

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

<album/146640#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-02-05"^^xsd:date ;
    dcterms:title "Decade / Hommarju"@en,
        "Decade / Hommarju"@ja,
        "Decade / Hommarju"@ja-latn ;
    mo:catalogue_number "NO1ZSHOT-0018" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/146640#musicalexpression> ;
    mo:publisher <org/3529#subject> ;
    mo:record _:N3e03b75386704e9aa004de4b978fdbca ;
    mo:record_count 1 ;
    schema:datePublished "2025-02-05"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/04/146640/146640-102fad2f3f27.png> ;
    schema:name "Decade / Hommarju"@en,
        "Decade / Hommarju"@ja,
        "Decade / Hommarju"@ja-latn ;
    schema:publisher <org/3529#subject> ;
    foaf:depiction <https://media.vgm.io/albums/04/146640/146640-102fad2f3f27.png> .

_:N1bc1d7a8c1b84511b12fbac7111b2999 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Decade"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N3e03b75386704e9aa004de4b978fdbca ;
    schema:name "Decade"@en .

_:N266247881b974f21b1e8c05f1addf408 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Decade (Extended)"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N3e03b75386704e9aa004de4b978fdbca ;
    schema:name "Decade (Extended)"@en .

_:N3e03b75386704e9aa004de4b978fdbca a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1bc1d7a8c1b84511b12fbac7111b2999,
        _:N266247881b974f21b1e8c05f1addf408 ;
    mo:track_count 2 ;
    schema:duration "PT6:35"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N1bc1d7a8c1b84511b12fbac7111b2999,
        _:N266247881b974f21b1e8c05f1addf408 .

