@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/37902/work_25> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:alto <http://data.carnegiehall.org/names/62500>,
        <http://data.carnegiehall.org/names/62504> ;
    ns2:baritone <http://data.carnegiehall.org/names/62502>,
        <http://data.carnegiehall.org/names/62505> ;
    ns2:cello <http://data.carnegiehall.org/names/19333> ;
    ns2:flute <http://data.carnegiehall.org/names/62498> ;
    ns2:guitar <http://data.carnegiehall.org/names/1298> ;
    ns2:lute <http://data.carnegiehall.org/names/1298> ;
    ns2:percussion <http://data.carnegiehall.org/names/62496> ;
    ns2:piccolo <http://data.carnegiehall.org/names/62498> ;
    ns2:soprano <http://data.carnegiehall.org/names/62501>,
        <http://data.carnegiehall.org/names/62506> ;
    ns2:tenor <http://data.carnegiehall.org/names/62499>,
        <http://data.carnegiehall.org/names/62503> ;
    ns1:performer <http://data.carnegiehall.org/names/1298>,
        <http://data.carnegiehall.org/names/19333>,
        <http://data.carnegiehall.org/names/62496>,
        <http://data.carnegiehall.org/names/62498>,
        <http://data.carnegiehall.org/names/62499>,
        <http://data.carnegiehall.org/names/62500>,
        <http://data.carnegiehall.org/names/62501>,
        <http://data.carnegiehall.org/names/62502>,
        <http://data.carnegiehall.org/names/62503>,
        <http://data.carnegiehall.org/names/62504>,
        <http://data.carnegiehall.org/names/62505>,
        <http://data.carnegiehall.org/names/62506> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

