@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/78876/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 4 in G Major, BWV 1049" ;
    ns2:cello <http://data.carnegiehall.org/names/140028>,
        <http://data.carnegiehall.org/names/87575> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/140021> ;
    ns2:double_bass <http://data.carnegiehall.org/names/140029> ;
    ns2:flute <http://data.carnegiehall.org/names/140023>,
        <http://data.carnegiehall.org/names/52169> ;
    ns2:viola <http://data.carnegiehall.org/names/140025> ;
    ns2:violin <http://data.carnegiehall.org/names/140024>,
        <http://data.carnegiehall.org/names/140027>,
        <http://data.carnegiehall.org/names/52412> ;
    ns3:performer <http://data.carnegiehall.org/names/140021>,
        <http://data.carnegiehall.org/names/140023>,
        <http://data.carnegiehall.org/names/140024>,
        <http://data.carnegiehall.org/names/140025>,
        <http://data.carnegiehall.org/names/140027>,
        <http://data.carnegiehall.org/names/140028>,
        <http://data.carnegiehall.org/names/140029>,
        <http://data.carnegiehall.org/names/52169>,
        <http://data.carnegiehall.org/names/52412>,
        <http://data.carnegiehall.org/names/87575> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/52982> .

