@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/51560> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Sonata in D Minor, Op. 5, No. 12, \"La folia\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000345> ;
    ns1:dateCreated "c. 1700" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n81129515>,
        <https://musicbrainz.org/work/b279ae2e-5c7e-332d-882e-9294fb7ac92e> .

