@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/37737> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Pieces for Cello and Piano" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007501> ;
    ns1:dateCreated "1899" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/nr92029989>,
        <https://musicbrainz.org/work/bf588465-d918-464a-963b-69fc0b7efb35> .

