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

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

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

<artist/81006#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159958#subject> ;
    schema:name "Tamico Mukoda"@en,
        "向田民子"@ja ;
    foaf:made <album/159958#composition>,
        <album/159958#subject> ;
    foaf:name "Tamico Mukoda"@en,
        "向田民子"@ja .

<album/159958#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "tamaya / tamaya"@en,
        "たまや / tamaya"@ja,
        "tamaya / tamaya"@ja-latn ;
    mo:composer <artist/81006#subject> ;
    mo:produced_work <album/159958#musicalwork> ;
    schema:name "tamaya / tamaya"@en,
        "たまや / tamaya"@ja,
        "tamaya / tamaya"@ja-latn .

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

<album/159958#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "tamaya / tamaya"@en,
        "たまや / tamaya"@ja,
        "tamaya / tamaya"@ja-latn ;
    mo:performance_of <album/159958#musicalwork> ;
    mo:recorded_as <album/159958#musicalexpression> ;
    schema:name "tamaya / tamaya"@en,
        "たまや / tamaya"@ja,
        "tamaya / tamaya"@ja-latn ;
    schema:workPerformed <album/159958#musicalwork> .

<org/5260#subject> schema:name "tamaya"@en,
        "魂屋"@ja,
        "tamaya"@ja-latn ;
    foaf:name "tamaya"@en,
        "魂屋"@ja,
        "tamaya"@ja-latn .

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

<https://medium-media.vgm.io/albums/85/159958/159958-d7d9e0bca05e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/159958#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-07-28"^^xsd:date ;
    dcterms:title "tamaya / tamaya"@en,
        "たまや / tamaya"@ja,
        "tamaya / tamaya"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/159958#musicalexpression> ;
    mo:publisher <org/5260#subject> ;
    mo:record _:N015761aa07fb4484bfd7566dab8b780a ;
    mo:record_count 1 ;
    schema:datePublished "2025-07-28"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/85/159958/159958-d7d9e0bca05e.jpg> ;
    schema:name "tamaya / tamaya"@en,
        "たまや / tamaya"@ja,
        "tamaya / tamaya"@ja-latn ;
    schema:publisher <org/5260#subject> ;
    foaf:depiction <https://media.vgm.io/albums/85/159958/159958-d7d9e0bca05e.jpg> .

_:Na9fbc46870834656977745df6ee12474 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tamaya"@en,
        "たまや"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N015761aa07fb4484bfd7566dab8b780a ;
    schema:name "tamaya"@en,
        "たまや"@ja .

_:Nf35976558f3246589586b6b1dd2c5360 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tamaya (Instrumental)"@en,
        "たまや (Instrumental)"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N015761aa07fb4484bfd7566dab8b780a ;
    schema:name "tamaya (Instrumental)"@en,
        "たまや (Instrumental)"@ja .

_:N015761aa07fb4484bfd7566dab8b780a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na9fbc46870834656977745df6ee12474,
        _:Nf35976558f3246589586b6b1dd2c5360 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Na9fbc46870834656977745df6ee12474,
        _:Nf35976558f3246589586b6b1dd2c5360 .

