@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/45138> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto for Flute, Oboe, Bassoon, and Continuo in F Major, RV 570, \"La tempesta di mare\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002833> ;
    ns1:dateCreated "1735" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no00049666>,
        <https://musicbrainz.org/work/05e9461a-9a98-49e8-b637-16e8c98b2e7a> .

