@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/41457/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Seven Trumpets and Timpani" ;
    ns1:bass_trumpet <http://data.carnegiehall.org/names/33558> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/57330> ;
    ns1:music_ensemble <http://data.carnegiehall.org/names/40924> ;
    ns1:timpani <http://data.carnegiehall.org/names/27236> ;
    ns1:trombone <http://data.carnegiehall.org/names/62712> ;
    ns1:trumpet <http://data.carnegiehall.org/names/12842>,
        <http://data.carnegiehall.org/names/13497>,
        <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/69660>,
        <http://data.carnegiehall.org/names/69662> ;
    ns2:performer <http://data.carnegiehall.org/names/12842>,
        <http://data.carnegiehall.org/names/13497>,
        <http://data.carnegiehall.org/names/27236>,
        <http://data.carnegiehall.org/names/33558>,
        <http://data.carnegiehall.org/names/40924>,
        <http://data.carnegiehall.org/names/4101>,
        <http://data.carnegiehall.org/names/57330>,
        <http://data.carnegiehall.org/names/62712>,
        <http://data.carnegiehall.org/names/69660>,
        <http://data.carnegiehall.org/names/69662> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/66440> .

