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

<artist/16596#subject> a schema:Person,
        foaf:Person ;
    schema:name "Machico"@en ;
    foaf:made <album/118359#subject>,
        <album/118359#vocals> ;
    foaf:name "Machico"@en .

<album/118359#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "untitled / Machico [Limited Edition]"@en,
        "タイトル未定 / Machico [限定盤]"@ja,
        "untitled / Machico [Limited Edition]"@ja-latn ;
    mo:produced_work <album/118359#musicalwork> ;
    schema:name "untitled / Machico [Limited Edition]"@en,
        "タイトル未定 / Machico [限定盤]"@ja,
        "untitled / Machico [Limited Edition]"@ja-latn .

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

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

<album/118359#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "untitled / Machico [Limited Edition]"@en,
        "タイトル未定 / Machico [限定盤]"@ja,
        "untitled / Machico [Limited Edition]"@ja-latn ;
    mo:performance_of <album/118359#musicalwork> ;
    mo:recorded_as <album/118359#musicalexpression> ;
    schema:name "untitled / Machico [Limited Edition]"@en,
        "タイトル未定 / Machico [限定盤]"@ja,
        "untitled / Machico [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/118359#musicalwork> .

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

<org/2192#subject> schema:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn ;
    foaf:name "Columbia"@en,
        "Columbia"@ja,
        "Columbia"@ja-latn .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/118359#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/118359#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/118359#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-04-20"^^xsd:date ;
    dcterms:title "untitled / Machico [Limited Edition]"@en,
        "タイトル未定 / Machico [限定盤]"@ja,
        "untitled / Machico [Limited Edition]"@ja-latn ;
    mo:catalogue_number "COZX-1894~5" ;
    mo:media_type "CD + Blu-ray" ;
    mo:publication_of <album/118359#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record_count 0 ;
    schema:datePublished "2022-04-20"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "untitled / Machico [Limited Edition]"@en,
        "タイトル未定 / Machico [限定盤]"@ja,
        "untitled / Machico [Limited Edition]"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

