@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/22801/work_25> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/18197>,
        <http://data.carnegiehall.org/names/23699>,
        <http://data.carnegiehall.org/names/28295>,
        <http://data.carnegiehall.org/names/2984>,
        <http://data.carnegiehall.org/names/40016>,
        <http://data.carnegiehall.org/names/45067>,
        <http://data.carnegiehall.org/names/47655>,
        <http://data.carnegiehall.org/names/47860>,
        <http://data.carnegiehall.org/names/59198> ;
    ns2:performer <http://data.carnegiehall.org/names/18197>,
        <http://data.carnegiehall.org/names/23699>,
        <http://data.carnegiehall.org/names/28295>,
        <http://data.carnegiehall.org/names/2984>,
        <http://data.carnegiehall.org/names/40016>,
        <http://data.carnegiehall.org/names/45067>,
        <http://data.carnegiehall.org/names/47655>,
        <http://data.carnegiehall.org/names/47860>,
        <http://data.carnegiehall.org/names/59198> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

