@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/21111> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto for Piano and Woodwind Quintet, Op. 53" ;
    dcterms:creator <http://data.carnegiehall.org/names/49766> ;
    ns1:dateCreated "1953" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no98055452>,
        <https://musicbrainz.org/work/76b16bd0-678b-4451-b160-146908d33ad1> .

