@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/50664/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brass Sextet in E-flat Minor, Op. 30: 1. Adagio ma non tanto – Allegro molto" ;
    ns1:brass_ensemble <http://data.carnegiehall.org/names/92723> ;
    ns1:contrabassoon <http://data.carnegiehall.org/names/92729> ;
    ns1:euphonium <http://data.carnegiehall.org/names/92728> ;
    ns1:french_horn <http://data.carnegiehall.org/names/92727> ;
    ns1:trumpet <http://data.carnegiehall.org/names/92724>,
        <http://data.carnegiehall.org/names/92725>,
        <http://data.carnegiehall.org/names/92726> ;
    ns2:performer <http://data.carnegiehall.org/names/92723>,
        <http://data.carnegiehall.org/names/92724>,
        <http://data.carnegiehall.org/names/92725>,
        <http://data.carnegiehall.org/names/92726>,
        <http://data.carnegiehall.org/names/92727>,
        <http://data.carnegiehall.org/names/92728>,
        <http://data.carnegiehall.org/names/92729> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/85888> .

