@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/46166/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Butterfly" ;
    ns1:cello <http://data.carnegiehall.org/names/81299> ;
    ns1:pipa <http://data.carnegiehall.org/names/81298> ;
    ns1:tabla <http://data.carnegiehall.org/names/81301> ;
    ns1:veena <http://data.carnegiehall.org/names/81300> ;
    ns1:vocalist <http://data.carnegiehall.org/names/81300> ;
    ns2:performer <http://data.carnegiehall.org/names/81298>,
        <http://data.carnegiehall.org/names/81299>,
        <http://data.carnegiehall.org/names/81300>,
        <http://data.carnegiehall.org/names/81301> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77251> .

