@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/37614> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Overture on Hebrew Themes, Op. 34" ;
    dcterms:creator <http://data.carnegiehall.org/names/43414> ;
    ns1:dateCreated "1919" ;
    skos:exactMatch <http://dbpedia.org/resource/Overture_on_Hebrew_Themes>,
        <http://id.loc.gov/authorities/names/n86854618>,
        <http://www.wikidata.org/entity/Q2740744>,
        <https://musicbrainz.org/work/146e01cf-56d8-4f8e-99fc-dfa9de325e2c> .

