@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/11626> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Violin and Harpsichord in B-flat Major, H. 513 (W. 77)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010729> ;
    ns1:dateCreated "1763" ;
    skos:exactMatch <https://musicbrainz.org/work/268d5339-8eb0-430a-ab91-6c91b3649d14> .

