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

<artist/76215#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/154434#subject> ;
    schema:name "imase"@en ;
    foaf:made <album/154434#composition>,
        <album/154434#lyrics>,
        <album/154434#subject>,
        <album/154434#vocals> ;
    foaf:name "imase"@en .

<album/154434#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Mister Moonlight / imase"@en,
        "ミスター・ムーンライト / imase"@ja,
        "Mister Moonlight / imase"@ja-latn ;
    mo:composer <artist/76215#subject> ;
    mo:produced_work <album/154434#musicalwork> ;
    schema:name "Mister Moonlight / imase"@en,
        "ミスター・ムーンライト / imase"@ja,
        "Mister Moonlight / imase"@ja-latn .

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

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

<album/154434#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Mister Moonlight / imase"@en,
        "ミスター・ムーンライト / imase"@ja,
        "Mister Moonlight / imase"@ja-latn ;
    mo:performance_of <album/154434#musicalwork> ;
    mo:recorded_as <album/154434#musicalexpression> ;
    schema:name "Mister Moonlight / imase"@en,
        "ミスター・ムーンライト / imase"@ja,
        "Mister Moonlight / imase"@ja-latn ;
    schema:workPerformed <album/154434#musicalwork> .

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

<org/2849#subject> schema:name "Universal Music Group"@en,
        "Universal Music Group"@ja,
        "Universal Music Group"@ja-latn ;
    foaf:name "Universal Music Group"@en,
        "Universal Music Group"@ja,
        "Universal Music Group"@ja-latn .

<https://media.vgm.io/albums/43/154434/154434-8ceb7a658202.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/154434#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/43/154434/154434-8ceb7a658202.jpg> ;
    foaf:depicts <album/154434#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/43/154434/154434-8ceb7a658202.jpg> .

<https://medium-media.vgm.io/albums/43/154434/154434-8ceb7a658202.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/154434#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-07-11"^^xsd:date ;
    dcterms:title "Mister Moonlight / imase"@en,
        "ミスター・ムーンライト / imase"@ja,
        "Mister Moonlight / imase"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/154434#musicalexpression> ;
    mo:publisher <org/2849#subject> ;
    mo:record _:N5ab8091a0ee2445eb309e827e0969ea6 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Hotel Inhumans"@en ;
            foaf:name "Hotel Inhumans"@en ] ;
    schema:datePublished "2025-07-11"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/43/154434/154434-8ceb7a658202.jpg> ;
    schema:name "Mister Moonlight / imase"@en,
        "ミスター・ムーンライト / imase"@ja,
        "Mister Moonlight / imase"@ja-latn ;
    schema:publisher <org/2849#subject> ;
    foaf:depiction <https://media.vgm.io/albums/43/154434/154434-8ceb7a658202.jpg> .

_:N5ab8091a0ee2445eb309e827e0969ea6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nad9c1f4e53674a4785c108eda9203aa4 ;
    mo:track_count 1 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nad9c1f4e53674a4785c108eda9203aa4 .

_:Nad9c1f4e53674a4785c108eda9203aa4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mister Moonlight"@en,
        "ミスター・ムーンライト"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N5ab8091a0ee2445eb309e827e0969ea6 ;
    schema:name "Mister Moonlight"@en,
        "ミスター・ムーンライト"@ja .

