@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/74814/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/133747>,
        <http://data.carnegiehall.org/names/133748>,
        <http://data.carnegiehall.org/names/133749>,
        <http://data.carnegiehall.org/names/133750>,
        <http://data.carnegiehall.org/names/133751>,
        <http://data.carnegiehall.org/names/133752>,
        <http://data.carnegiehall.org/names/133753>,
        <http://data.carnegiehall.org/names/133754>,
        <http://data.carnegiehall.org/names/133755>,
        <http://data.carnegiehall.org/names/133756> ;
    ns1:performer <http://data.carnegiehall.org/names/133747>,
        <http://data.carnegiehall.org/names/133748>,
        <http://data.carnegiehall.org/names/133749>,
        <http://data.carnegiehall.org/names/133750>,
        <http://data.carnegiehall.org/names/133751>,
        <http://data.carnegiehall.org/names/133752>,
        <http://data.carnegiehall.org/names/133753>,
        <http://data.carnegiehall.org/names/133754>,
        <http://data.carnegiehall.org/names/133755>,
        <http://data.carnegiehall.org/names/133756> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

