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

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

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

<artist/17581#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/58278#subject> ;
    schema:name "H. Anton Riehl"@en ;
    foaf:made <album/58278#composition>,
        <album/58278#subject> ;
    foaf:name "H. Anton Riehl"@en .

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

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

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

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

<https://medium-media.vgm.io/albums/87/58278/58278-1461306001.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/58278#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-11-14"^^xsd:date ;
    dcterms:title "Elements"@en,
        "Elements"@ja,
        "Elements"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/58278#musicalexpression> ;
    mo:publisher _:N339ff68f15ae41aeae0a4e54529f35a2 ;
    mo:record _:Nf9234c4aff3e414e849e48763855e5e2 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Elements"@en ;
            foaf:name "Elements"@en ] ;
    schema:datePublished "2012-11-14"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/87/58278/58278-1461306001.jpg> ;
    schema:name "Elements"@en,
        "Elements"@ja,
        "Elements"@ja-latn ;
    schema:publisher _:N339ff68f15ae41aeae0a4e54529f35a2 ;
    foaf:depiction <https://media.vgm.io/albums/87/58278/58278-1461306001.jpg> .

_:N005ce8a2a2ae489abdb5f360075bd527 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elements Trailer"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:Nf9234c4aff3e414e849e48763855e5e2 ;
    schema:name "Elements Trailer"@en .

_:N339ff68f15ae41aeae0a4e54529f35a2 schema:name "Anton Riehl"@en,
        "Anton Riehl"@ja,
        "Anton Riehl"@ja-latn ;
    foaf:name "Anton Riehl"@en,
        "Anton Riehl"@ja,
        "Anton Riehl"@ja-latn .

_:Nf9234c4aff3e414e849e48763855e5e2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N005ce8a2a2ae489abdb5f360075bd527 ;
    mo:track_count 1 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N005ce8a2a2ae489abdb5f360075bd527 .

