@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/77834/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Let thy hand be strengthened, HWV 259" ;
    ns1:choir <http://data.carnegiehall.org/names/138528>,
        <http://data.carnegiehall.org/names/138529>,
        <http://data.carnegiehall.org/names/138530>,
        <http://data.carnegiehall.org/names/138531>,
        <http://data.carnegiehall.org/names/138532>,
        <http://data.carnegiehall.org/names/138533> ;
    ns1:conductor <http://data.carnegiehall.org/names/138522> ;
    ns1:organ <http://data.carnegiehall.org/names/3796> ;
    ns2:performer <http://data.carnegiehall.org/names/138522>,
        <http://data.carnegiehall.org/names/138528>,
        <http://data.carnegiehall.org/names/138529>,
        <http://data.carnegiehall.org/names/138530>,
        <http://data.carnegiehall.org/names/138531>,
        <http://data.carnegiehall.org/names/138532>,
        <http://data.carnegiehall.org/names/138533>,
        <http://data.carnegiehall.org/names/3796> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/5563> .

