@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/56366> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata in F Major, K. 280" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1775" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_No._2_(Mozart)>,
        <http://www.wikidata.org/entity/Q954538>,
        <https://id.loc.gov/authorities/n86098771>,
        <https://musicbrainz.org/work/52912ca4-855d-451d-9abb-d3e3a353e6d2> .

