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

<http://data.carnegiehall.org/events/32820/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "East Indian Dances" ;
    ns1:chimes <http://data.carnegiehall.org/names/32237> ;
    ns1:dancer <http://data.carnegiehall.org/names/38562>,
        <http://data.carnegiehall.org/names/96561> ;
    ns1:esraj <http://data.carnegiehall.org/names/25188> ;
    ns1:gong <http://data.carnegiehall.org/names/32237> ;
    ns1:kartal <http://data.carnegiehall.org/names/32237> ;
    ns1:sarod <http://data.carnegiehall.org/names/17803> ;
    ns1:tabla <http://data.carnegiehall.org/names/17803>,
        <http://data.carnegiehall.org/names/25187> ;
    ns1:tanpura <http://data.carnegiehall.org/names/11834> ;
    ns2:performer <http://data.carnegiehall.org/names/11834>,
        <http://data.carnegiehall.org/names/17803>,
        <http://data.carnegiehall.org/names/25187>,
        <http://data.carnegiehall.org/names/25188>,
        <http://data.carnegiehall.org/names/32237>,
        <http://data.carnegiehall.org/names/38562>,
        <http://data.carnegiehall.org/names/96561> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/28817> .

