@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/63828/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/121119> ;
    ns1:brass_ensemble <http://data.carnegiehall.org/names/20307> ;
    ns1:french_horn <http://data.carnegiehall.org/names/121120> ;
    ns1:trumpet <http://data.carnegiehall.org/names/121118>,
        <http://data.carnegiehall.org/names/97708> ;
    ns2:performer <http://data.carnegiehall.org/names/121118>,
        <http://data.carnegiehall.org/names/121119>,
        <http://data.carnegiehall.org/names/121120>,
        <http://data.carnegiehall.org/names/20307>,
        <http://data.carnegiehall.org/names/97708> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

