@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/77816/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Come Here Jesus, If You Please" ;
    ns1:choir <http://data.carnegiehall.org/names/138416> ;
    ns1:conductor <http://data.carnegiehall.org/names/138417> ;
    ns1:piano <http://data.carnegiehall.org/names/138418>,
        <http://data.carnegiehall.org/names/80528> ;
    ns1:timpani <http://data.carnegiehall.org/names/138419> ;
    ns3:performer <http://data.carnegiehall.org/names/138416>,
        <http://data.carnegiehall.org/names/138417>,
        <http://data.carnegiehall.org/names/138418>,
        <http://data.carnegiehall.org/names/138419>,
        <http://data.carnegiehall.org/names/80528> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/122283> .

