@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/66829/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 1 in F Major, BWV 1046" ;
    ns2:bassoon <http://data.carnegiehall.org/names/76751> ;
    ns2:cello <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/63035> ;
    ns2:double_bass <http://data.carnegiehall.org/names/126466> ;
    ns2:french_horn <http://data.carnegiehall.org/names/28221>,
        <http://data.carnegiehall.org/names/80897> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/76126> ;
    ns2:oboe <http://data.carnegiehall.org/names/126463>,
        <http://data.carnegiehall.org/names/53413>,
        <http://data.carnegiehall.org/names/60419> ;
    ns2:viola <http://data.carnegiehall.org/names/54891>,
        <http://data.carnegiehall.org/names/62441> ;
    ns2:violin <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/33532>,
        <http://data.carnegiehall.org/names/72357>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/72359>,
        <http://data.carnegiehall.org/names/72360> ;
    ns1:performer <http://data.carnegiehall.org/names/126463>,
        <http://data.carnegiehall.org/names/126466>,
        <http://data.carnegiehall.org/names/28221>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/33532>,
        <http://data.carnegiehall.org/names/53238>,
        <http://data.carnegiehall.org/names/53413>,
        <http://data.carnegiehall.org/names/54891>,
        <http://data.carnegiehall.org/names/60419>,
        <http://data.carnegiehall.org/names/62441>,
        <http://data.carnegiehall.org/names/63035>,
        <http://data.carnegiehall.org/names/72357>,
        <http://data.carnegiehall.org/names/72358>,
        <http://data.carnegiehall.org/names/72359>,
        <http://data.carnegiehall.org/names/72360>,
        <http://data.carnegiehall.org/names/76126>,
        <http://data.carnegiehall.org/names/76751>,
        <http://data.carnegiehall.org/names/80897> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/22287> .

