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

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

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

<artist/10393#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/76091#subject> ;
    schema:name "Borislav Slavov"@en ;
    foaf:made <album/76091#composition>,
        <album/76091#subject> ;
    foaf:name "Borislav Slavov"@en .

<artist/17925#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/76091#subject> ;
    schema:name "Victor Stoyanov"@en ;
    foaf:made <album/76091#composition>,
        <album/76091#subject> ;
    foaf:name "Victor Stoyanov"@en .

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

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

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

<https://medium-media.vgm.io/albums/19/76091/76091-1520865652.jpg> a schema:ImageObject,
        foaf:Image .

<album/76091#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Run and Reload"@en,
        "Run and Reload"@ja,
        "Run and Reload"@ja-latn ;
    mo:composer <artist/10393#subject>,
        <artist/17925#subject> ;
    mo:produced_work <album/76091#musicalwork> ;
    schema:name "Run and Reload"@en,
        "Run and Reload"@ja,
        "Run and Reload"@ja-latn .

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

<album/76091#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-11-25"^^xsd:date ;
    dcterms:title "Run and Reload"@en,
        "Run and Reload"@ja,
        "Run and Reload"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/76091#musicalexpression> ;
    mo:publisher _:N3fb153d5a50b43c09783b52c366a8393 ;
    mo:record _:N2de8bf7d914940b59261bf294b86a1ca ;
    mo:record_count 1 ;
    schema:datePublished "2016-11-25"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/19/76091/76091-1520865652.jpg> ;
    schema:name "Run and Reload"@en,
        "Run and Reload"@ja,
        "Run and Reload"@ja-latn ;
    schema:publisher _:N3fb153d5a50b43c09783b52c366a8393 ;
    foaf:depiction <https://media.vgm.io/albums/19/76091/76091-1520865652.jpg> .

_:N07423509fe654e648b2149326f026040 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Run and Reload"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N2de8bf7d914940b59261bf294b86a1ca ;
    schema:name "Run and Reload"@en .

_:N2de8bf7d914940b59261bf294b86a1ca a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07423509fe654e648b2149326f026040 ;
    mo:track_count 1 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N07423509fe654e648b2149326f026040 .

_:N3fb153d5a50b43c09783b52c366a8393 schema:name "Atom Music Audio"@en ;
    foaf:name "Atom Music Audio"@en .

