@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/112147> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata in A-flat Major, Wq. 49/2 (H. 31), \"Württemberg\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010729> ;
    ns1:dateCreated "1742-1743" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n98068965>,
        <https://musicbrainz.org/work/b35741a3-b4ff-4176-914a-bd994443aabe> .

