@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/25103/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Two Trumpets in C Major" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/9612> ;
    ns1:french_horn <http://data.carnegiehall.org/names/19974> ;
    ns1:trombone <http://data.carnegiehall.org/names/958> ;
    ns1:trumpet <http://data.carnegiehall.org/names/33213>,
        <http://data.carnegiehall.org/names/50275> ;
    ns1:tuba <http://data.carnegiehall.org/names/38904> ;
    ns2:performer <http://data.carnegiehall.org/names/19974>,
        <http://data.carnegiehall.org/names/33213>,
        <http://data.carnegiehall.org/names/38904>,
        <http://data.carnegiehall.org/names/50275>,
        <http://data.carnegiehall.org/names/958>,
        <http://data.carnegiehall.org/names/9612> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26866> .

