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

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

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

<artist/29857#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41807#subject> ;
    schema:name "Dave Dexter"@en ;
    foaf:made <album/41807#composition>,
        <album/41807#subject> ;
    foaf:name "Dave Dexter"@en .

<album/41807#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Energy Storm original music"@en,
        "Energy Storm original music"@ja,
        "Energy Storm original music"@ja-latn ;
    mo:composer <artist/29857#subject> ;
    mo:produced_work <album/41807#musicalwork> ;
    schema:name "Energy Storm original music"@en,
        "Energy Storm original music"@ja,
        "Energy Storm original music"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/70/41807/41807-1380297806.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/41807#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-05-19"^^xsd:date ;
    dcterms:title "Energy Storm original music"@en,
        "Energy Storm original music"@ja,
        "Energy Storm original music"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/41807#musicalexpression> ;
    mo:publisher _:N1ce1fc1c23e14834bab8d442e9922540 ;
    mo:record _:N600e9d6edded4a4fad87e0ba2c9bfeb0 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Energy Storm"@en ;
            foaf:name "Energy Storm"@en ] ;
    schema:datePublished "2012-05-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/70/41807/41807-1380297806.jpg> ;
    schema:name "Energy Storm original music"@en,
        "Energy Storm original music"@ja,
        "Energy Storm original music"@ja-latn ;
    schema:publisher _:N1ce1fc1c23e14834bab8d442e9922540 ;
    foaf:depiction <https://media.vgm.io/albums/70/41807/41807-1380297806.jpg> .

_:N1ce1fc1c23e14834bab8d442e9922540 schema:name "Dave Dexter Music"@en,
        "Dave Dexter Music"@ja,
        "Dave Dexter Music"@ja-latn ;
    foaf:name "Dave Dexter Music"@en,
        "Dave Dexter Music"@ja,
        "Dave Dexter Music"@ja-latn .

_:N600e9d6edded4a4fad87e0ba2c9bfeb0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ne08140e74080474fbd7b4d26bc7d805b ;
    mo:track_count 1 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ne08140e74080474fbd7b4d26bc7d805b .

_:Ne08140e74080474fbd7b4d26bc7d805b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Breakdown - Energy Storm OST"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N600e9d6edded4a4fad87e0ba2c9bfeb0 ;
    schema:name "Breakdown - Energy Storm OST"@en .

