@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/71906/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Yes God Is Real" ;
    ns1:choir <http://data.carnegiehall.org/names/131508>,
        <http://data.carnegiehall.org/names/131509>,
        <http://data.carnegiehall.org/names/131510>,
        <http://data.carnegiehall.org/names/131511>,
        <http://data.carnegiehall.org/names/131513>,
        <http://data.carnegiehall.org/names/131514>,
        <http://data.carnegiehall.org/names/131515>,
        <http://data.carnegiehall.org/names/131516> ;
    ns1:conductor <http://data.carnegiehall.org/names/131494> ;
    ns1:piano <http://data.carnegiehall.org/names/131498> ;
    ns2:performer <http://data.carnegiehall.org/names/131494>,
        <http://data.carnegiehall.org/names/131498>,
        <http://data.carnegiehall.org/names/131508>,
        <http://data.carnegiehall.org/names/131509>,
        <http://data.carnegiehall.org/names/131510>,
        <http://data.carnegiehall.org/names/131511>,
        <http://data.carnegiehall.org/names/131513>,
        <http://data.carnegiehall.org/names/131514>,
        <http://data.carnegiehall.org/names/131515>,
        <http://data.carnegiehall.org/names/131516> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115884> .

