@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/60480> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Cello and Piano, Op. 49" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001904> ;
    ns1:dateCreated "1979" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97073737>,
        <https://musicbrainz.org/work/a6e76fc4-fea5-406f-80b4-0931aedd06af> .

