@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/53881> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Cello Sonata No. 2 in D Major, Op. 58" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns1:dateCreated "1843" ;
    skos:exactMatch <http://dbpedia.org/resource/Cello_Sonata_No._2_(Mendelssohn)>,
        <http://id.loc.gov/authorities/names/n81077000>,
        <http://www.wikidata.org/entity/Q3490244>,
        <https://musicbrainz.org/work/750a717e-7822-475b-a056-0e93cb5de87d> .

