@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/9227/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for 3 Trumpets, 2 Oboes, Timpani, Strings, and Continuo  in D Major, TWV 54:D3" ;
    ns2:bassoon <http://data.carnegiehall.org/names/24295> ;
    ns2:cello <http://data.carnegiehall.org/names/18805> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/47058> ;
    ns1:performer <http://data.carnegiehall.org/names/18805>,
        <http://data.carnegiehall.org/names/24295>,
        <http://data.carnegiehall.org/names/47058> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27534> .

