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

<album/145688#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Smoke Room Rag"@en,
        "The Smoke Room Rag"@ja,
        "The Smoke Room Rag"@ja-latn ;
    mo:produced_work <album/145688#musicalwork> ;
    schema:name "The Smoke Room Rag"@en,
        "The Smoke Room Rag"@ja,
        "The Smoke Room Rag"@ja-latn .

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

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

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

<album/145688#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Smoke Room Rag"@en,
        "The Smoke Room Rag"@ja,
        "The Smoke Room Rag"@ja-latn ;
    mo:performance_of <album/145688#musicalwork> ;
    mo:recorded_as <album/145688#musicalexpression> ;
    schema:name "The Smoke Room Rag"@en,
        "The Smoke Room Rag"@ja,
        "The Smoke Room Rag"@ja-latn ;
    schema:workPerformed <album/145688#musicalwork> .

<https://media.vgm.io/albums/88/145688/145688-70989be25a05.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/145688#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/88/145688/145688-70989be25a05.png> ;
    foaf:depicts <album/145688#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/88/145688/145688-70989be25a05.png> .

<https://medium-media.vgm.io/albums/88/145688/145688-70989be25a05.png> a schema:ImageObject,
        foaf:Image .

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

<album/145688#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-01-02"^^xsd:date ;
    dcterms:title "The Smoke Room Rag"@en,
        "The Smoke Room Rag"@ja,
        "The Smoke Room Rag"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/145688#musicalexpression> ;
    mo:publisher _:N0e6a7ebdd1234171b7de957e5b99d389 ;
    mo:record _:N48e7556479bf49c7a8ba80ca7c74966a ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The Smoke Room"@en ;
            foaf:name "The Smoke Room"@en ] ;
    schema:datePublished "2025-01-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/145688/145688-70989be25a05.png> ;
    schema:name "The Smoke Room Rag"@en,
        "The Smoke Room Rag"@ja,
        "The Smoke Room Rag"@ja-latn ;
    schema:publisher _:N0e6a7ebdd1234171b7de957e5b99d389 ;
    foaf:depiction <https://media.vgm.io/albums/88/145688/145688-70989be25a05.png> .

_:N0e3eab091c1a4d46b49f8a913ebabef7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Smoke Room Rag"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N48e7556479bf49c7a8ba80ca7c74966a ;
    schema:name "The Smoke Room Rag"@en .

_:N0e6a7ebdd1234171b7de957e5b99d389 schema:name "Ian Martyn"@en,
        "Ian Martyn"@ja,
        "Ian Martyn"@ja-latn ;
    foaf:name "Ian Martyn"@en,
        "Ian Martyn"@ja,
        "Ian Martyn"@ja-latn .

_:N48e7556479bf49c7a8ba80ca7c74966a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e3eab091c1a4d46b49f8a913ebabef7 ;
    mo:track_count 1 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0e3eab091c1a4d46b49f8a913ebabef7 .

