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

<http://data.carnegiehall.org/events/53821/work_35> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Viola Concerto in the Style of J.C. Bach in C Minor: 2. Adagio molto espressivo" ;
    ns1:conductor <http://data.carnegiehall.org/names/98252> ;
    ns1:orchestra <http://data.carnegiehall.org/names/98251> ;
    ns3:performer <http://data.carnegiehall.org/names/98251>,
        <http://data.carnegiehall.org/names/98252> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/91329> .

