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

<http://data.carnegiehall.org/events/16232/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Schweigt stille, plaudert nicht, BWV 211" ;
    ns1:bass <http://data.carnegiehall.org/names/32375> ;
    ns1:cello <http://data.carnegiehall.org/names/6012> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/74265> ;
    ns1:double_bass <http://data.carnegiehall.org/names/17074> ;
    ns1:flute <http://data.carnegiehall.org/names/22873> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/59619> ;
    ns1:soprano <http://data.carnegiehall.org/names/29107> ;
    ns1:tenor <http://data.carnegiehall.org/names/26919> ;
    ns1:viola <http://data.carnegiehall.org/names/47981> ;
    ns1:violin <http://data.carnegiehall.org/names/14287>,
        <http://data.carnegiehall.org/names/49951>,
        <http://data.carnegiehall.org/names/55164>,
        <http://data.carnegiehall.org/names/56548> ;
    ns2:performer <http://data.carnegiehall.org/names/14287>,
        <http://data.carnegiehall.org/names/17074>,
        <http://data.carnegiehall.org/names/22873>,
        <http://data.carnegiehall.org/names/26919>,
        <http://data.carnegiehall.org/names/29107>,
        <http://data.carnegiehall.org/names/32375>,
        <http://data.carnegiehall.org/names/47981>,
        <http://data.carnegiehall.org/names/49951>,
        <http://data.carnegiehall.org/names/55164>,
        <http://data.carnegiehall.org/names/56548>,
        <http://data.carnegiehall.org/names/59619>,
        <http://data.carnegiehall.org/names/6012>,
        <http://data.carnegiehall.org/names/74265> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6716> .

