@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/28970> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto for 4 Violins in B Minor, Op. 3, No. 10, RV 580" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002833> ;
    ns1:dateCreated "1711" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82154976>,
        <https://musicbrainz.org/work/b70c9d43-c0d5-49df-97de-8abb42eab23b> .

