@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/76839/work_25> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/130767>,
        <http://data.carnegiehall.org/names/136916>,
        <http://data.carnegiehall.org/names/136917>,
        <http://data.carnegiehall.org/names/136918>,
        <http://data.carnegiehall.org/names/136919>,
        <http://data.carnegiehall.org/names/136920>,
        <http://data.carnegiehall.org/names/136921>,
        <http://data.carnegiehall.org/names/136922> ;
    ns1:vocalist <http://data.carnegiehall.org/names/136913>,
        <http://data.carnegiehall.org/names/136914>,
        <http://data.carnegiehall.org/names/136915> ;
    ns2:performer <http://data.carnegiehall.org/names/130767>,
        <http://data.carnegiehall.org/names/136913>,
        <http://data.carnegiehall.org/names/136914>,
        <http://data.carnegiehall.org/names/136915>,
        <http://data.carnegiehall.org/names/136916>,
        <http://data.carnegiehall.org/names/136917>,
        <http://data.carnegiehall.org/names/136918>,
        <http://data.carnegiehall.org/names/136919>,
        <http://data.carnegiehall.org/names/136920>,
        <http://data.carnegiehall.org/names/136921>,
        <http://data.carnegiehall.org/names/136922> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

