@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/23380/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:actor <http://data.carnegiehall.org/names/38694>,
        <http://data.carnegiehall.org/names/59446> ;
    ns1:comedian <http://data.carnegiehall.org/names/47868> ;
    ns1:conductor <http://data.carnegiehall.org/names/57613> ;
    ns1:host <http://data.carnegiehall.org/names/4070>,
        <http://data.carnegiehall.org/names/5039> ;
    ns1:orchestra <http://data.carnegiehall.org/names/5078> ;
    ns1:vocalist <http://data.carnegiehall.org/names/15209>,
        <http://data.carnegiehall.org/names/2779>,
        <http://data.carnegiehall.org/names/34354>,
        <http://data.carnegiehall.org/names/48999>,
        <http://data.carnegiehall.org/names/54345> ;
    ns2:performer <http://data.carnegiehall.org/names/15209>,
        <http://data.carnegiehall.org/names/2779>,
        <http://data.carnegiehall.org/names/34354>,
        <http://data.carnegiehall.org/names/38694>,
        <http://data.carnegiehall.org/names/4070>,
        <http://data.carnegiehall.org/names/47868>,
        <http://data.carnegiehall.org/names/48999>,
        <http://data.carnegiehall.org/names/5039>,
        <http://data.carnegiehall.org/names/5078>,
        <http://data.carnegiehall.org/names/54345>,
        <http://data.carnegiehall.org/names/57613>,
        <http://data.carnegiehall.org/names/59446> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

