@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/37901/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brass Quintet No. 1 in B-flat Minor, Op. 5: 3. Allegro moderato" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/62547> ;
    ns1:french_horn <http://data.carnegiehall.org/names/62550> ;
    ns1:trombone <http://data.carnegiehall.org/names/62551> ;
    ns1:trumpet <http://data.carnegiehall.org/names/62548>,
        <http://data.carnegiehall.org/names/62549> ;
    ns1:tuba <http://data.carnegiehall.org/names/62552> ;
    ns2:performer <http://data.carnegiehall.org/names/62547>,
        <http://data.carnegiehall.org/names/62548>,
        <http://data.carnegiehall.org/names/62549>,
        <http://data.carnegiehall.org/names/62550>,
        <http://data.carnegiehall.org/names/62551>,
        <http://data.carnegiehall.org/names/62552> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60335> .

