@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/28498> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations sérieuses, Op. 54" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns1:dateCreated "1841" ;
    skos:exactMatch <http://dbpedia.org/resource/Variations_s%C3%A9rieuses>,
        <http://id.loc.gov/authorities/names/no95055820>,
        <http://www.wikidata.org/entity/Q1478502>,
        <https://musicbrainz.org/work/4bb2c66a-f87b-3479-989c-7e65468d3634> .

