@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/24117> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Concerto, Op. 33" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009742> ;
    ns1:dateCreated "1911" ;
    skos:exactMatch <http://dbpedia.org/resource/Violin_Concerto_(Nielsen)>,
        <http://id.loc.gov/authorities/names/no96061263>,
        <http://www.wikidata.org/entity/Q1279651>,
        <https://musicbrainz.org/work/b7e417ed-0979-4a0f-9559-1e4340b3787f> .

