@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/123701> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Flute and Harpsichord in G Major, Op. 3, No. 6" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006208> ;
    ns1:dateCreated "c. 1743" ;
    skos:exactMatch <https://musicbrainz.org/work/8d10767b-27d3-430a-8f45-c59f17ce73e3> .

