@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/70826/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Thank You God" ;
    ns2:choir <http://data.carnegiehall.org/names/108734>,
        <http://data.carnegiehall.org/names/113818>,
        <http://data.carnegiehall.org/names/125599>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/130406>,
        <http://data.carnegiehall.org/names/130407>,
        <http://data.carnegiehall.org/names/130408>,
        <http://data.carnegiehall.org/names/60356>,
        <http://data.carnegiehall.org/names/80872>,
        <http://data.carnegiehall.org/names/89499> ;
    ns2:conductor <http://data.carnegiehall.org/names/103952> ;
    ns2:piano <http://data.carnegiehall.org/names/67781> ;
    ns1:performer <http://data.carnegiehall.org/names/103952>,
        <http://data.carnegiehall.org/names/108734>,
        <http://data.carnegiehall.org/names/113818>,
        <http://data.carnegiehall.org/names/125599>,
        <http://data.carnegiehall.org/names/130312>,
        <http://data.carnegiehall.org/names/130406>,
        <http://data.carnegiehall.org/names/130407>,
        <http://data.carnegiehall.org/names/130408>,
        <http://data.carnegiehall.org/names/60356>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/80872>,
        <http://data.carnegiehall.org/names/89499> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69210> .

