@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/77171/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Satyagraha: Ghandi's Final Aria" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/141690> ;
    ns2:electronic_keyboard <http://data.carnegiehall.org/names/141685>,
        <http://data.carnegiehall.org/names/141686> ;
    ns2:flute <http://data.carnegiehall.org/names/137342> ;
    ns2:viola <http://data.carnegiehall.org/names/141689> ;
    ns2:violin <http://data.carnegiehall.org/names/141688> ;
    ns1:performer <http://data.carnegiehall.org/names/137342>,
        <http://data.carnegiehall.org/names/141685>,
        <http://data.carnegiehall.org/names/141686>,
        <http://data.carnegiehall.org/names/141688>,
        <http://data.carnegiehall.org/names/141689>,
        <http://data.carnegiehall.org/names/141690> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125117> .

