@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/19065/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:guitar <http://data.carnegiehall.org/names/32343> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/44168>,
        <http://data.carnegiehall.org/names/57691> ;
    ns2:jazz_quintet <http://data.carnegiehall.org/names/49259> ;
    ns2:piano <http://data.carnegiehall.org/names/14889> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/22286> ;
    ns2:trumpet <http://data.carnegiehall.org/names/41233> ;
    ns2:valve_trombone <http://data.carnegiehall.org/names/13468> ;
    ns2:vocalist <http://data.carnegiehall.org/names/39964>,
        <http://data.carnegiehall.org/names/8714> ;
    ns1:performer <http://data.carnegiehall.org/names/13468>,
        <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/22286>,
        <http://data.carnegiehall.org/names/32343>,
        <http://data.carnegiehall.org/names/39964>,
        <http://data.carnegiehall.org/names/41233>,
        <http://data.carnegiehall.org/names/44168>,
        <http://data.carnegiehall.org/names/49259>,
        <http://data.carnegiehall.org/names/57691>,
        <http://data.carnegiehall.org/names/8714> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

