@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/42606> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Concerto No. 2 in B Minor, Op. 7, \"La campanella\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007610> ;
    ns1:dateCreated "1826" ;
    skos:exactMatch <http://dbpedia.org/resource/Violin_Concerto_No._2_(Paganini)>,
        <http://id.loc.gov/authorities/names/n81022438>,
        <http://www.wikidata.org/entity/Q2991911>,
        <https://musicbrainz.org/work/f6f5be9e-9f7d-49e5-a579-edfb0d9b1229> .

