@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/45322/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elijah, Op. 70" ;
    ns2:alto <http://data.carnegiehall.org/names/11111>,
        <http://data.carnegiehall.org/names/70793> ;
    ns2:bass <http://data.carnegiehall.org/names/57204>,
        <http://data.carnegiehall.org/names/65211> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/20801> ;
    ns2:boy_soprano <http://data.carnegiehall.org/names/79351> ;
    ns2:orchestra <http://data.carnegiehall.org/names/22969> ;
    ns2:soprano <http://data.carnegiehall.org/names/27400>,
        <http://data.carnegiehall.org/names/74144> ;
    ns2:tenor <http://data.carnegiehall.org/names/12743>,
        <http://data.carnegiehall.org/names/76538> ;
    ns1:performer <http://data.carnegiehall.org/names/11111>,
        <http://data.carnegiehall.org/names/12743>,
        <http://data.carnegiehall.org/names/20801>,
        <http://data.carnegiehall.org/names/22969>,
        <http://data.carnegiehall.org/names/27400>,
        <http://data.carnegiehall.org/names/57204>,
        <http://data.carnegiehall.org/names/65211>,
        <http://data.carnegiehall.org/names/70793>,
        <http://data.carnegiehall.org/names/74144>,
        <http://data.carnegiehall.org/names/76538>,
        <http://data.carnegiehall.org/names/79351> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30740> .

