@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/9955/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trumpet Concerto No. 2" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/19566> ;
    ns2:clarinet <http://data.carnegiehall.org/names/44483> ;
    ns2:conductor <http://data.carnegiehall.org/names/4101> ;
    ns2:contrabassoon <http://data.carnegiehall.org/names/20994> ;
    ns2:double_bass <http://data.carnegiehall.org/names/47962> ;
    ns2:english_horn <http://data.carnegiehall.org/names/49633> ;
    ns2:flute <http://data.carnegiehall.org/names/57938>,
        <http://data.carnegiehall.org/names/9847> ;
    ns2:harp <http://data.carnegiehall.org/names/32295> ;
    ns2:percussion <http://data.carnegiehall.org/names/32276>,
        <http://data.carnegiehall.org/names/32278> ;
    ns2:piano <http://data.carnegiehall.org/names/22948> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/38254> ;
    ns2:trombone <http://data.carnegiehall.org/names/6087> ;
    ns2:trumpet <http://data.carnegiehall.org/names/23252> ;
    ns1:performer <http://data.carnegiehall.org/names/19566>,
        <http://data.carnegiehall.org/names/20994>,
        <http://data.carnegiehall.org/names/22948>,
        <http://data.carnegiehall.org/names/23252>,
        <http://data.carnegiehall.org/names/32276>,
        <http://data.carnegiehall.org/names/32278>,
        <http://data.carnegiehall.org/names/32295>,
        <http://data.carnegiehall.org/names/38254>,
        <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/44483>,
        <http://data.carnegiehall.org/names/47962>,
        <http://data.carnegiehall.org/names/49633>,
        <http://data.carnegiehall.org/names/57938>,
        <http://data.carnegiehall.org/names/6087>,
        <http://data.carnegiehall.org/names/9847> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15783> .

