@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/34307/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Schweigt stille, plaudert nicht, BWV 211" ;
    ns2:baritone <http://data.carnegiehall.org/names/51423> ;
    ns2:cello <http://data.carnegiehall.org/names/27269> ;
    ns2:double_bass <http://data.carnegiehall.org/names/11069> ;
    ns2:flute <http://data.carnegiehall.org/names/51395> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/14069> ;
    ns2:narrator <http://data.carnegiehall.org/names/21646> ;
    ns2:soprano <http://data.carnegiehall.org/names/37787> ;
    ns2:viola <http://data.carnegiehall.org/names/1432> ;
    ns2:violin <http://data.carnegiehall.org/names/33972>,
        <http://data.carnegiehall.org/names/8789> ;
    ns1:performer <http://data.carnegiehall.org/names/11069>,
        <http://data.carnegiehall.org/names/14069>,
        <http://data.carnegiehall.org/names/1432>,
        <http://data.carnegiehall.org/names/21646>,
        <http://data.carnegiehall.org/names/27269>,
        <http://data.carnegiehall.org/names/33972>,
        <http://data.carnegiehall.org/names/37787>,
        <http://data.carnegiehall.org/names/51395>,
        <http://data.carnegiehall.org/names/51423>,
        <http://data.carnegiehall.org/names/8789> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6716> .

