@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/2823/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:actor <http://data.carnegiehall.org/names/57106>,
        <http://data.carnegiehall.org/names/69954>,
        <http://data.carnegiehall.org/names/69955> ;
    ns2:bass <http://data.carnegiehall.org/names/14437> ;
    ns2:harp <http://data.carnegiehall.org/names/50766> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/53055> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/1506> ;
    ns2:vocalist <http://data.carnegiehall.org/names/27180>,
        <http://data.carnegiehall.org/names/51432>,
        <http://data.carnegiehall.org/names/51433>,
        <http://data.carnegiehall.org/names/7116> ;
    ns1:performer <http://data.carnegiehall.org/names/14437>,
        <http://data.carnegiehall.org/names/1506>,
        <http://data.carnegiehall.org/names/27180>,
        <http://data.carnegiehall.org/names/50766>,
        <http://data.carnegiehall.org/names/51432>,
        <http://data.carnegiehall.org/names/51433>,
        <http://data.carnegiehall.org/names/53055>,
        <http://data.carnegiehall.org/names/57106>,
        <http://data.carnegiehall.org/names/69954>,
        <http://data.carnegiehall.org/names/69955>,
        <http://data.carnegiehall.org/names/7116> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

