@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/70594/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Woe to Those That Keep a Grudge" ;
    ns2:alto <http://data.carnegiehall.org/names/130234> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/130228> ;
    ns2:daf <http://data.carnegiehall.org/names/130237> ;
    ns2:dhol <http://data.carnegiehall.org/names/130237> ;
    ns2:duduk <http://data.carnegiehall.org/names/130235> ;
    ns2:dumbek <http://data.carnegiehall.org/names/130237> ;
    ns2:oud <http://data.carnegiehall.org/names/130236> ;
    ns2:pku <http://data.carnegiehall.org/names/130235> ;
    ns2:shvi <http://data.carnegiehall.org/names/130235> ;
    ns2:soprano <http://data.carnegiehall.org/names/130232>,
        <http://data.carnegiehall.org/names/130233> ;
    ns2:zurna <http://data.carnegiehall.org/names/130235> ;
    ns1:performer <http://data.carnegiehall.org/names/130228>,
        <http://data.carnegiehall.org/names/130232>,
        <http://data.carnegiehall.org/names/130233>,
        <http://data.carnegiehall.org/names/130234>,
        <http://data.carnegiehall.org/names/130235>,
        <http://data.carnegiehall.org/names/130236>,
        <http://data.carnegiehall.org/names/130237> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/114749> .

