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

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

<artist/17723#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/95321#subject> ;
    schema:name "HAMA-kgn"@en ;
    foaf:made <album/95321#composition>,
        <album/95321#lyrics>,
        <album/95321#subject> ;
    foaf:name "HAMA-kgn"@en .

<product/4498#subject> a schema:CreativeWork ;
    schema:name "SHOW BY ROCK!! (Game)"@en,
        "SHOW BY ROCK!! (Game)"@ja,
        "SHOW BY ROCK!! (Game)"@ja-latn ;
    foaf:name "SHOW BY ROCK!! (Game)"@en,
        "SHOW BY ROCK!! (Game)"@ja,
        "SHOW BY ROCK!! (Game)"@ja-latn .

<album/95321#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Emblem / ARCAREAFACT"@en,
        "エンブレム / ARCAREAFACT"@ja,
        "Emblem / ARCAREAFACT"@ja-latn ;
    mo:composer <artist/17723#subject> ;
    mo:produced_work <album/95321#musicalwork> ;
    schema:name "Emblem / ARCAREAFACT"@en,
        "エンブレム / ARCAREAFACT"@ja,
        "Emblem / ARCAREAFACT"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/12/95321/95321-1578885114.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/95321#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Emblem / ARCAREAFACT"@en,
        "エンブレム / ARCAREAFACT"@ja,
        "Emblem / ARCAREAFACT"@ja-latn ;
    mo:performance_of <album/95321#musicalwork> ;
    mo:performer <artist/21082#subject> ;
    mo:recorded_as <album/95321#musicalexpression> ;
    schema:byArtist <artist/21082#subject> ;
    schema:name "Emblem / ARCAREAFACT"@en,
        "エンブレム / ARCAREAFACT"@ja,
        "Emblem / ARCAREAFACT"@ja-latn ;
    schema:workPerformed <album/95321#musicalwork> .

<artist/21082#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/95321#performance> ;
    schema:name "Yusuke Kobayashi"@en,
        "小林裕介"@ja ;
    foaf:name "Yusuke Kobayashi"@en,
        "小林裕介"@ja .

<album/95321#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-04-25"^^xsd:date ;
    dcterms:title "Emblem / ARCAREAFACT"@en,
        "エンブレム / ARCAREAFACT"@ja,
        "Emblem / ARCAREAFACT"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/95321#musicalexpression> ;
    mo:record _:Nba7c2e3c572b411fb97c1709aae950a9 ;
    mo:record_count 1 ;
    schema:about <product/4498#subject> ;
    schema:byArtist <artist/21082#subject> ;
    schema:datePublished "2018-04-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/12/95321/95321-1578885114.jpg> ;
    schema:name "Emblem / ARCAREAFACT"@en,
        "エンブレム / ARCAREAFACT"@ja,
        "Emblem / ARCAREAFACT"@ja-latn ;
    foaf:depiction <https://media.vgm.io/albums/12/95321/95321-1578885114.jpg> .

_:N452ed53d4b8f46e0b9d82d1aad1915dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エンブレム"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Nba7c2e3c572b411fb97c1709aae950a9 ;
    schema:name "エンブレム"@ja .

_:Nba7c2e3c572b411fb97c1709aae950a9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N452ed53d4b8f46e0b9d82d1aad1915dd ;
    mo:track_count 1 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N452ed53d4b8f46e0b9d82d1aad1915dd .

