@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/60121/work_34> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/100163>,
        <http://data.carnegiehall.org/names/103508>,
        <http://data.carnegiehall.org/names/103883>,
        <http://data.carnegiehall.org/names/112331>,
        <http://data.carnegiehall.org/names/112332>,
        <http://data.carnegiehall.org/names/112333>,
        <http://data.carnegiehall.org/names/112334>,
        <http://data.carnegiehall.org/names/112335>,
        <http://data.carnegiehall.org/names/112336>,
        <http://data.carnegiehall.org/names/112337>,
        <http://data.carnegiehall.org/names/94988>,
        <http://data.carnegiehall.org/names/97852> ;
    ns2:performer <http://data.carnegiehall.org/names/100163>,
        <http://data.carnegiehall.org/names/103508>,
        <http://data.carnegiehall.org/names/103883>,
        <http://data.carnegiehall.org/names/112331>,
        <http://data.carnegiehall.org/names/112332>,
        <http://data.carnegiehall.org/names/112333>,
        <http://data.carnegiehall.org/names/112334>,
        <http://data.carnegiehall.org/names/112335>,
        <http://data.carnegiehall.org/names/112336>,
        <http://data.carnegiehall.org/names/112337>,
        <http://data.carnegiehall.org/names/94988>,
        <http://data.carnegiehall.org/names/97852> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

