@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/34373/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Israel in Egypt, HWV 54" ;
    ns2:baritone <http://data.carnegiehall.org/names/28340>,
        <http://data.carnegiehall.org/names/49209> ;
    ns2:countertenor <http://data.carnegiehall.org/names/54569> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/7496> ;
    ns2:organ <http://data.carnegiehall.org/names/23294> ;
    ns2:soprano <http://data.carnegiehall.org/names/4134>,
        <http://data.carnegiehall.org/names/54934> ;
    ns2:tenor <http://data.carnegiehall.org/names/46474> ;
    ns1:performer <http://data.carnegiehall.org/names/23294>,
        <http://data.carnegiehall.org/names/28340>,
        <http://data.carnegiehall.org/names/4134>,
        <http://data.carnegiehall.org/names/46474>,
        <http://data.carnegiehall.org/names/49209>,
        <http://data.carnegiehall.org/names/54569>,
        <http://data.carnegiehall.org/names/54934>,
        <http://data.carnegiehall.org/names/7496> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/9062> .

