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

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

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

<artist/63343#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/160231#subject> ;
    schema:name "Sasuke Haraguchi"@en,
        "原口沙輔"@ja ;
    foaf:made <album/160231#composition>,
        <album/160231#subject> ;
    foaf:name "Sasuke Haraguchi"@en,
        "原口沙輔"@ja .

<artist/72722#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/160231#subject> ;
    schema:name "Aiobahn +81"@en ;
    foaf:made <album/160231#composition>,
        <album/160231#subject> ;
    foaf:name "Aiobahn +81"@en .

<artist/7303#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/160231#subject> ;
    schema:name "DÉ DÉ MOUSE"@en ;
    foaf:made <album/160231#composition>,
        <album/160231#subject> ;
    foaf:name "DÉ DÉ MOUSE"@en .

<product/23054#subject> a schema:CreativeWork ;
    schema:name "NEEDY GIRL OVERDOSE"@en,
        "NEEDY GIRL OVERDOSE"@ja,
        "NEEDY GIRL OVERDOSE"@ja-latn ;
    foaf:name "NEEDY GIRL OVERDOSE"@en,
        "NEEDY GIRL OVERDOSE"@ja,
        "NEEDY GIRL OVERDOSE"@ja-latn .

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

<album/160231#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@en,
        "NEEDY GIRL OVERDOSE オリジナルサウンドトラック VOL.2"@ja,
        "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@ja-latn ;
    mo:performance_of <album/160231#musicalwork> ;
    mo:recorded_as <album/160231#musicalexpression> ;
    schema:name "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@en,
        "NEEDY GIRL OVERDOSE オリジナルサウンドトラック VOL.2"@ja,
        "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@ja-latn ;
    schema:workPerformed <album/160231#musicalwork> .

<org/86#subject> schema:name "Aniplex"@en,
        "Aniplex"@ja,
        "Aniplex"@ja-latn ;
    foaf:name "Aniplex"@en,
        "Aniplex"@ja,
        "Aniplex"@ja-latn .

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

<album/160231#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@en,
        "NEEDY GIRL OVERDOSE オリジナルサウンドトラック VOL.2"@ja,
        "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@ja-latn ;
    mo:composer <artist/63343#subject>,
        <artist/72722#subject>,
        <artist/7303#subject> ;
    mo:produced_work <album/160231#musicalwork> ;
    schema:name "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@en,
        "NEEDY GIRL OVERDOSE オリジナルサウンドトラック VOL.2"@ja,
        "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@ja-latn .

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

<album/160231#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2026-10-07"^^xsd:date ;
    dcterms:title "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@en,
        "NEEDY GIRL OVERDOSE オリジナルサウンドトラック VOL.2"@ja,
        "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@ja-latn ;
    mo:catalogue_number "ANZX-17929" ;
    mo:media_type "CD" ;
    mo:publication_of <album/160231#musicalexpression> ;
    mo:publisher <org/86#subject> ;
    mo:record_count 0 ;
    schema:about <product/23054#subject> ;
    schema:datePublished "2026-10-07"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@en,
        "NEEDY GIRL OVERDOSE オリジナルサウンドトラック VOL.2"@ja,
        "NEEDY GIRL OVERDOSE ORIGINAL SOUNDTRACK VOL.2"@ja-latn ;
    schema:publisher <org/86#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

