@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/121001> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Armonico tributo: Sonata for Strings and Continuo No. 3 in A Major: 6. Rondeau" ;
    dcterms:creator <http://data.carnegiehall.org/names/1016146> ;
    ns1:dateCreated "1682" ;
    skos:exactMatch <https://musicbrainz.org/work/9c316279-28fc-4362-989b-360db2c1f0ae> .

