@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/77260/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 3 in G Major, BWV 1048" ;
    ns1:cello <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/63035>,
        <http://data.carnegiehall.org/names/67289> ;
    ns1:double_bass <http://data.carnegiehall.org/names/128957> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/67165> ;
    ns1:viola <http://data.carnegiehall.org/names/130191>,
        <http://data.carnegiehall.org/names/54891>,
        <http://data.carnegiehall.org/names/62441> ;
    ns1:violin <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/18415>,
        <http://data.carnegiehall.org/names/22188> ;
    ns2:performer <http://data.carnegiehall.org/names/128957>,
        <http://data.carnegiehall.org/names/130191>,
        <http://data.carnegiehall.org/names/15752>,
        <http://data.carnegiehall.org/names/18415>,
        <http://data.carnegiehall.org/names/22188>,
        <http://data.carnegiehall.org/names/44858>,
        <http://data.carnegiehall.org/names/54891>,
        <http://data.carnegiehall.org/names/62441>,
        <http://data.carnegiehall.org/names/63035>,
        <http://data.carnegiehall.org/names/67165>,
        <http://data.carnegiehall.org/names/67289> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26371> .

