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

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

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

<artist/50083#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/145085#subject> ;
    schema:name "Yuta Imai"@en ;
    foaf:made <album/145085#composition>,
        <album/145085#subject> ;
    foaf:name "Yuta Imai"@en .

<release/24629#subject> a schema:CreativeWork ;
    schema:name "CHUNITHM LUMINOUS PLUS"@en,
        "CHUNITHM LUMINOUS PLUS"@ja,
        "CHUNITHM LUMINOUS PLUS"@ja-latn ;
    foaf:name "CHUNITHM LUMINOUS PLUS"@en,
        "CHUNITHM LUMINOUS PLUS"@ja,
        "CHUNITHM LUMINOUS PLUS"@ja-latn .

<album/145085#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Acid God / Yuta Imai"@en,
        "Acid God / Yuta Imai"@ja,
        "Acid God / Yuta Imai"@ja-latn ;
    mo:composer <artist/50083#subject> ;
    mo:produced_work <album/145085#musicalwork> ;
    schema:name "Acid God / Yuta Imai"@en,
        "Acid God / Yuta Imai"@ja,
        "Acid God / Yuta Imai"@ja-latn .

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

<album/145085#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Acid God / Yuta Imai"@en,
        "Acid God / Yuta Imai"@ja,
        "Acid God / Yuta Imai"@ja-latn ;
    mo:performance_of <album/145085#musicalwork> ;
    mo:recorded_as <album/145085#musicalexpression> ;
    schema:name "Acid God / Yuta Imai"@en,
        "Acid God / Yuta Imai"@ja,
        "Acid God / Yuta Imai"@ja-latn ;
    schema:workPerformed <album/145085#musicalwork> .

<org/2872#subject> schema:name "SEGA"@en,
        "株式会社セガ"@ja,
        "SEGA"@ja-latn ;
    foaf:name "SEGA"@en,
        "株式会社セガ"@ja,
        "SEGA"@ja-latn .

<https://media.vgm.io/albums/58/145085/145085-bbd0ee9e3868.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/145085#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/58/145085/145085-bbd0ee9e3868.jpg> ;
    foaf:depicts <album/145085#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/58/145085/145085-bbd0ee9e3868.jpg> .

<https://medium-media.vgm.io/albums/58/145085/145085-bbd0ee9e3868.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/145085#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-12-09"^^xsd:date ;
    dcterms:title "Acid God / Yuta Imai"@en,
        "Acid God / Yuta Imai"@ja,
        "Acid God / Yuta Imai"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/145085#musicalexpression> ;
    mo:publisher <org/2872#subject> ;
    mo:record _:N340ec86f86b445b1b581416422861f39 ;
    mo:record_count 1 ;
    schema:about <release/24629#subject> ;
    schema:datePublished "2024-12-09"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/58/145085/145085-bbd0ee9e3868.jpg> ;
    schema:name "Acid God / Yuta Imai"@en,
        "Acid God / Yuta Imai"@ja,
        "Acid God / Yuta Imai"@ja-latn ;
    schema:publisher <org/2872#subject> ;
    foaf:depiction <https://media.vgm.io/albums/58/145085/145085-bbd0ee9e3868.jpg> .

_:N340ec86f86b445b1b581416422861f39 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N447db83be4664d5d9f9e2bf4a7db15be ;
    mo:track_count 1 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N447db83be4664d5d9f9e2bf4a7db15be .

_:N447db83be4664d5d9f9e2bf4a7db15be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Acid God"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:inPlaylist _:N340ec86f86b445b1b581416422861f39 ;
    schema:name "Acid God"@en .

