@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/29617> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Concerto No. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/50159> ;
    ns1:dateCreated "1986-1987" ;
    skos:exactMatch <http://dbpedia.org/resource/Violin_Concerto_No._1_(Glass)>,
        <http://www.wikidata.org/entity/Q2991888>,
        <https://id.loc.gov/authorities/no00043583>,
        <https://musicbrainz.org/work/2f339706-50e7-4dfa-8b39-cd5eed6ff0ed> .

