@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/47580/work_29> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:dancer <http://data.carnegiehall.org/names/3426>,
        <http://data.carnegiehall.org/names/3427> ;
    ns2:double_bass <http://data.carnegiehall.org/names/61126> ;
    ns2:drums <http://data.carnegiehall.org/names/28544> ;
    ns2:electric_piano <http://data.carnegiehall.org/names/4497> ;
    ns2:guitar <http://data.carnegiehall.org/names/32990> ;
    ns2:percussion <http://data.carnegiehall.org/names/46556> ;
    ns2:piano <http://data.carnegiehall.org/names/40346> ;
    ns2:saxophone <http://data.carnegiehall.org/names/27414>,
        <http://data.carnegiehall.org/names/36969>,
        <http://data.carnegiehall.org/names/43936> ;
    ns2:trombone <http://data.carnegiehall.org/names/24375> ;
    ns2:trumpet <http://data.carnegiehall.org/names/25661>,
        <http://data.carnegiehall.org/names/35647> ;
    ns1:performer <http://data.carnegiehall.org/names/24375>,
        <http://data.carnegiehall.org/names/25661>,
        <http://data.carnegiehall.org/names/27414>,
        <http://data.carnegiehall.org/names/28544>,
        <http://data.carnegiehall.org/names/32990>,
        <http://data.carnegiehall.org/names/3426>,
        <http://data.carnegiehall.org/names/3427>,
        <http://data.carnegiehall.org/names/35647>,
        <http://data.carnegiehall.org/names/36969>,
        <http://data.carnegiehall.org/names/40346>,
        <http://data.carnegiehall.org/names/43936>,
        <http://data.carnegiehall.org/names/4497>,
        <http://data.carnegiehall.org/names/46556>,
        <http://data.carnegiehall.org/names/61126> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

