@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/35416> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Cello and Piano in D Minor, H. 125" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006994> ;
    ns1:dateCreated "1913-1917" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97027935>,
        <https://musicbrainz.org/work/c72c4739-1d3f-41f0-b78c-b6abfa3079c6> .

