@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/2367/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Was Glad" ;
    ns1:choir <http://data.carnegiehall.org/names/105125>,
        <http://data.carnegiehall.org/names/105126>,
        <http://data.carnegiehall.org/names/105128>,
        <http://data.carnegiehall.org/names/38685>,
        <http://data.carnegiehall.org/names/4511>,
        <http://data.carnegiehall.org/names/67951>,
        <http://data.carnegiehall.org/names/77293>,
        <http://data.carnegiehall.org/names/8067> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:mens_chorus <http://data.carnegiehall.org/names/105127> ;
    ns2:performer <http://data.carnegiehall.org/names/105125>,
        <http://data.carnegiehall.org/names/105126>,
        <http://data.carnegiehall.org/names/105127>,
        <http://data.carnegiehall.org/names/105128>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/38685>,
        <http://data.carnegiehall.org/names/4511>,
        <http://data.carnegiehall.org/names/67951>,
        <http://data.carnegiehall.org/names/77293>,
        <http://data.carnegiehall.org/names/8067> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17855> .

