@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/54302/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/100218>,
        <http://data.carnegiehall.org/names/100219>,
        <http://data.carnegiehall.org/names/100221>,
        <http://data.carnegiehall.org/names/100222>,
        <http://data.carnegiehall.org/names/100223>,
        <http://data.carnegiehall.org/names/100225>,
        <http://data.carnegiehall.org/names/100226>,
        <http://data.carnegiehall.org/names/100228>,
        <http://data.carnegiehall.org/names/100229>,
        <http://data.carnegiehall.org/names/100231>,
        <http://data.carnegiehall.org/names/100232>,
        <http://data.carnegiehall.org/names/73804> ;
    ns2:performer <http://data.carnegiehall.org/names/100218>,
        <http://data.carnegiehall.org/names/100219>,
        <http://data.carnegiehall.org/names/100221>,
        <http://data.carnegiehall.org/names/100222>,
        <http://data.carnegiehall.org/names/100223>,
        <http://data.carnegiehall.org/names/100225>,
        <http://data.carnegiehall.org/names/100226>,
        <http://data.carnegiehall.org/names/100228>,
        <http://data.carnegiehall.org/names/100229>,
        <http://data.carnegiehall.org/names/100231>,
        <http://data.carnegiehall.org/names/100232>,
        <http://data.carnegiehall.org/names/73804> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

