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

<http://data.carnegiehall.org/events/38025/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 5 in D Major, BWV 1050" ;
    ns2:cello <http://data.carnegiehall.org/names/57970> ;
    ns2:flute <http://data.carnegiehall.org/names/10855> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/47136> ;
    ns2:viola <http://data.carnegiehall.org/names/62840> ;
    ns2:violin <http://data.carnegiehall.org/names/62838>,
        <http://data.carnegiehall.org/names/62839> ;
    ns2:violone <http://data.carnegiehall.org/names/10631> ;
    ns1:performer <http://data.carnegiehall.org/names/10631>,
        <http://data.carnegiehall.org/names/10855>,
        <http://data.carnegiehall.org/names/47136>,
        <http://data.carnegiehall.org/names/57970>,
        <http://data.carnegiehall.org/names/62838>,
        <http://data.carnegiehall.org/names/62839>,
        <http://data.carnegiehall.org/names/62840> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51421> .

