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

