@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/8190> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata No. 2 for Violin and Harpsichord in A Major, BWV 1015" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "1717-1723" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n96098680>,
        <http://www.wikidata.org/entity/Q104330021>,
        <https://musicbrainz.org/work/1056036c-d127-4fd1-b5a2-67731301c62b> .

