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

<artist/23748#subject> a schema:Person,
        foaf:Person ;
    schema:name "Miyu Tomita"@en,
        "富田美憂"@ja ;
    foaf:made <album/121216#subject>,
        <album/121216#vocals> ;
    foaf:name "Miyu Tomita"@en,
        "富田美憂"@ja .

<artist/4#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/121216#subject> ;
    schema:name "Jun Maeda"@en,
        "麻枝准"@ja ;
    foaf:made <album/121216#composition>,
        <album/121216#lyrics>,
        <album/121216#subject> ;
    foaf:name "Jun Maeda"@en,
        "麻枝准"@ja .

<product/1011#subject> a schema:CreativeWork ;
    schema:name "Kanon (Game)"@en,
        "Kanon (Game)"@ja,
        "Kanon (Game)"@ja-latn ;
    foaf:name "Kanon (Game)"@en,
        "Kanon (Game)"@ja,
        "Kanon (Game)"@ja-latn .

<product/11569#subject> a schema:CreativeWork ;
    schema:name "Prima Doll (Anime)"@en,
        "プリマドール (Anime)"@ja,
        "Prima Doll (Anime)"@ja-latn ;
    foaf:name "Prima Doll (Anime)"@en,
        "プリマドール (Anime)"@ja,
        "Prima Doll (Anime)"@ja-latn .

<album/121216#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Last regrets / Gekka (Miyu Tomita)"@en,
        "Last regrets / 月下(富田美憂)"@ja,
        "Last regrets / Gekka (Miyu Tomita)"@ja-latn ;
    mo:composer <artist/4#subject> ;
    mo:produced_work <album/121216#musicalwork> ;
    schema:name "Last regrets / Gekka (Miyu Tomita)"@en,
        "Last regrets / 月下(富田美憂)"@ja,
        "Last regrets / Gekka (Miyu Tomita)"@ja-latn .

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

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

<album/121216#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Last regrets / Gekka (Miyu Tomita)"@en,
        "Last regrets / 月下(富田美憂)"@ja,
        "Last regrets / Gekka (Miyu Tomita)"@ja-latn ;
    mo:performance_of <album/121216#musicalwork> ;
    mo:recorded_as <album/121216#musicalexpression> ;
    schema:name "Last regrets / Gekka (Miyu Tomita)"@en,
        "Last regrets / 月下(富田美憂)"@ja,
        "Last regrets / Gekka (Miyu Tomita)"@ja-latn ;
    schema:workPerformed <album/121216#musicalwork> .

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

<org/3389#subject> schema:name "Universal Pictures Home Entertainment"@en,
        "Universal Pictures Home Entertainment"@ja,
        "Universal Pictures Home Entertainment"@ja-latn ;
    foaf:name "Universal Pictures Home Entertainment"@en,
        "Universal Pictures Home Entertainment"@ja,
        "Universal Pictures Home Entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/61/121216/121216-bcc694a83dfe.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/121216#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-12-28"^^xsd:date ;
    dcterms:title "Last regrets / Gekka (Miyu Tomita)"@en,
        "Last regrets / 月下(富田美憂)"@ja,
        "Last regrets / Gekka (Miyu Tomita)"@ja-latn ;
    mo:catalogue_number "GNXA-240302" ;
    mo:media_type "CD" ;
    mo:publication_of <album/121216#musicalexpression> ;
    mo:publisher <org/3389#subject> ;
    mo:record_count 0 ;
    schema:about <product/1011#subject>,
        <product/11569#subject> ;
    schema:datePublished "2022-12-28"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/61/121216/121216-bcc694a83dfe.jpg> ;
    schema:name "Last regrets / Gekka (Miyu Tomita)"@en,
        "Last regrets / 月下(富田美憂)"@ja,
        "Last regrets / Gekka (Miyu Tomita)"@ja-latn ;
    schema:publisher <org/3389#subject> ;
    foaf:depiction <https://media.vgm.io/albums/61/121216/121216-bcc694a83dfe.jpg> .

