@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/72920> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Two Violins and Continuo in G Major, Op. 2, No. 12, \"Ciaconna\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000345> ;
    ns1:dateCreated "1685" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n2015038261>,
        <https://musicbrainz.org/work/0bc74172-0c64-360a-83b2-655f53baa7c0> .

