@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/19621> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Adagio and Rondo in C Minor, K. 617" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1791" ;
    skos:exactMatch <http://dbpedia.org/resource/Adagio_and_Rondo_for_glass_harmonica,_flute,_oboe,_viola_and_cello>,
        <http://www.wikidata.org/entity/Q5657315>,
        <https://id.loc.gov/authorities/n2002075142>,
        <https://musicbrainz.org/work/1016f99e-9f59-33e8-936c-e877c828c9c2> .

