@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/43441/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elijah, Op. 70: Hebe deine Augen auf (Lift thine eyes)" ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/74624> ;
    ns1:choir <http://data.carnegiehall.org/names/55161>,
        <http://data.carnegiehall.org/names/65202>,
        <http://data.carnegiehall.org/names/74625>,
        <http://data.carnegiehall.org/names/74626>,
        <http://data.carnegiehall.org/names/74627> ;
    ns1:conductor <http://data.carnegiehall.org/names/25754> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/74628> ;
    ns1:orchestra <http://data.carnegiehall.org/names/74623> ;
    ns1:soprano <http://data.carnegiehall.org/names/72737> ;
    ns2:performer <http://data.carnegiehall.org/names/25754>,
        <http://data.carnegiehall.org/names/55161>,
        <http://data.carnegiehall.org/names/65202>,
        <http://data.carnegiehall.org/names/72737>,
        <http://data.carnegiehall.org/names/74623>,
        <http://data.carnegiehall.org/names/74624>,
        <http://data.carnegiehall.org/names/74625>,
        <http://data.carnegiehall.org/names/74626>,
        <http://data.carnegiehall.org/names/74627>,
        <http://data.carnegiehall.org/names/74628> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57795> .

