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

<http://data.carnegiehall.org/events/52026/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Suite after Themes of Porgy and Bess" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/65355> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/94465> ;
    ns2:saxophone_quartet <http://data.carnegiehall.org/names/94462> ;
    ns2:soprano_saxophone <http://data.carnegiehall.org/names/94463> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/94464> ;
    ns3:performer <http://data.carnegiehall.org/names/65355>,
        <http://data.carnegiehall.org/names/94462>,
        <http://data.carnegiehall.org/names/94463>,
        <http://data.carnegiehall.org/names/94464>,
        <http://data.carnegiehall.org/names/94465> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/87456> .

