@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/42000/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "ShadowBang: Dalem & Sangut" ;
    ns2:cello <http://data.carnegiehall.org/names/40354> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/37631> ;
    ns2:clarinet <http://data.carnegiehall.org/names/24708> ;
    ns2:double_bass <http://data.carnegiehall.org/names/960> ;
    ns2:electric_guitar <http://data.carnegiehall.org/names/60825> ;
    ns2:keyboard <http://data.carnegiehall.org/names/54989> ;
    ns2:percussion <http://data.carnegiehall.org/names/9312> ;
    ns2:piano <http://data.carnegiehall.org/names/54989> ;
    ns1:performer <http://data.carnegiehall.org/names/24708>,
        <http://data.carnegiehall.org/names/37631>,
        <http://data.carnegiehall.org/names/40354>,
        <http://data.carnegiehall.org/names/54989>,
        <http://data.carnegiehall.org/names/60825>,
        <http://data.carnegiehall.org/names/9312>,
        <http://data.carnegiehall.org/names/960> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67623> .

