@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/34810/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/18530>,
        <http://data.carnegiehall.org/names/35563>,
        <http://data.carnegiehall.org/names/46961>,
        <http://data.carnegiehall.org/names/50236>,
        <http://data.carnegiehall.org/names/50237>,
        <http://data.carnegiehall.org/names/5877>,
        <http://data.carnegiehall.org/names/60813> ;
    ns2:narrator <http://data.carnegiehall.org/names/21068> ;
    ns1:performer <http://data.carnegiehall.org/names/18530>,
        <http://data.carnegiehall.org/names/21068>,
        <http://data.carnegiehall.org/names/35563>,
        <http://data.carnegiehall.org/names/46961>,
        <http://data.carnegiehall.org/names/50236>,
        <http://data.carnegiehall.org/names/50237>,
        <http://data.carnegiehall.org/names/5877>,
        <http://data.carnegiehall.org/names/60813> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

