@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/31149/work_33> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Amen" ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/30769> ;
    ns2:vocalist <http://data.carnegiehall.org/names/11830>,
        <http://data.carnegiehall.org/names/12090>,
        <http://data.carnegiehall.org/names/15062>,
        <http://data.carnegiehall.org/names/24453>,
        <http://data.carnegiehall.org/names/29399>,
        <http://data.carnegiehall.org/names/30297>,
        <http://data.carnegiehall.org/names/36183>,
        <http://data.carnegiehall.org/names/36755>,
        <http://data.carnegiehall.org/names/39690>,
        <http://data.carnegiehall.org/names/39912>,
        <http://data.carnegiehall.org/names/58297>,
        <http://data.carnegiehall.org/names/60221> ;
    ns1:performer <http://data.carnegiehall.org/names/11830>,
        <http://data.carnegiehall.org/names/12090>,
        <http://data.carnegiehall.org/names/15062>,
        <http://data.carnegiehall.org/names/24453>,
        <http://data.carnegiehall.org/names/29399>,
        <http://data.carnegiehall.org/names/30297>,
        <http://data.carnegiehall.org/names/30769>,
        <http://data.carnegiehall.org/names/36183>,
        <http://data.carnegiehall.org/names/36755>,
        <http://data.carnegiehall.org/names/39690>,
        <http://data.carnegiehall.org/names/39912>,
        <http://data.carnegiehall.org/names/58297>,
        <http://data.carnegiehall.org/names/60221> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/40549> .

