@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/56996/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Israel in Egypt, HWV 54" ;
    ns1:baritone <http://data.carnegiehall.org/names/96827> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/89055> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/104541> ;
    ns1:soprano <http://data.carnegiehall.org/names/79492>,
        <http://data.carnegiehall.org/names/96825> ;
    ns1:tenor <http://data.carnegiehall.org/names/96826> ;
    ns2:performer <http://data.carnegiehall.org/names/104541>,
        <http://data.carnegiehall.org/names/79492>,
        <http://data.carnegiehall.org/names/89055>,
        <http://data.carnegiehall.org/names/96825>,
        <http://data.carnegiehall.org/names/96826>,
        <http://data.carnegiehall.org/names/96827> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/9062> .

