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

<http://data.carnegiehall.org/events/50043/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:buzuq <http://data.carnegiehall.org/names/91277> ;
    ns3:cello <http://data.carnegiehall.org/names/89173> ;
    ns3:darabukka <http://data.carnegiehall.org/names/67593> ;
    ns3:double_bass <http://data.carnegiehall.org/names/87289> ;
    ns3:guitar <http://data.carnegiehall.org/names/91278> ;
    ns3:harp <http://data.carnegiehall.org/names/86476> ;
    ns3:jarana <http://data.carnegiehall.org/names/86477>,
        <http://data.carnegiehall.org/names/86478> ;
    ns3:percussion <http://data.carnegiehall.org/names/63385> ;
    ns3:vocalist <http://data.carnegiehall.org/names/87286>,
        <http://data.carnegiehall.org/names/91276> ;
    ns1:performer <http://data.carnegiehall.org/names/63385>,
        <http://data.carnegiehall.org/names/67593>,
        <http://data.carnegiehall.org/names/86476>,
        <http://data.carnegiehall.org/names/86477>,
        <http://data.carnegiehall.org/names/86478>,
        <http://data.carnegiehall.org/names/87286>,
        <http://data.carnegiehall.org/names/87289>,
        <http://data.carnegiehall.org/names/89173>,
        <http://data.carnegiehall.org/names/91276>,
        <http://data.carnegiehall.org/names/91277>,
        <http://data.carnegiehall.org/names/91278> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

