@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/10517> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Adagio and Allegro in F Minor, K. 594" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1790" ;
    skos:exactMatch <http://dbpedia.org/resource/Adagio_and_Allegro_in_F_minor_for_a_mechanical_organ,_K._594>,
        <http://www.wikidata.org/entity/Q4678377>,
        <https://id.loc.gov/authorities/n85204042>,
        <https://musicbrainz.org/work/5e6ae2e4-823a-349b-994f-47201434c8f5> .

