@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/41629/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Alexander Balus, HWV 65: Act III. Calm thou my soul" ;
    ns2:archlute <http://data.carnegiehall.org/names/70038> ;
    ns2:baroque_cello <http://data.carnegiehall.org/names/18813> ;
    ns2:baroque_viola <http://data.carnegiehall.org/names/70037> ;
    ns2:baroque_violin <http://data.carnegiehall.org/names/50538>,
        <http://data.carnegiehall.org/names/52851>,
        <http://data.carnegiehall.org/names/70037> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/18814> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/26393> ;
    ns2:soprano <http://data.carnegiehall.org/names/54807> ;
    ns2:theorbo <http://data.carnegiehall.org/names/70038> ;
    ns1:performer <http://data.carnegiehall.org/names/18813>,
        <http://data.carnegiehall.org/names/18814>,
        <http://data.carnegiehall.org/names/26393>,
        <http://data.carnegiehall.org/names/50538>,
        <http://data.carnegiehall.org/names/52851>,
        <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/70037>,
        <http://data.carnegiehall.org/names/70038> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16922> .

