@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/41160/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:choir <http://data.carnegiehall.org/names/69152> ;
    ns1:clarinet <http://data.carnegiehall.org/names/69149> ;
    ns1:conductor <http://data.carnegiehall.org/names/69153> ;
    ns1:dancer <http://data.carnegiehall.org/names/31019> ;
    ns1:harp <http://data.carnegiehall.org/names/69145> ;
    ns1:marimba <http://data.carnegiehall.org/names/69148> ;
    ns1:piano <http://data.carnegiehall.org/names/69147>,
        <http://data.carnegiehall.org/names/69151> ;
    ns1:violin <http://data.carnegiehall.org/names/69146> ;
    ns2:performer <http://data.carnegiehall.org/names/31019>,
        <http://data.carnegiehall.org/names/69145>,
        <http://data.carnegiehall.org/names/69146>,
        <http://data.carnegiehall.org/names/69147>,
        <http://data.carnegiehall.org/names/69148>,
        <http://data.carnegiehall.org/names/69149>,
        <http://data.carnegiehall.org/names/69151>,
        <http://data.carnegiehall.org/names/69152>,
        <http://data.carnegiehall.org/names/69153> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

