@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/3849/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:choir <http://data.carnegiehall.org/names/10104>,
        <http://data.carnegiehall.org/names/20841>,
        <http://data.carnegiehall.org/names/24552>,
        <http://data.carnegiehall.org/names/27843>,
        <http://data.carnegiehall.org/names/38689>,
        <http://data.carnegiehall.org/names/41878>,
        <http://data.carnegiehall.org/names/4481>,
        <http://data.carnegiehall.org/names/45380>,
        <http://data.carnegiehall.org/names/47489>,
        <http://data.carnegiehall.org/names/47886>,
        <http://data.carnegiehall.org/names/57571>,
        <http://data.carnegiehall.org/names/690>,
        <http://data.carnegiehall.org/names/8634> ;
    ns1:performer <http://data.carnegiehall.org/names/10104>,
        <http://data.carnegiehall.org/names/20841>,
        <http://data.carnegiehall.org/names/24552>,
        <http://data.carnegiehall.org/names/27843>,
        <http://data.carnegiehall.org/names/38689>,
        <http://data.carnegiehall.org/names/41878>,
        <http://data.carnegiehall.org/names/4481>,
        <http://data.carnegiehall.org/names/45380>,
        <http://data.carnegiehall.org/names/47489>,
        <http://data.carnegiehall.org/names/47886>,
        <http://data.carnegiehall.org/names/57571>,
        <http://data.carnegiehall.org/names/690>,
        <http://data.carnegiehall.org/names/8634> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

