@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/27215> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Recorder and Continuo in C Major, Op. 1, No. 7, HWV 365" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004515> ;
    ns1:dateCreated "before 1712" ;
    skos:exactMatch <http://dbpedia.org/resource/Recorder_Sonata_in_C_major,_HWV_365_(Handel)>,
        <http://id.loc.gov/authorities/names/n87802138>,
        <http://www.wikidata.org/entity/Q7302897>,
        <https://musicbrainz.org/work/4e098f04-0483-48f6-a935-58ddda5489e5> .

