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

<http://data.carnegiehall.org/events/1211/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:actor <http://data.carnegiehall.org/names/32511> ;
    ns2:comedian <http://data.carnegiehall.org/names/43745> ;
    ns2:host <http://data.carnegiehall.org/names/5999> ;
    ns2:piano <http://data.carnegiehall.org/names/47627> ;
    ns2:speaker <http://data.carnegiehall.org/names/47628> ;
    ns2:unspecified_instrument <http://data.carnegiehall.org/names/62451> ;
    ns2:vocalist <http://data.carnegiehall.org/names/43170> ;
    ns1:performer <http://data.carnegiehall.org/names/32511>,
        <http://data.carnegiehall.org/names/43170>,
        <http://data.carnegiehall.org/names/43745>,
        <http://data.carnegiehall.org/names/47627>,
        <http://data.carnegiehall.org/names/47628>,
        <http://data.carnegiehall.org/names/5999>,
        <http://data.carnegiehall.org/names/62451> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

