@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/1691> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "12 Etudes in the Major Keys, Op. 35: 5. Allegro barbaro" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002861> ;
    ns1:dateCreated "1848" ;
    skos:exactMatch <https://musicbrainz.org/work/48f5721c-1823-33a6-8ab1-f0b9a7b28a04> .

