@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/28743> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 1 in F-sharp Minor, Op. 11" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000525> ;
    ns1:dateCreated "1832-1835" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_No._1_(Schumann)>,
        <http://id.loc.gov/authorities/names/nr92026374>,
        <http://www.wikidata.org/entity/Q3490133>,
        <https://musicbrainz.org/work/3261c571-c8f7-4321-87f3-e4b93265efdd> .

