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

<http://data.carnegiehall.org/events/29057/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:cello <http://data.carnegiehall.org/names/3530> ;
    ns3:clarinet <http://data.carnegiehall.org/names/9796> ;
    ns3:double_bass <http://data.carnegiehall.org/names/19379> ;
    ns3:flute <http://data.carnegiehall.org/names/21783>,
        <http://data.carnegiehall.org/names/54489> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/8026> ;
    ns3:oboe <http://data.carnegiehall.org/names/22537> ;
    ns3:percussion <http://data.carnegiehall.org/names/44727> ;
    ns3:piano <http://data.carnegiehall.org/names/15038>,
        <http://data.carnegiehall.org/names/50362>,
        <http://data.carnegiehall.org/names/53698> ;
    ns3:viola <http://data.carnegiehall.org/names/48194> ;
    ns3:violin <http://data.carnegiehall.org/names/54430> ;
    ns1:performer <http://data.carnegiehall.org/names/15038>,
        <http://data.carnegiehall.org/names/19379>,
        <http://data.carnegiehall.org/names/21783>,
        <http://data.carnegiehall.org/names/22537>,
        <http://data.carnegiehall.org/names/3530>,
        <http://data.carnegiehall.org/names/44727>,
        <http://data.carnegiehall.org/names/48194>,
        <http://data.carnegiehall.org/names/50362>,
        <http://data.carnegiehall.org/names/53698>,
        <http://data.carnegiehall.org/names/54430>,
        <http://data.carnegiehall.org/names/54489>,
        <http://data.carnegiehall.org/names/8026>,
        <http://data.carnegiehall.org/names/9796> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

