@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/9894> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto for 2 Recorders, 2 Oboes, Strings, and Continuo in B-flat Major TWV 54:B2" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006265> ;
    ns1:dateCreated "c. 1708-1712" ;
    skos:exactMatch <https://musicbrainz.org/work/6e8420af-ca2a-4495-9160-fa1899040978> .

