@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/44794> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Cello and Piano in D Minor, Op. 40" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002763> ;
    ns1:dateCreated "1934" ;
    skos:exactMatch <http://dbpedia.org/resource/Cello_Sonata_(Shostakovich)>,
        <http://id.loc.gov/authorities/names/no97008314>,
        <http://musicbrainz.org/work/c5270937-664d-4400-9a77-7a4f321dcbed>,
        <http://www.wikidata.org/entity/Q2312425> .

