@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/3161/work_32> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/58449> ;
    ns2:dance_group <http://data.carnegiehall.org/names/31714> ;
    ns2:dancer <http://data.carnegiehall.org/names/32425>,
        <http://data.carnegiehall.org/names/34900> ;
    ns2:piano <http://data.carnegiehall.org/names/57749> ;
    ns2:soprano <http://data.carnegiehall.org/names/47901> ;
    ns2:string_quartet <http://data.carnegiehall.org/names/37237> ;
    ns2:tenor <http://data.carnegiehall.org/names/18060> ;
    ns1:performer <http://data.carnegiehall.org/names/18060>,
        <http://data.carnegiehall.org/names/31714>,
        <http://data.carnegiehall.org/names/32425>,
        <http://data.carnegiehall.org/names/34900>,
        <http://data.carnegiehall.org/names/37237>,
        <http://data.carnegiehall.org/names/47901>,
        <http://data.carnegiehall.org/names/57749>,
        <http://data.carnegiehall.org/names/58449> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

