@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/43939/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/55724> ;
    ns1:guitar <http://data.carnegiehall.org/names/27663> ;
    ns1:trombone <http://data.carnegiehall.org/names/15162>,
        <http://data.carnegiehall.org/names/35423> ;
    ns1:trumpet <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/49201> ;
    ns2:performer <http://data.carnegiehall.org/names/1194>,
        <http://data.carnegiehall.org/names/15162>,
        <http://data.carnegiehall.org/names/27663>,
        <http://data.carnegiehall.org/names/35423>,
        <http://data.carnegiehall.org/names/49201>,
        <http://data.carnegiehall.org/names/55724> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

