@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/31632/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:banjo <http://data.carnegiehall.org/names/49484> ;
    ns1:conductor <http://data.carnegiehall.org/names/28420> ;
    ns1:drums <http://data.carnegiehall.org/names/45503> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/13177> ;
    ns1:piano <http://data.carnegiehall.org/names/18357> ;
    ns1:saxophone <http://data.carnegiehall.org/names/17254>,
        <http://data.carnegiehall.org/names/21543>,
        <http://data.carnegiehall.org/names/57577> ;
    ns1:trombone <http://data.carnegiehall.org/names/49483> ;
    ns1:trumpet <http://data.carnegiehall.org/names/32480>,
        <http://data.carnegiehall.org/names/34752> ;
    ns1:tuba <http://data.carnegiehall.org/names/3854> ;
    ns1:violin <http://data.carnegiehall.org/names/28420> ;
    ns3:performer <http://data.carnegiehall.org/names/13177>,
        <http://data.carnegiehall.org/names/17254>,
        <http://data.carnegiehall.org/names/18357>,
        <http://data.carnegiehall.org/names/21543>,
        <http://data.carnegiehall.org/names/28420>,
        <http://data.carnegiehall.org/names/32480>,
        <http://data.carnegiehall.org/names/34752>,
        <http://data.carnegiehall.org/names/3854>,
        <http://data.carnegiehall.org/names/45503>,
        <http://data.carnegiehall.org/names/49483>,
        <http://data.carnegiehall.org/names/49484>,
        <http://data.carnegiehall.org/names/57577> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

