@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/59141/work_29> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:cello <http://data.carnegiehall.org/names/111154> ;
    ns2:double_bass <http://data.carnegiehall.org/names/93740> ;
    ns2:flute <http://data.carnegiehall.org/names/110589> ;
    ns2:mandolin <http://data.carnegiehall.org/names/110272> ;
    ns2:percussion <http://data.carnegiehall.org/names/84282> ;
    ns2:saxophone <http://data.carnegiehall.org/names/110589> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/85997> ;
    ns1:performer <http://data.carnegiehall.org/names/110272>,
        <http://data.carnegiehall.org/names/110589>,
        <http://data.carnegiehall.org/names/111154>,
        <http://data.carnegiehall.org/names/84282>,
        <http://data.carnegiehall.org/names/85997>,
        <http://data.carnegiehall.org/names/93740> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

