@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/35686> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Cello and Piano in C Major, Op. 65" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003241> ;
    ns1:dateCreated "1960-1961" ;
    skos:exactMatch <http://dbpedia.org/resource/Cello_Sonata_(Britten)>,
        <http://id.loc.gov/authorities/names/no95022692>,
        <http://www.wikidata.org/entity/Q3490230>,
        <https://musicbrainz.org/work/eaade9f8-d82f-4e8f-9f90-ca859d23f60e> .

