@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/51666/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Indian Classical Dance" ;
    ns1:clarinet <http://data.carnegiehall.org/names/93900> ;
    ns1:conductor <http://data.carnegiehall.org/names/76582> ;
    ns1:dancer <http://data.carnegiehall.org/names/45811>,
        <http://data.carnegiehall.org/names/93896>,
        <http://data.carnegiehall.org/names/93897> ;
    ns1:drums <http://data.carnegiehall.org/names/93898> ;
    ns1:flute <http://data.carnegiehall.org/names/93898>,
        <http://data.carnegiehall.org/names/93899> ;
    ns1:gong <http://data.carnegiehall.org/names/93898> ;
    ns2:performer <http://data.carnegiehall.org/names/45811>,
        <http://data.carnegiehall.org/names/76582>,
        <http://data.carnegiehall.org/names/93896>,
        <http://data.carnegiehall.org/names/93897>,
        <http://data.carnegiehall.org/names/93898>,
        <http://data.carnegiehall.org/names/93899>,
        <http://data.carnegiehall.org/names/93900> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/84046> .

