@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/9292/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Israel in Egypt, HWV 54" ;
    ns1:cello <http://data.carnegiehall.org/names/26010> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/45308> ;
    ns1:organ <http://data.carnegiehall.org/names/57663> ;
    ns1:soprano <http://data.carnegiehall.org/names/16816>,
        <http://data.carnegiehall.org/names/6311> ;
    ns1:tenor <http://data.carnegiehall.org/names/52559> ;
    ns1:violin <http://data.carnegiehall.org/names/16283> ;
    ns2:performer <http://data.carnegiehall.org/names/16283>,
        <http://data.carnegiehall.org/names/16816>,
        <http://data.carnegiehall.org/names/26010>,
        <http://data.carnegiehall.org/names/45308>,
        <http://data.carnegiehall.org/names/52559>,
        <http://data.carnegiehall.org/names/57663>,
        <http://data.carnegiehall.org/names/6311> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/9062> .

