@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/19861/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brass Quintet" ;
    ns1:brass_ensemble <http://data.carnegiehall.org/names/25588> ;
    ns1:french_horn <http://data.carnegiehall.org/names/73777> ;
    ns1:trombone <http://data.carnegiehall.org/names/73778> ;
    ns1:trumpet <http://data.carnegiehall.org/names/22750>,
        <http://data.carnegiehall.org/names/73776> ;
    ns1:tuba <http://data.carnegiehall.org/names/9930> ;
    ns2:performer <http://data.carnegiehall.org/names/22750>,
        <http://data.carnegiehall.org/names/25588>,
        <http://data.carnegiehall.org/names/73776>,
        <http://data.carnegiehall.org/names/73777>,
        <http://data.carnegiehall.org/names/73778>,
        <http://data.carnegiehall.org/names/9930> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70225> .

