@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/33656/work_25> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:presenter <http://data.carnegiehall.org/names/11022>,
        <http://data.carnegiehall.org/names/20930>,
        <http://data.carnegiehall.org/names/23913>,
        <http://data.carnegiehall.org/names/28471>,
        <http://data.carnegiehall.org/names/32247>,
        <http://data.carnegiehall.org/names/37304>,
        <http://data.carnegiehall.org/names/38146>,
        <http://data.carnegiehall.org/names/48108>,
        <http://data.carnegiehall.org/names/48109>,
        <http://data.carnegiehall.org/names/6939>,
        <http://data.carnegiehall.org/names/8014> ;
    ns1:speaker <http://data.carnegiehall.org/names/58521> ;
    ns2:performer <http://data.carnegiehall.org/names/11022>,
        <http://data.carnegiehall.org/names/20930>,
        <http://data.carnegiehall.org/names/23913>,
        <http://data.carnegiehall.org/names/28471>,
        <http://data.carnegiehall.org/names/32247>,
        <http://data.carnegiehall.org/names/37304>,
        <http://data.carnegiehall.org/names/38146>,
        <http://data.carnegiehall.org/names/48108>,
        <http://data.carnegiehall.org/names/48109>,
        <http://data.carnegiehall.org/names/58521>,
        <http://data.carnegiehall.org/names/6939>,
        <http://data.carnegiehall.org/names/8014> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

