@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/30636/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:alto <http://data.carnegiehall.org/names/6961> ;
    ns1:bass <http://data.carnegiehall.org/names/53358> ;
    ns1:piano <http://data.carnegiehall.org/names/20957> ;
    ns1:soprano <http://data.carnegiehall.org/names/15335> ;
    ns1:tenor <http://data.carnegiehall.org/names/1405> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/26656> ;
    ns2:performer <http://data.carnegiehall.org/names/1405>,
        <http://data.carnegiehall.org/names/15335>,
        <http://data.carnegiehall.org/names/20957>,
        <http://data.carnegiehall.org/names/26656>,
        <http://data.carnegiehall.org/names/53358>,
        <http://data.carnegiehall.org/names/6961> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18540> .

