@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/41592/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:acrobatic_team <http://data.carnegiehall.org/names/53918> ;
    ns2:comedy_team <http://data.carnegiehall.org/names/32707>,
        <http://data.carnegiehall.org/names/512> ;
    ns2:dance_group <http://data.carnegiehall.org/names/512>,
        <http://data.carnegiehall.org/names/59248> ;
    ns2:unspecified_instrument <http://data.carnegiehall.org/names/10386>,
        <http://data.carnegiehall.org/names/10387>,
        <http://data.carnegiehall.org/names/14799>,
        <http://data.carnegiehall.org/names/19900>,
        <http://data.carnegiehall.org/names/33569>,
        <http://data.carnegiehall.org/names/41362>,
        <http://data.carnegiehall.org/names/7468>,
        <http://data.carnegiehall.org/names/9126> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/59248> ;
    ns2:vocalist <http://data.carnegiehall.org/names/29768> ;
    ns1:performer <http://data.carnegiehall.org/names/10386>,
        <http://data.carnegiehall.org/names/10387>,
        <http://data.carnegiehall.org/names/14799>,
        <http://data.carnegiehall.org/names/19900>,
        <http://data.carnegiehall.org/names/29768>,
        <http://data.carnegiehall.org/names/32707>,
        <http://data.carnegiehall.org/names/33569>,
        <http://data.carnegiehall.org/names/41362>,
        <http://data.carnegiehall.org/names/512>,
        <http://data.carnegiehall.org/names/53918>,
        <http://data.carnegiehall.org/names/59248>,
        <http://data.carnegiehall.org/names/7468>,
        <http://data.carnegiehall.org/names/9126> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

