@prefix dcterms: <http://purl.org/dc/terms/> .
@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/75763> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Brandenburg Concerto No. 6 in B-flat Major, BWV 1051: 2. Adagio ma non tanto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n2001066512>,
        <https://musicbrainz.org/work/37f6c492-00a2-34af-b76d-21d505c49777> .

