@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/43428> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata in C Minor, K. 457" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1784" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_No._14_(Mozart)>,
        <http://id.loc.gov/authorities/names/n88624997>,
        <http://musicbrainz.org/work/c4762043-b408-4991-947e-d5340a9080d6>,
        <http://www.wikidata.org/entity/Q2737945> .

