@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/79694/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Conversation with God" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/67446> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/81815> ;
    ns2:choir <http://data.carnegiehall.org/names/134781>,
        <http://data.carnegiehall.org/names/141376>,
        <http://data.carnegiehall.org/names/141381> ;
    ns2:conductor <http://data.carnegiehall.org/names/134784> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/141375>,
        <http://data.carnegiehall.org/names/141380> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/141377> ;
    ns2:vocalist <http://data.carnegiehall.org/names/134784>,
        <http://data.carnegiehall.org/names/141378>,
        <http://data.carnegiehall.org/names/23053>,
        <http://data.carnegiehall.org/names/70164> ;
    ns1:performer <http://data.carnegiehall.org/names/134781>,
        <http://data.carnegiehall.org/names/134784>,
        <http://data.carnegiehall.org/names/141375>,
        <http://data.carnegiehall.org/names/141376>,
        <http://data.carnegiehall.org/names/141377>,
        <http://data.carnegiehall.org/names/141378>,
        <http://data.carnegiehall.org/names/141380>,
        <http://data.carnegiehall.org/names/141381>,
        <http://data.carnegiehall.org/names/23053>,
        <http://data.carnegiehall.org/names/67446>,
        <http://data.carnegiehall.org/names/70164>,
        <http://data.carnegiehall.org/names/81815> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118972> .

