@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/48189/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/26626>,
        <http://data.carnegiehall.org/names/56211>,
        <http://data.carnegiehall.org/names/67828>,
        <http://data.carnegiehall.org/names/86439>,
        <http://data.carnegiehall.org/names/86440>,
        <http://data.carnegiehall.org/names/86441>,
        <http://data.carnegiehall.org/names/86444>,
        <http://data.carnegiehall.org/names/86445> ;
    ns1:performer <http://data.carnegiehall.org/names/26626>,
        <http://data.carnegiehall.org/names/56211>,
        <http://data.carnegiehall.org/names/67828>,
        <http://data.carnegiehall.org/names/86439>,
        <http://data.carnegiehall.org/names/86440>,
        <http://data.carnegiehall.org/names/86441>,
        <http://data.carnegiehall.org/names/86444>,
        <http://data.carnegiehall.org/names/86445> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

