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

<http://data.carnegiehall.org/events/18658/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 6 in B-flat Major, BWV 1051: 3. Allegro" ;
    ns2:cello <http://data.carnegiehall.org/names/1719>,
        <http://data.carnegiehall.org/names/27369>,
        <http://data.carnegiehall.org/names/4377> ;
    ns2:conductor <http://data.carnegiehall.org/names/33604> ;
    ns2:double_bass <http://data.carnegiehall.org/names/49551> ;
    ns2:string_orchestra <http://data.carnegiehall.org/names/140509> ;
    ns2:viola <http://data.carnegiehall.org/names/26381>,
        <http://data.carnegiehall.org/names/54433> ;
    ns3:performer <http://data.carnegiehall.org/names/140509>,
        <http://data.carnegiehall.org/names/1719>,
        <http://data.carnegiehall.org/names/26381>,
        <http://data.carnegiehall.org/names/27369>,
        <http://data.carnegiehall.org/names/33604>,
        <http://data.carnegiehall.org/names/4377>,
        <http://data.carnegiehall.org/names/49551>,
        <http://data.carnegiehall.org/names/54433> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/55991> .

