@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/25074/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Three Harpsichords in C Major, BWV 1064" ;
    ns3:conductor <http://data.carnegiehall.org/names/17157> ;
    ns3:continuo <http://data.carnegiehall.org/names/59890> ;
    ns3:double_bass <http://data.carnegiehall.org/names/10717> ;
    ns3:piano <http://data.carnegiehall.org/names/24450>,
        <http://data.carnegiehall.org/names/54939>,
        <http://data.carnegiehall.org/names/6538> ;
    ns3:string_quartet <http://data.carnegiehall.org/names/22072>,
        <http://data.carnegiehall.org/names/28782> ;
    ns1:performer <http://data.carnegiehall.org/names/10717>,
        <http://data.carnegiehall.org/names/17157>,
        <http://data.carnegiehall.org/names/22072>,
        <http://data.carnegiehall.org/names/24450>,
        <http://data.carnegiehall.org/names/28782>,
        <http://data.carnegiehall.org/names/54939>,
        <http://data.carnegiehall.org/names/59890>,
        <http://data.carnegiehall.org/names/6538> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/47733> .

