@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/31322/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Senator Sam" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/16710> ;
    ns1:drums <http://data.carnegiehall.org/names/40583> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/26126> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/75814> ;
    ns1:trombone <http://data.carnegiehall.org/names/27362>,
        <http://data.carnegiehall.org/names/32081> ;
    ns3:performer <http://data.carnegiehall.org/names/16710>,
        <http://data.carnegiehall.org/names/26126>,
        <http://data.carnegiehall.org/names/27362>,
        <http://data.carnegiehall.org/names/32081>,
        <http://data.carnegiehall.org/names/40583>,
        <http://data.carnegiehall.org/names/75814> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/107036> .

