@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/79725/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sometimes I Feel Like a Motherless Child" ;
    ns2:choir <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/133993>,
        <http://data.carnegiehall.org/names/141469>,
        <http://data.carnegiehall.org/names/141470>,
        <http://data.carnegiehall.org/names/141471>,
        <http://data.carnegiehall.org/names/141472>,
        <http://data.carnegiehall.org/names/141473>,
        <http://data.carnegiehall.org/names/141474> ;
    ns2:conductor <http://data.carnegiehall.org/names/37888> ;
    ns2:piano <http://data.carnegiehall.org/names/141464> ;
    ns1:performer <http://data.carnegiehall.org/names/116586>,
        <http://data.carnegiehall.org/names/133993>,
        <http://data.carnegiehall.org/names/141464>,
        <http://data.carnegiehall.org/names/141469>,
        <http://data.carnegiehall.org/names/141470>,
        <http://data.carnegiehall.org/names/141471>,
        <http://data.carnegiehall.org/names/141472>,
        <http://data.carnegiehall.org/names/141473>,
        <http://data.carnegiehall.org/names/141474>,
        <http://data.carnegiehall.org/names/37888> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/124955> .

