@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/28312/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:comedy_team <http://data.carnegiehall.org/names/50496> ;
    ns1:dancer <http://data.carnegiehall.org/names/57434>,
        <http://data.carnegiehall.org/names/8897> ;
    ns1:quartet <http://data.carnegiehall.org/names/25470> ;
    ns1:trio <http://data.carnegiehall.org/names/7172> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/21913>,
        <http://data.carnegiehall.org/names/33499>,
        <http://data.carnegiehall.org/names/50497> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/14618> ;
    ns2:performer <http://data.carnegiehall.org/names/14618>,
        <http://data.carnegiehall.org/names/21913>,
        <http://data.carnegiehall.org/names/25470>,
        <http://data.carnegiehall.org/names/33499>,
        <http://data.carnegiehall.org/names/50496>,
        <http://data.carnegiehall.org/names/50497>,
        <http://data.carnegiehall.org/names/57434>,
        <http://data.carnegiehall.org/names/7172>,
        <http://data.carnegiehall.org/names/8897> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

