@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/13528> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations on the name \"Abegg\", Op. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1829-1830" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n83178776>,
        <http://musicbrainz.org/work/898d68dc-0cde-3210-8f2e-89e3ba163ddd>,
        <http://www.wikidata.org/entity/Q318293> .

