@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/54926> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations for Violin and Orchestra in E Minor" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003871> ;
    ns1:dateCreated "1878-1879" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97084100>,
        <https://musicbrainz.org/work/49668012-cd36-49a8-93bd-763f0d59c662> .

