@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/53787/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Two Violins in D Minor, BWV 1043: 3. Allegro" ;
    ns1:chamber_orchestra <http://data.carnegiehall.org/names/97995> ;
    ns1:conductor <http://data.carnegiehall.org/names/61534> ;
    ns1:violin <http://data.carnegiehall.org/names/98001>,
        <http://data.carnegiehall.org/names/98002> ;
    ns3:performer <http://data.carnegiehall.org/names/61534>,
        <http://data.carnegiehall.org/names/97995>,
        <http://data.carnegiehall.org/names/98001>,
        <http://data.carnegiehall.org/names/98002> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/40334> .

