@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/18693> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto Grosso No. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/31210> ;
    ns1:dateCreated "1924-1925" ;
    skos:exactMatch <http://dbpedia.org/resource/Concerto_Grosso_No._1_(Bloch)>,
        <http://id.loc.gov/authorities/names/no96008978>,
        <http://www.wikidata.org/entity/Q2991746>,
        <https://musicbrainz.org/work/aac2c07f-4553-4ec1-8fc6-aa968aeb20b8> .

