@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/27771> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto Grosso" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "1950" ;
    skos:exactMatch <http://dbpedia.org/resource/Concerto_Grosso_(Vaughan_Williams)>,
        <http://id.loc.gov/authorities/names/no96048048>,
        <http://www.wikidata.org/entity/Q2273931>,
        <https://musicbrainz.org/work/a30653e6-08b4-4e5a-bb82-72008a241a65> .

