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

<http://data.carnegiehall.org/events/18647/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Harpsichord, Flute, Oboe, Clarinet, Violin, and Cello in D Major" ;
    ns1:cello <http://data.carnegiehall.org/names/18348> ;
    ns1:clarinet <http://data.carnegiehall.org/names/18423> ;
    ns1:conductor <http://data.carnegiehall.org/names/52801> ;
    ns1:flute <http://data.carnegiehall.org/names/8642> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/56218> ;
    ns1:oboe <http://data.carnegiehall.org/names/4726> ;
    ns1:violin <http://data.carnegiehall.org/names/22544> ;
    ns2:performer <http://data.carnegiehall.org/names/18348>,
        <http://data.carnegiehall.org/names/18423>,
        <http://data.carnegiehall.org/names/22544>,
        <http://data.carnegiehall.org/names/4726>,
        <http://data.carnegiehall.org/names/52801>,
        <http://data.carnegiehall.org/names/56218>,
        <http://data.carnegiehall.org/names/8642> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12878> .

