@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/26309/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jubilee Cantata" ;
    ns2:bass <http://data.carnegiehall.org/names/15542> ;
    ns2:cello <http://data.carnegiehall.org/names/57740> ;
    ns2:choir <http://data.carnegiehall.org/names/37129>,
        <http://data.carnegiehall.org/names/56171> ;
    ns2:conductor <http://data.carnegiehall.org/names/15546> ;
    ns2:piano <http://data.carnegiehall.org/names/14446>,
        <http://data.carnegiehall.org/names/61178> ;
    ns2:soprano <http://data.carnegiehall.org/names/15553> ;
    ns1:performer <http://data.carnegiehall.org/names/14446>,
        <http://data.carnegiehall.org/names/15542>,
        <http://data.carnegiehall.org/names/15546>,
        <http://data.carnegiehall.org/names/15553>,
        <http://data.carnegiehall.org/names/37129>,
        <http://data.carnegiehall.org/names/56171>,
        <http://data.carnegiehall.org/names/57740>,
        <http://data.carnegiehall.org/names/61178> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/46047> .

