@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/35045/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 5 in D Major, BWV 1050" ;
    ns2:baroque_cello <http://data.carnegiehall.org/names/50818> ;
    ns2:baroque_flute <http://data.carnegiehall.org/names/19662> ;
    ns2:baroque_violin <http://data.carnegiehall.org/names/9302> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/59416> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/55477> ;
    ns2:viola <http://data.carnegiehall.org/names/10820> ;
    ns2:violin <http://data.carnegiehall.org/names/6838> ;
    ns2:violone <http://data.carnegiehall.org/names/50819> ;
    ns1:performer <http://data.carnegiehall.org/names/10820>,
        <http://data.carnegiehall.org/names/19662>,
        <http://data.carnegiehall.org/names/50818>,
        <http://data.carnegiehall.org/names/50819>,
        <http://data.carnegiehall.org/names/55477>,
        <http://data.carnegiehall.org/names/59416>,
        <http://data.carnegiehall.org/names/6838>,
        <http://data.carnegiehall.org/names/9302> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51421> .

