@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/13922> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Kol Nidrei, Op. 47" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008524> ;
    ns1:dateCreated "1881" ;
    skos:exactMatch <http://dbpedia.org/resource/Kol_Nidrei_(Bruch)>,
        <http://id.loc.gov/authorities/names/n92008638>,
        <http://musicbrainz.org/work/514024f4-50e2-3ced-a90d-259d76f3d15d>,
        <http://www.wikidata.org/entity/Q1591340> .

