@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/34991/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/39449> ;
    ns2:clarinet <http://data.carnegiehall.org/names/42637> ;
    ns2:double_bass <http://data.carnegiehall.org/names/53289>,
        <http://data.carnegiehall.org/names/70315> ;
    ns2:drums <http://data.carnegiehall.org/names/23947> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/70316> ;
    ns2:trombone <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/26368> ;
    ns2:trumpet <http://data.carnegiehall.org/names/41233>,
        <http://data.carnegiehall.org/names/57407> ;
    ns2:violin <http://data.carnegiehall.org/names/70317> ;
    ns2:vocalist <http://data.carnegiehall.org/names/70314> ;
    ns1:performer <http://data.carnegiehall.org/names/12298>,
        <http://data.carnegiehall.org/names/23947>,
        <http://data.carnegiehall.org/names/26368>,
        <http://data.carnegiehall.org/names/39449>,
        <http://data.carnegiehall.org/names/41233>,
        <http://data.carnegiehall.org/names/42637>,
        <http://data.carnegiehall.org/names/53289>,
        <http://data.carnegiehall.org/names/57407>,
        <http://data.carnegiehall.org/names/70314>,
        <http://data.carnegiehall.org/names/70315>,
        <http://data.carnegiehall.org/names/70316>,
        <http://data.carnegiehall.org/names/70317> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

