@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/42140/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:cello <http://data.carnegiehall.org/names/71347> ;
    ns2:clarinet <http://data.carnegiehall.org/names/71349> ;
    ns2:french_horn <http://data.carnegiehall.org/names/71352> ;
    ns2:percussion <http://data.carnegiehall.org/names/71353>,
        <http://data.carnegiehall.org/names/71354> ;
    ns2:trumpet <http://data.carnegiehall.org/names/71350>,
        <http://data.carnegiehall.org/names/71351> ;
    ns2:viola <http://data.carnegiehall.org/names/71348> ;
    ns2:violin <http://data.carnegiehall.org/names/71346> ;
    ns1:performer <http://data.carnegiehall.org/names/71346>,
        <http://data.carnegiehall.org/names/71347>,
        <http://data.carnegiehall.org/names/71348>,
        <http://data.carnegiehall.org/names/71349>,
        <http://data.carnegiehall.org/names/71350>,
        <http://data.carnegiehall.org/names/71351>,
        <http://data.carnegiehall.org/names/71352>,
        <http://data.carnegiehall.org/names/71353>,
        <http://data.carnegiehall.org/names/71354> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

