@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/19295> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Concerto in D Minor, Op. 11, \"In the Hungarian Manner\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003871> ;
    ns1:dateCreated "1861" ;
    skos:exactMatch <http://dbpedia.org/resource/Violin_Concerto_No._2_(Joachim)>,
        <http://id.loc.gov/authorities/names/no97000950>,
        <http://www.wikidata.org/entity/Q7933352>,
        <https://musicbrainz.org/work/819c59d2-ab96-4594-a86a-ce42a86992c2> .

