@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/41149/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elijah, Op. 70" ;
    ns1:baritone <http://data.carnegiehall.org/names/40210> ;
    ns1:choir <http://data.carnegiehall.org/names/69107>,
        <http://data.carnegiehall.org/names/69108>,
        <http://data.carnegiehall.org/names/69109>,
        <http://data.carnegiehall.org/names/69110>,
        <http://data.carnegiehall.org/names/69111>,
        <http://data.carnegiehall.org/names/69112>,
        <http://data.carnegiehall.org/names/69114>,
        <http://data.carnegiehall.org/names/69115> ;
    ns1:mens_chorus <http://data.carnegiehall.org/names/69113> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/26399> ;
    ns1:soprano <http://data.carnegiehall.org/names/24293> ;
    ns1:tenor <http://data.carnegiehall.org/names/68359> ;
    ns2:performer <http://data.carnegiehall.org/names/24293>,
        <http://data.carnegiehall.org/names/26399>,
        <http://data.carnegiehall.org/names/40210>,
        <http://data.carnegiehall.org/names/68359>,
        <http://data.carnegiehall.org/names/69107>,
        <http://data.carnegiehall.org/names/69108>,
        <http://data.carnegiehall.org/names/69109>,
        <http://data.carnegiehall.org/names/69110>,
        <http://data.carnegiehall.org/names/69111>,
        <http://data.carnegiehall.org/names/69112>,
        <http://data.carnegiehall.org/names/69113>,
        <http://data.carnegiehall.org/names/69114>,
        <http://data.carnegiehall.org/names/69115> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30740> .

