@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/43258> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 20 in G Major, Op. 49, No. 2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1795-1796" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no91029522>,
        <http://www.wikidata.org/entity/Q146423>,
        <https://musicbrainz.org/work/69f6660b-42e7-4aa4-94e6-ec358c79d0a1> .

