@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/2700/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/14241>,
        <http://data.carnegiehall.org/names/20842>,
        <http://data.carnegiehall.org/names/24553>,
        <http://data.carnegiehall.org/names/28110>,
        <http://data.carnegiehall.org/names/32418>,
        <http://data.carnegiehall.org/names/36391>,
        <http://data.carnegiehall.org/names/38018>,
        <http://data.carnegiehall.org/names/45836>,
        <http://data.carnegiehall.org/names/47491>,
        <http://data.carnegiehall.org/names/47887>,
        <http://data.carnegiehall.org/names/50324>,
        <http://data.carnegiehall.org/names/5340>,
        <http://data.carnegiehall.org/names/54290> ;
    ns2:performer <http://data.carnegiehall.org/names/14241>,
        <http://data.carnegiehall.org/names/20842>,
        <http://data.carnegiehall.org/names/24553>,
        <http://data.carnegiehall.org/names/28110>,
        <http://data.carnegiehall.org/names/32418>,
        <http://data.carnegiehall.org/names/36391>,
        <http://data.carnegiehall.org/names/38018>,
        <http://data.carnegiehall.org/names/45836>,
        <http://data.carnegiehall.org/names/47491>,
        <http://data.carnegiehall.org/names/47887>,
        <http://data.carnegiehall.org/names/50324>,
        <http://data.carnegiehall.org/names/5340>,
        <http://data.carnegiehall.org/names/54290> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

