@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/27535> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata in E-flat Major, H.XVI:52" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003781> ;
    ns1:dateCreated "1794" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_Hob._XVI/52>,
        <http://id.loc.gov/authorities/names/n83175289>,
        <http://www.wikidata.org/entity/Q979731>,
        <https://musicbrainz.org/work/19458141-f419-4f39-83f0-544835869584> .

