@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/26513> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Comedy Overture on Negro Themes" ;
    dcterms:creator <http://data.carnegiehall.org/names/44256> ;
    ns1:dateCreated "c. 1906" ;
    skos:exactMatch <http://dbpedia.org/resource/Comedy_Overture_on_Negro_Themes>,
        <http://id.loc.gov/authorities/names/n2001121763>,
        <http://www.wikidata.org/entity/Q5151467>,
        <https://musicbrainz.org/work/4437a6d4-cc2d-4546-b3ab-43d438ce66b0> .

