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

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

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

<artist/80999#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159955#subject> ;
    schema:name "Namitape"@en ;
    foaf:made <album/159955#composition>,
        <album/159955#subject> ;
    foaf:name "Namitape"@en .

<album/159955#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "my terminal / THE LUV BUGS, Namitape, N"@en,
        "my terminal / THE LUV BUGS, Namitape, N"@ja,
        "my terminal / THE LUV BUGS, Namitape, N"@ja-latn ;
    mo:composer <artist/80999#subject> ;
    mo:produced_work <album/159955#musicalwork> ;
    schema:name "my terminal / THE LUV BUGS, Namitape, N"@en,
        "my terminal / THE LUV BUGS, Namitape, N"@ja,
        "my terminal / THE LUV BUGS, Namitape, N"@ja-latn .

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

<album/159955#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "my terminal / THE LUV BUGS, Namitape, N"@en,
        "my terminal / THE LUV BUGS, Namitape, N"@ja,
        "my terminal / THE LUV BUGS, Namitape, N"@ja-latn ;
    mo:performance_of <album/159955#musicalwork> ;
    mo:recorded_as <album/159955#musicalexpression> ;
    schema:name "my terminal / THE LUV BUGS, Namitape, N"@en,
        "my terminal / THE LUV BUGS, Namitape, N"@ja,
        "my terminal / THE LUV BUGS, Namitape, N"@ja-latn ;
    schema:workPerformed <album/159955#musicalwork> .

<org/5088#subject> schema:name "THE LUV BUGS"@en,
        "THE LUV BUGS"@ja,
        "THE LUV BUGS"@ja-latn ;
    foaf:name "THE LUV BUGS"@en,
        "THE LUV BUGS"@ja,
        "THE LUV BUGS"@ja-latn .

<https://media.vgm.io/albums/55/159955/159955-3d6a2532f228.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/159955#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/55/159955/159955-3d6a2532f228.jpg> ;
    foaf:depicts <album/159955#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/55/159955/159955-3d6a2532f228.jpg> .

<https://medium-media.vgm.io/albums/55/159955/159955-3d6a2532f228.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/159955#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2026-02-25"^^xsd:date ;
    dcterms:title "my terminal / THE LUV BUGS, Namitape, N"@en,
        "my terminal / THE LUV BUGS, Namitape, N"@ja,
        "my terminal / THE LUV BUGS, Namitape, N"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/159955#musicalexpression> ;
    mo:publisher <org/5088#subject> ;
    mo:record _:Naded615bd0b343fc904a274b8b23f18c ;
    mo:record_count 1 ;
    schema:datePublished "2026-02-25"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/55/159955/159955-3d6a2532f228.jpg> ;
    schema:name "my terminal / THE LUV BUGS, Namitape, N"@en,
        "my terminal / THE LUV BUGS, Namitape, N"@ja,
        "my terminal / THE LUV BUGS, Namitape, N"@ja-latn ;
    schema:publisher <org/5088#subject> ;
    foaf:depiction <https://media.vgm.io/albums/55/159955/159955-3d6a2532f228.jpg> .

_:N8d8a41da643a4d7c8694a512e9370669 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "my terminal"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Naded615bd0b343fc904a274b8b23f18c ;
    schema:name "my terminal"@en .

_:Naded615bd0b343fc904a274b8b23f18c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8d8a41da643a4d7c8694a512e9370669 ;
    mo:track_count 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8d8a41da643a4d7c8694a512e9370669 .

