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

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

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

<artist/140#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84624#subject> ;
    schema:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja ;
    foaf:made <album/84624#composition>,
        <album/84624#subject> ;
    foaf:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja .

<event/218> a mo:Release ;
    schema:name "Released at Comic Market 95 (Dec 29, 2018 to Dec 31, 2018)" .

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

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

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

<org/749#subject> schema:name "Metaphasic Child"@en,
        "メタファジックチャイルド"@ja,
        "Metaphasic Child"@ja-latn ;
    foaf:name "Metaphasic Child"@en,
        "メタファジックチャイルド"@ja,
        "Metaphasic Child"@ja-latn .

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

<https://medium-media.vgm.io/albums/42/84624/84624-1550939839.png> a schema:ImageObject,
        foaf:Image .

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

<album/84624#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-12-29"^^xsd:date ;
    dcterms:title "JAZZ"@en,
        "JAZZ"@ja,
        "JAZZ"@ja-latn ;
    mo:catalogue_number "META-2018D" ;
    mo:media_type "CD" ;
    mo:publication_of <album/84624#musicalexpression> ;
    mo:publisher <org/749#subject> ;
    mo:record _:N20a8632d71c14de2bc25297d281e7a3a ;
    mo:record_count 1 ;
    mo:release <event/218> ;
    schema:datePublished "2018-12-29"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/42/84624/84624-1550939839.png> ;
    schema:name "JAZZ"@en,
        "JAZZ"@ja,
        "JAZZ"@ja-latn ;
    schema:publisher <org/749#subject> ;
    foaf:depiction <https://media.vgm.io/albums/42/84624/84624-1550939839.png> .

_:N20a8632d71c14de2bc25297d281e7a3a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N480c438b4eaf44dd9820f9431e1a31f6 ;
    mo:track_count 1 ;
    schema:duration "PT5:59"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N480c438b4eaf44dd9820f9431e1a31f6 .

_:N480c438b4eaf44dd9820f9431e1a31f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jazz"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:59"^^xsd:interval ;
    schema:inPlaylist _:N20a8632d71c14de2bc25297d281e7a3a ;
    schema:name "Jazz"@en .

