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

<http://data.carnegiehall.org/events/16229/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:comedy_team <http://data.carnegiehall.org/names/67250> ;
    ns2:dance_group <http://data.carnegiehall.org/names/67250> ;
    ns2:dancer <http://data.carnegiehall.org/names/67248> ;
    ns2:duo <http://data.carnegiehall.org/names/67249> ;
    ns2:guitar <http://data.carnegiehall.org/names/67247> ;
    ns2:mandolin <http://data.carnegiehall.org/names/67247> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/67250> ;
    ns2:zither <http://data.carnegiehall.org/names/67247> ;
    ns3:performer <http://data.carnegiehall.org/names/67247>,
        <http://data.carnegiehall.org/names/67248>,
        <http://data.carnegiehall.org/names/67249>,
        <http://data.carnegiehall.org/names/67250> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/104450> .

