@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/57669> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Flute and Continuo in C Major, BWV 1033" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "c. 1736" ;
    skos:exactMatch <http://dbpedia.org/resource/Flute_Sonata_in_C_major,_BWV_1033>,
        <http://www.wikidata.org/entity/Q3490100>,
        <https://id.loc.gov/authorities/names/n2002066439>,
        <https://musicbrainz.org/work/296d5d56-8762-428c-9d57-f4c00e8f6749> .

