@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/42284/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Cello and Jazz Band" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/71748> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/71751> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/71751> ;
    ns2:cello <http://data.carnegiehall.org/names/59363> ;
    ns2:clarinet <http://data.carnegiehall.org/names/71749> ;
    ns2:conductor <http://data.carnegiehall.org/names/18118> ;
    ns2:double_bass <http://data.carnegiehall.org/names/15362> ;
    ns2:flute <http://data.carnegiehall.org/names/71748> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/71749> ;
    ns1:performer <http://data.carnegiehall.org/names/15362>,
        <http://data.carnegiehall.org/names/18118>,
        <http://data.carnegiehall.org/names/59363>,
        <http://data.carnegiehall.org/names/71748>,
        <http://data.carnegiehall.org/names/71749>,
        <http://data.carnegiehall.org/names/71751> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/68312> .

