@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/29882/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Prayer of Thanksgiving" ;
    ns1:choir <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/13463>,
        <http://data.carnegiehall.org/names/16131>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/3209>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/43162>,
        <http://data.carnegiehall.org/names/49087>,
        <http://data.carnegiehall.org/names/60512> ;
    ns2:performer <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/13463>,
        <http://data.carnegiehall.org/names/16131>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/3209>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/43162>,
        <http://data.carnegiehall.org/names/49087>,
        <http://data.carnegiehall.org/names/60512> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13329> .

