@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/35116> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Much Ado About Nothing, Op. 11: Suite" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000627> ;
    ns1:dateCreated "1919" ;
    skos:exactMatch <https://musicbrainz.org/work/8066c9ce-b29e-416b-8d38-cafd26f10cc6> .

