@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/23690/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/19675>,
        <http://data.carnegiehall.org/names/29320>,
        <http://data.carnegiehall.org/names/31935>,
        <http://data.carnegiehall.org/names/35099>,
        <http://data.carnegiehall.org/names/50072>,
        <http://data.carnegiehall.org/names/51278>,
        <http://data.carnegiehall.org/names/55646>,
        <http://data.carnegiehall.org/names/55647>,
        <http://data.carnegiehall.org/names/56005>,
        <http://data.carnegiehall.org/names/58056>,
        <http://data.carnegiehall.org/names/5923>,
        <http://data.carnegiehall.org/names/6932>,
        <http://data.carnegiehall.org/names/71254> ;
    ns2:performer <http://data.carnegiehall.org/names/19675>,
        <http://data.carnegiehall.org/names/29320>,
        <http://data.carnegiehall.org/names/31935>,
        <http://data.carnegiehall.org/names/35099>,
        <http://data.carnegiehall.org/names/50072>,
        <http://data.carnegiehall.org/names/51278>,
        <http://data.carnegiehall.org/names/55646>,
        <http://data.carnegiehall.org/names/55647>,
        <http://data.carnegiehall.org/names/56005>,
        <http://data.carnegiehall.org/names/58056>,
        <http://data.carnegiehall.org/names/5923>,
        <http://data.carnegiehall.org/names/6932>,
        <http://data.carnegiehall.org/names/71254> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

