@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/7851/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:comedian <http://data.carnegiehall.org/names/54492> ;
    ns1:comedy_team <http://data.carnegiehall.org/names/13474> ;
    ns1:dance_group <http://data.carnegiehall.org/names/18911> ;
    ns1:host <http://data.carnegiehall.org/names/3803> ;
    ns1:magician <http://data.carnegiehall.org/names/33785> ;
    ns1:novelty_act <http://data.carnegiehall.org/names/13473>,
        <http://data.carnegiehall.org/names/60595> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/96124> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/58582> ;
    ns2:performer <http://data.carnegiehall.org/names/13473>,
        <http://data.carnegiehall.org/names/13474>,
        <http://data.carnegiehall.org/names/18911>,
        <http://data.carnegiehall.org/names/33785>,
        <http://data.carnegiehall.org/names/3803>,
        <http://data.carnegiehall.org/names/54492>,
        <http://data.carnegiehall.org/names/58582>,
        <http://data.carnegiehall.org/names/60595>,
        <http://data.carnegiehall.org/names/96124> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

