@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/1670/work_32> 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/10528>,
        <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/45925>,
        <http://data.carnegiehall.org/names/60138>,
        <http://data.carnegiehall.org/names/675>,
        <http://data.carnegiehall.org/names/88013>,
        <http://data.carnegiehall.org/names/9968> ;
    ns1:conductor <http://data.carnegiehall.org/names/14688> ;
    ns2:performer <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/10528>,
        <http://data.carnegiehall.org/names/14688>,
        <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/45925>,
        <http://data.carnegiehall.org/names/60138>,
        <http://data.carnegiehall.org/names/675>,
        <http://data.carnegiehall.org/names/88013>,
        <http://data.carnegiehall.org/names/9968> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13329> .

