@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/26339/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto <http://data.carnegiehall.org/names/16192>,
        <http://data.carnegiehall.org/names/40397>,
        <http://data.carnegiehall.org/names/40398>,
        <http://data.carnegiehall.org/names/55493> ;
    ns1:bass <http://data.carnegiehall.org/names/11630>,
        <http://data.carnegiehall.org/names/1842>,
        <http://data.carnegiehall.org/names/36444> ;
    ns1:soprano <http://data.carnegiehall.org/names/18434>,
        <http://data.carnegiehall.org/names/22778>,
        <http://data.carnegiehall.org/names/44650>,
        <http://data.carnegiehall.org/names/60593> ;
    ns1:tenor <http://data.carnegiehall.org/names/22904>,
        <http://data.carnegiehall.org/names/24089> ;
    ns3:performer <http://data.carnegiehall.org/names/11630>,
        <http://data.carnegiehall.org/names/16192>,
        <http://data.carnegiehall.org/names/1842>,
        <http://data.carnegiehall.org/names/18434>,
        <http://data.carnegiehall.org/names/22778>,
        <http://data.carnegiehall.org/names/22904>,
        <http://data.carnegiehall.org/names/24089>,
        <http://data.carnegiehall.org/names/36444>,
        <http://data.carnegiehall.org/names/40397>,
        <http://data.carnegiehall.org/names/40398>,
        <http://data.carnegiehall.org/names/44650>,
        <http://data.carnegiehall.org/names/55493>,
        <http://data.carnegiehall.org/names/60593> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

