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

<http://data.carnegiehall.org/events/27477/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto Grosso in D Major, Op. 6, No. 5, HWV 323" ;
    ns3:cello <http://data.carnegiehall.org/names/2836> ;
    ns3:conductor <http://data.carnegiehall.org/names/10813> ;
    ns3:orchestra <http://data.carnegiehall.org/names/61000> ;
    ns3:violin <http://data.carnegiehall.org/names/54702>,
        <http://data.carnegiehall.org/names/57078> ;
    ns1:performer <http://data.carnegiehall.org/names/10813>,
        <http://data.carnegiehall.org/names/2836>,
        <http://data.carnegiehall.org/names/54702>,
        <http://data.carnegiehall.org/names/57078>,
        <http://data.carnegiehall.org/names/61000> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/53286> .

