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

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

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

<artist/73124#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159848#subject> ;
    schema:name "narumiya"@en,
        "なるみや"@ja ;
    foaf:made <album/159848#composition>,
        <album/159848#subject> ;
    foaf:name "narumiya"@en,
        "なるみや"@ja .

<product/15865#subject> a schema:CreativeWork ;
    schema:name "Zenless Zone Zero"@en,
        "绝区零"@ja,
        "Zenless Zone Zero"@ja-latn ;
    foaf:name "Zenless Zone Zero"@en,
        "绝区零"@ja,
        "Zenless Zone Zero"@ja-latn .

<album/159848#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "I+idea / narumiya"@en,
        "I＋イデア / なるみや"@ja,
        "I+idea / narumiya"@ja-latn ;
    mo:composer <artist/73124#subject> ;
    mo:produced_work <album/159848#musicalwork> ;
    schema:name "I+idea / narumiya"@en,
        "I＋イデア / なるみや"@ja,
        "I+idea / narumiya"@ja-latn .

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

<album/159848#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "I+idea / narumiya"@en,
        "I＋イデア / なるみや"@ja,
        "I+idea / narumiya"@ja-latn ;
    mo:performance_of <album/159848#musicalwork> ;
    mo:recorded_as <album/159848#musicalexpression> ;
    schema:name "I+idea / narumiya"@en,
        "I＋イデア / なるみや"@ja,
        "I+idea / narumiya"@ja-latn ;
    schema:workPerformed <album/159848#musicalwork> .

<org/2240#subject> schema:name "EMI Records"@en,
        "EMI Records"@ja,
        "EMI Records"@ja-latn ;
    foaf:name "EMI Records"@en,
        "EMI Records"@ja,
        "EMI Records"@ja-latn .

<https://media.vgm.io/albums/84/159848/159848-37ed24cd17c2.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/159848#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/84/159848/159848-37ed24cd17c2.jpg> ;
    foaf:depicts <album/159848#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/84/159848/159848-37ed24cd17c2.jpg> .

<https://medium-media.vgm.io/albums/84/159848/159848-37ed24cd17c2.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/159848#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2026-03-06"^^xsd:date ;
    dcterms:title "I+idea / narumiya"@en,
        "I＋イデア / なるみや"@ja,
        "I+idea / narumiya"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/159848#musicalexpression> ;
    mo:publisher <org/2240#subject> ;
    mo:record _:Ne65cff8e8b9d4c8f81fceb82cd3d27ca ;
    mo:record_count 1 ;
    schema:about <product/15865#subject> ;
    schema:datePublished "2026-03-06"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/84/159848/159848-37ed24cd17c2.jpg> ;
    schema:name "I+idea / narumiya"@en,
        "I＋イデア / なるみや"@ja,
        "I+idea / narumiya"@ja-latn ;
    schema:publisher <org/2240#subject> ;
    foaf:depiction <https://media.vgm.io/albums/84/159848/159848-37ed24cd17c2.jpg> .

_:Nd0b9b40aa9164ff4a7a83116260329e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I+イデア"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:Ne65cff8e8b9d4c8f81fceb82cd3d27ca ;
    schema:name "I+イデア"@ja .

_:Ne65cff8e8b9d4c8f81fceb82cd3d27ca a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nd0b9b40aa9164ff4a7a83116260329e5 ;
    mo:track_count 1 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nd0b9b40aa9164ff4a7a83116260329e5 .

