@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/56852> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Flute and Harpsichord in B Minor, BWV 1030" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "c. 1735" ;
    skos:exactMatch <http://dbpedia.org/resource/Flute_Sonata_in_B_minor,_BWV_1030>,
        <http://id.loc.gov/authorities/names/n81032669>,
        <http://www.wikidata.org/entity/Q3490096>,
        <https://musicbrainz.org/work/6bdb38e2-7cfb-4d79-9046-0ee170cf47ad> .

