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

<http://data.carnegiehall.org/events/29567/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Three Harpsichords in D Minor, BWV 1063" ;
    ns3:cello <http://data.carnegiehall.org/names/26170> ;
    ns3:conductor <http://data.carnegiehall.org/names/12299>,
        <http://data.carnegiehall.org/names/49973> ;
    ns3:piano <http://data.carnegiehall.org/names/12961>,
        <http://data.carnegiehall.org/names/16362>,
        <http://data.carnegiehall.org/names/18425>,
        <http://data.carnegiehall.org/names/29629>,
        <http://data.carnegiehall.org/names/43521>,
        <http://data.carnegiehall.org/names/4871>,
        <http://data.carnegiehall.org/names/59553>,
        <http://data.carnegiehall.org/names/60551> ;
    ns3:viola <http://data.carnegiehall.org/names/35328> ;
    ns3:violin <http://data.carnegiehall.org/names/543> ;
    ns2:performer <http://data.carnegiehall.org/names/12299>,
        <http://data.carnegiehall.org/names/12961>,
        <http://data.carnegiehall.org/names/16362>,
        <http://data.carnegiehall.org/names/18425>,
        <http://data.carnegiehall.org/names/26170>,
        <http://data.carnegiehall.org/names/29629>,
        <http://data.carnegiehall.org/names/35328>,
        <http://data.carnegiehall.org/names/43521>,
        <http://data.carnegiehall.org/names/4871>,
        <http://data.carnegiehall.org/names/49973>,
        <http://data.carnegiehall.org/names/543>,
        <http://data.carnegiehall.org/names/59553>,
        <http://data.carnegiehall.org/names/60551> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/15452> .

