@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/11093> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Tragic Overture, Op. 81" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1880" ;
    skos:exactMatch <http://dbpedia.org/resource/Tragic_Overture_(Brahms)>,
        <http://id.loc.gov/authorities/names/n83189458>,
        <http://www.wikidata.org/entity/Q1366627>,
        <https://musicbrainz.org/work/b276bb79-d8e4-3e2d-9400-417760322f9a> .

