@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/30434/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/11309>,
        <http://data.carnegiehall.org/names/17008>,
        <http://data.carnegiehall.org/names/19030>,
        <http://data.carnegiehall.org/names/23469>,
        <http://data.carnegiehall.org/names/41637>,
        <http://data.carnegiehall.org/names/56140>,
        <http://data.carnegiehall.org/names/56664>,
        <http://data.carnegiehall.org/names/59382>,
        <http://data.carnegiehall.org/names/627>,
        <http://data.carnegiehall.org/names/628> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/19056>,
        <http://data.carnegiehall.org/names/27772>,
        <http://data.carnegiehall.org/names/33574>,
        <http://data.carnegiehall.org/names/7559> ;
    ns1:performer <http://data.carnegiehall.org/names/11309>,
        <http://data.carnegiehall.org/names/17008>,
        <http://data.carnegiehall.org/names/19030>,
        <http://data.carnegiehall.org/names/19056>,
        <http://data.carnegiehall.org/names/23469>,
        <http://data.carnegiehall.org/names/27772>,
        <http://data.carnegiehall.org/names/33574>,
        <http://data.carnegiehall.org/names/41637>,
        <http://data.carnegiehall.org/names/56140>,
        <http://data.carnegiehall.org/names/56664>,
        <http://data.carnegiehall.org/names/59382>,
        <http://data.carnegiehall.org/names/627>,
        <http://data.carnegiehall.org/names/628>,
        <http://data.carnegiehall.org/names/7559> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

