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

<http://data.carnegiehall.org/events/29371/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:band_leader <http://data.carnegiehall.org/names/16229> ;
    ns1:baritone <http://data.carnegiehall.org/names/32743> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/57992> ;
    ns1:concert_band <http://data.carnegiehall.org/names/6514> ;
    ns1:dance_group <http://data.carnegiehall.org/names/22773> ;
    ns1:dancer <http://data.carnegiehall.org/names/47706> ;
    ns1:impressionist <http://data.carnegiehall.org/names/9355> ;
    ns1:piano <http://data.carnegiehall.org/names/1363> ;
    ns1:tap_dancer <http://data.carnegiehall.org/names/46004> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/14838>,
        <http://data.carnegiehall.org/names/14839>,
        <http://data.carnegiehall.org/names/68098> ;
    ns1:vocalist <http://data.carnegiehall.org/names/41174> ;
    ns2:performer <http://data.carnegiehall.org/names/1363>,
        <http://data.carnegiehall.org/names/14838>,
        <http://data.carnegiehall.org/names/14839>,
        <http://data.carnegiehall.org/names/16229>,
        <http://data.carnegiehall.org/names/22773>,
        <http://data.carnegiehall.org/names/32743>,
        <http://data.carnegiehall.org/names/41174>,
        <http://data.carnegiehall.org/names/46004>,
        <http://data.carnegiehall.org/names/47706>,
        <http://data.carnegiehall.org/names/57992>,
        <http://data.carnegiehall.org/names/6514>,
        <http://data.carnegiehall.org/names/68098>,
        <http://data.carnegiehall.org/names/9355> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

