@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/23556/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/26981>,
        <http://data.carnegiehall.org/names/44381> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/33814> ;
    ns1:double_bass <http://data.carnegiehall.org/names/56045> ;
    ns1:piano <http://data.carnegiehall.org/names/40894> ;
    ns1:saxophone <http://data.carnegiehall.org/names/19749> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/29124> ;
    ns1:trombone <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/39231>,
        <http://data.carnegiehall.org/names/58216>,
        <http://data.carnegiehall.org/names/9435> ;
    ns1:trumpet <http://data.carnegiehall.org/names/17034>,
        <http://data.carnegiehall.org/names/37069>,
        <http://data.carnegiehall.org/names/37077>,
        <http://data.carnegiehall.org/names/9521> ;
    ns2:performer <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/17034>,
        <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/26981>,
        <http://data.carnegiehall.org/names/29124>,
        <http://data.carnegiehall.org/names/33814>,
        <http://data.carnegiehall.org/names/37069>,
        <http://data.carnegiehall.org/names/37077>,
        <http://data.carnegiehall.org/names/39231>,
        <http://data.carnegiehall.org/names/40894>,
        <http://data.carnegiehall.org/names/44381>,
        <http://data.carnegiehall.org/names/56045>,
        <http://data.carnegiehall.org/names/58216>,
        <http://data.carnegiehall.org/names/9435>,
        <http://data.carnegiehall.org/names/9521> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

