@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/53908> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Flute Concerto in F Major RV 433, \"La tempesta di mare\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002833> ;
    ns1:dateCreated "c. 1726" ;
    skos:exactMatch <http://dbpedia.org/resource/La_tempesta_di_mare_(flute_concerto)>,
        <http://id.loc.gov/authorities/names/n90602637>,
        <http://www.wikidata.org/entity/Q109641370>,
        <https://musicbrainz.org/work/ed77747a-8479-44c1-b15d-36f531de096b> .

