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

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

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

<event/328> a mo:Release ;
    schema:name "Released at M3-2025 Fall (Oct 26, 2025)" .

<album/159392#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Lime Green"@en,
        "ライムグリーン"@ja,
        "Lime Green"@ja-latn ;
    mo:composer <artist/33449#subject> ;
    mo:produced_work <album/159392#musicalwork> ;
    schema:name "Lime Green"@en,
        "ライムグリーン"@ja,
        "Lime Green"@ja-latn .

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

<org/2160#subject> schema:name "selfish catfish"@en,
        "selfish catfish"@ja,
        "selfish catfish"@ja-latn ;
    foaf:name "selfish catfish"@en,
        "selfish catfish"@ja,
        "selfish catfish"@ja-latn .

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

<album/159392#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Lime Green"@en,
        "ライムグリーン"@ja,
        "Lime Green"@ja-latn ;
    mo:performance_of <album/159392#musicalwork> ;
    mo:performer <artist/33449#subject> ;
    mo:recorded_as <album/159392#musicalexpression> ;
    schema:byArtist <artist/33449#subject> ;
    schema:name "Lime Green"@en,
        "ライムグリーン"@ja,
        "Lime Green"@ja-latn ;
    schema:workPerformed <album/159392#musicalwork> .

<artist/33449#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159392#subject> ;
    mo:performed <album/159392#performance> ;
    schema:name "namaozi"@en ;
    foaf:made <album/159392#composition>,
        <album/159392#subject> ;
    foaf:name "namaozi"@en .

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

<album/159392#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-10-26"^^xsd:date ;
    dcterms:title "Lime Green"@en,
        "ライムグリーン"@ja,
        "Lime Green"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Download Code" ;
    mo:publication_of <album/159392#musicalexpression> ;
    mo:publisher <org/2160#subject> ;
    mo:record _:N8e31780aa1bb412087f96b9d72a51103 ;
    mo:record_count 1 ;
    mo:release <event/328> ;
    schema:byArtist <artist/33449#subject> ;
    schema:datePublished "2025-10-26"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Lime Green"@en,
        "ライムグリーン"@ja,
        "Lime Green"@ja-latn ;
    schema:publisher <org/2160#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N0faeb9a304b046ce96de70deaf2fec4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ライムグリーン"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:N8e31780aa1bb412087f96b9d72a51103 ;
    schema:name "ライムグリーン"@ja .

_:N98d3f8dd01d642c8a7c5de8c7733396a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "20251012"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:N8e31780aa1bb412087f96b9d72a51103 ;
    schema:name "20251012"@ja .

_:Ne35971860824438f991f451c38f82a71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "20251011"@ja ;
    mo:track_number 2 ;
    schema:duration "PT8:47"^^xsd:interval ;
    schema:inPlaylist _:N8e31780aa1bb412087f96b9d72a51103 ;
    schema:name "20251011"@ja .

_:N8e31780aa1bb412087f96b9d72a51103 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0faeb9a304b046ce96de70deaf2fec4b,
        _:N98d3f8dd01d642c8a7c5de8c7733396a,
        _:Ne35971860824438f991f451c38f82a71 ;
    mo:track_count 3 ;
    schema:duration "PT16:15"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N0faeb9a304b046ce96de70deaf2fec4b,
        _:N98d3f8dd01d642c8a7c5de8c7733396a,
        _:Ne35971860824438f991f451c38f82a71 .

