@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/26870> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Clarinet Quintet No. 3, Op. 23: 2. Adagio" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006716> ;
    ns1:dateCreated "c. 1840" ;
    skos:exactMatch <https://musicbrainz.org/work/d9091dbb-f273-4016-a95c-4662736f8da2> .

