@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/57641/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Symphony for Brass, Op. 80" ;
    ns1:french_horn <http://data.carnegiehall.org/names/107467> ;
    ns1:trombone <http://data.carnegiehall.org/names/107457>,
        <http://data.carnegiehall.org/names/107458>,
        <http://data.carnegiehall.org/names/107459>,
        <http://data.carnegiehall.org/names/107460> ;
    ns1:trumpet <http://data.carnegiehall.org/names/107451>,
        <http://data.carnegiehall.org/names/107453>,
        <http://data.carnegiehall.org/names/107454>,
        <http://data.carnegiehall.org/names/107456> ;
    ns1:tuba <http://data.carnegiehall.org/names/107468> ;
    ns2:performer <http://data.carnegiehall.org/names/107451>,
        <http://data.carnegiehall.org/names/107453>,
        <http://data.carnegiehall.org/names/107454>,
        <http://data.carnegiehall.org/names/107456>,
        <http://data.carnegiehall.org/names/107457>,
        <http://data.carnegiehall.org/names/107458>,
        <http://data.carnegiehall.org/names/107459>,
        <http://data.carnegiehall.org/names/107460>,
        <http://data.carnegiehall.org/names/107467>,
        <http://data.carnegiehall.org/names/107468> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98310> .

