@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/2766/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baton_twirler <http://data.carnegiehall.org/names/44864> ;
    ns2:dance_group <http://data.carnegiehall.org/names/1341> ;
    ns2:dancer <http://data.carnegiehall.org/names/9917> ;
    ns2:novelty_act <http://data.carnegiehall.org/names/24508> ;
    ns2:piano <http://data.carnegiehall.org/names/16943> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/62537> ;
    ns2:vocalist <http://data.carnegiehall.org/names/16946>,
        <http://data.carnegiehall.org/names/57127> ;
    ns1:performer <http://data.carnegiehall.org/names/1341>,
        <http://data.carnegiehall.org/names/16943>,
        <http://data.carnegiehall.org/names/16946>,
        <http://data.carnegiehall.org/names/24508>,
        <http://data.carnegiehall.org/names/44864>,
        <http://data.carnegiehall.org/names/57127>,
        <http://data.carnegiehall.org/names/62537>,
        <http://data.carnegiehall.org/names/9917> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

