@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/9206/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/10498>,
        <http://data.carnegiehall.org/names/16039>,
        <http://data.carnegiehall.org/names/19626>,
        <http://data.carnegiehall.org/names/22728>,
        <http://data.carnegiehall.org/names/26328>,
        <http://data.carnegiehall.org/names/35230>,
        <http://data.carnegiehall.org/names/47156>,
        <http://data.carnegiehall.org/names/52300>,
        <http://data.carnegiehall.org/names/52327>,
        <http://data.carnegiehall.org/names/52328>,
        <http://data.carnegiehall.org/names/54723> ;
    ns1:performer <http://data.carnegiehall.org/names/10498>,
        <http://data.carnegiehall.org/names/16039>,
        <http://data.carnegiehall.org/names/19626>,
        <http://data.carnegiehall.org/names/22728>,
        <http://data.carnegiehall.org/names/26328>,
        <http://data.carnegiehall.org/names/35230>,
        <http://data.carnegiehall.org/names/47156>,
        <http://data.carnegiehall.org/names/52300>,
        <http://data.carnegiehall.org/names/52327>,
        <http://data.carnegiehall.org/names/52328>,
        <http://data.carnegiehall.org/names/54723> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

