@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/759/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Israel in Egypt, HWV 54" ;
    ns1:baritone <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/55947> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/21233> ;
    ns1:soprano <http://data.carnegiehall.org/names/35017>,
        <http://data.carnegiehall.org/names/57665> ;
    ns1:tenor <http://data.carnegiehall.org/names/1923> ;
    ns1:violin <http://data.carnegiehall.org/names/18056> ;
    ns2:performer <http://data.carnegiehall.org/names/18056>,
        <http://data.carnegiehall.org/names/1923>,
        <http://data.carnegiehall.org/names/21233>,
        <http://data.carnegiehall.org/names/35017>,
        <http://data.carnegiehall.org/names/46244>,
        <http://data.carnegiehall.org/names/55947>,
        <http://data.carnegiehall.org/names/57665> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/9062> .

