@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/60677/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/113313>,
        <http://data.carnegiehall.org/names/113316>,
        <http://data.carnegiehall.org/names/113317>,
        <http://data.carnegiehall.org/names/113318> ;
    ns2:girls_chorus <http://data.carnegiehall.org/names/113315>,
        <http://data.carnegiehall.org/names/95132> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/113312>,
        <http://data.carnegiehall.org/names/113314> ;
    ns1:performer <http://data.carnegiehall.org/names/113312>,
        <http://data.carnegiehall.org/names/113313>,
        <http://data.carnegiehall.org/names/113314>,
        <http://data.carnegiehall.org/names/113315>,
        <http://data.carnegiehall.org/names/113316>,
        <http://data.carnegiehall.org/names/113317>,
        <http://data.carnegiehall.org/names/113318>,
        <http://data.carnegiehall.org/names/95132> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

