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

<http://data.carnegiehall.org/events/40963/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tarang" ;
    ns1:cello <http://data.carnegiehall.org/names/38733>,
        <http://data.carnegiehall.org/names/68823> ;
    ns1:double_bass <http://data.carnegiehall.org/names/68824> ;
    ns1:ney <http://data.carnegiehall.org/names/61788> ;
    ns1:percussion <http://data.carnegiehall.org/names/33158>,
        <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/61798> ;
    ns1:tabla <http://data.carnegiehall.org/names/61791> ;
    ns1:violin <http://data.carnegiehall.org/names/66742>,
        <http://data.carnegiehall.org/names/68817> ;
    ns3:performer <http://data.carnegiehall.org/names/33158>,
        <http://data.carnegiehall.org/names/38733>,
        <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/61788>,
        <http://data.carnegiehall.org/names/61791>,
        <http://data.carnegiehall.org/names/61798>,
        <http://data.carnegiehall.org/names/66742>,
        <http://data.carnegiehall.org/names/68817>,
        <http://data.carnegiehall.org/names/68823>,
        <http://data.carnegiehall.org/names/68824> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/65581> .

