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

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

<artist/17724#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/95322#subject> ;
    schema:name "Yugo Ichikawa"@en ;
    foaf:made <album/95322#composition>,
        <album/95322#lyrics>,
        <album/95322#subject> ;
    foaf:name "Yugo Ichikawa"@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/95322#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "El Pride / ARCAREAFACT"@en,
        "エルプライド / ARCAREAFACT"@ja,
        "El Pride / ARCAREAFACT"@ja-latn ;
    mo:composer <artist/17724#subject> ;
    mo:produced_work <album/95322#musicalwork> ;
    schema:name "El Pride / ARCAREAFACT"@en,
        "エルプライド / ARCAREAFACT"@ja,
        "El Pride / ARCAREAFACT"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/22/95322/95322-1578885890.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/95322#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "El Pride / ARCAREAFACT"@en,
        "エルプライド / ARCAREAFACT"@ja,
        "El Pride / ARCAREAFACT"@ja-latn ;
    mo:performance_of <album/95322#musicalwork> ;
    mo:performer <artist/21082#subject> ;
    mo:recorded_as <album/95322#musicalexpression> ;
    schema:byArtist <artist/21082#subject> ;
    schema:name "El Pride / ARCAREAFACT"@en,
        "エルプライド / ARCAREAFACT"@ja,
        "El Pride / ARCAREAFACT"@ja-latn ;
    schema:workPerformed <album/95322#musicalwork> .

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

<album/95322#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-04-25"^^xsd:date ;
    dcterms:title "El Pride / ARCAREAFACT"@en,
        "エルプライド / ARCAREAFACT"@ja,
        "El Pride / ARCAREAFACT"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/95322#musicalexpression> ;
    mo:record _:N61ba266b9c564b0eb7dfb184c84a5ceb ;
    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/22/95322/95322-1578885890.jpg> ;
    schema:name "El Pride / ARCAREAFACT"@en,
        "エルプライド / ARCAREAFACT"@ja,
        "El Pride / ARCAREAFACT"@ja-latn ;
    foaf:depiction <https://media.vgm.io/albums/22/95322/95322-1578885890.jpg> .

_:N61ba266b9c564b0eb7dfb184c84a5ceb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N64b470b66acf4f089b189ad577022063 ;
    mo:track_count 1 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N64b470b66acf4f089b189ad577022063 .

_:N64b470b66acf4f089b189ad577022063 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エルプライド"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N61ba266b9c564b0eb7dfb184c84a5ceb ;
    schema:name "エルプライド"@ja .

