@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/53758/work_30> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/3352>,
        <http://data.carnegiehall.org/names/97853> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/20704>,
        <http://data.carnegiehall.org/names/97850> ;
    ns1:choir <http://data.carnegiehall.org/names/97851>,
        <http://data.carnegiehall.org/names/97852>,
        <http://data.carnegiehall.org/names/97854> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/49491>,
        <http://data.carnegiehall.org/names/97849> ;
    ns1:piano <http://data.carnegiehall.org/names/97848> ;
    ns2:performer <http://data.carnegiehall.org/names/20704>,
        <http://data.carnegiehall.org/names/3352>,
        <http://data.carnegiehall.org/names/49491>,
        <http://data.carnegiehall.org/names/97848>,
        <http://data.carnegiehall.org/names/97849>,
        <http://data.carnegiehall.org/names/97850>,
        <http://data.carnegiehall.org/names/97851>,
        <http://data.carnegiehall.org/names/97852>,
        <http://data.carnegiehall.org/names/97853>,
        <http://data.carnegiehall.org/names/97854> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

