@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/12856/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto Grosso for Combo and Orchestra" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/17365> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/32045> ;
    ns2:bass_trumpet <http://data.carnegiehall.org/names/43914> ;
    ns2:trumpet <http://data.carnegiehall.org/names/43913> ;
    ns1:performer <http://data.carnegiehall.org/names/17365>,
        <http://data.carnegiehall.org/names/32045>,
        <http://data.carnegiehall.org/names/43913>,
        <http://data.carnegiehall.org/names/43914> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/2966> .

