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

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

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

<artist/602#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/94875#subject> ;
    schema:name "Hiroto Saitoh"@en,
        "齋藤博人"@ja ;
    foaf:made <album/94875#composition>,
        <album/94875#subject> ;
    foaf:name "Hiroto Saitoh"@en,
        "齋藤博人"@ja .

<event/224> a mo:Release ;
    schema:name "Released at Comic Market 97 (Dec 28, 2019 to Dec 31, 2019)" .

<event/232> a mo:Release ;
    schema:name "Resold at Tokyo Game Music Show 2020 (Feb 15, 2020)" .

<album/94875#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "MISHMASH / HIROTOSAITOH"@en,
        "MISHMASH / HIROTOSAITOH"@ja,
        "MISHMASH / HIROTOSAITOH"@ja-latn ;
    mo:composer <artist/602#subject> ;
    mo:produced_work <album/94875#musicalwork> ;
    schema:name "MISHMASH / HIROTOSAITOH"@en,
        "MISHMASH / HIROTOSAITOH"@ja,
        "MISHMASH / HIROTOSAITOH"@ja-latn .

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

<album/94875#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "MISHMASH / HIROTOSAITOH"@en,
        "MISHMASH / HIROTOSAITOH"@ja,
        "MISHMASH / HIROTOSAITOH"@ja-latn ;
    mo:performance_of <album/94875#musicalwork> ;
    mo:recorded_as <album/94875#musicalexpression> ;
    schema:name "MISHMASH / HIROTOSAITOH"@en,
        "MISHMASH / HIROTOSAITOH"@ja,
        "MISHMASH / HIROTOSAITOH"@ja-latn ;
    schema:workPerformed <album/94875#musicalwork> .

<org/237#subject> schema:name "LILT RECORDS"@en,
        "LILT RECORDS"@ja,
        "LILT RECORDS"@ja-latn ;
    foaf:name "LILT RECORDS"@en,
        "LILT RECORDS"@ja,
        "LILT RECORDS"@ja-latn .

<https://media.vgm.io/albums/57/94875/94875-1579769807.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/94875#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/57/94875/94875-1579769807.png> ;
    foaf:depicts <album/94875#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/57/94875/94875-1579769807.png> .

<https://medium-media.vgm.io/albums/57/94875/94875-1579769807.png> a schema:ImageObject,
        foaf:Image .

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

<album/94875#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-12-31"^^xsd:date ;
    dcterms:title "MISHMASH / HIROTOSAITOH"@en,
        "MISHMASH / HIROTOSAITOH"@ja,
        "MISHMASH / HIROTOSAITOH"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/94875#musicalexpression> ;
    mo:publisher <org/237#subject> ;
    mo:record_count 0 ;
    mo:release <event/224>,
        <event/232> ;
    schema:datePublished "2019-12-31"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/57/94875/94875-1579769807.png> ;
    schema:name "MISHMASH / HIROTOSAITOH"@en,
        "MISHMASH / HIROTOSAITOH"@ja,
        "MISHMASH / HIROTOSAITOH"@ja-latn ;
    schema:publisher <org/237#subject> ;
    foaf:depiction <https://media.vgm.io/albums/57/94875/94875-1579769807.png> .

