@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/1211/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:actor <http://data.carnegiehall.org/names/32511> ;
    ns1:comedian <http://data.carnegiehall.org/names/43745> ;
    ns1:host <http://data.carnegiehall.org/names/5999> ;
    ns1:piano <http://data.carnegiehall.org/names/47627> ;
    ns1:speaker <http://data.carnegiehall.org/names/47628> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/62451> ;
    ns1:vocalist <http://data.carnegiehall.org/names/43170> ;
    ns2: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> .

