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

<http://data.carnegiehall.org/events/54232/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Brass Quintet and Wind Ensemble: 1. Rejoice!" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/99839> ;
    ns1:french_horn <http://data.carnegiehall.org/names/99842> ;
    ns1:trombone <http://data.carnegiehall.org/names/99843> ;
    ns1:trumpet <http://data.carnegiehall.org/names/99840>,
        <http://data.carnegiehall.org/names/99841> ;
    ns1:tuba <http://data.carnegiehall.org/names/99844> ;
    ns1:wind_ensemble <http://data.carnegiehall.org/names/99833> ;
    ns2:performer <http://data.carnegiehall.org/names/99833>,
        <http://data.carnegiehall.org/names/99839>,
        <http://data.carnegiehall.org/names/99840>,
        <http://data.carnegiehall.org/names/99841>,
        <http://data.carnegiehall.org/names/99842>,
        <http://data.carnegiehall.org/names/99843>,
        <http://data.carnegiehall.org/names/99844> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93076> .

