@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/31470/work_03> 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/24704>,
        <http://data.carnegiehall.org/names/34481>,
        <http://data.carnegiehall.org/names/35409> ;
    ns1:conductor <http://data.carnegiehall.org/names/2258> ;
    ns1:double_bass <http://data.carnegiehall.org/names/50880> ;
    ns1:viola <http://data.carnegiehall.org/names/14269>,
        <http://data.carnegiehall.org/names/27770>,
        <http://data.carnegiehall.org/names/45702> ;
    ns1:violin <http://data.carnegiehall.org/names/2258>,
        <http://data.carnegiehall.org/names/27521>,
        <http://data.carnegiehall.org/names/31372> ;
    ns2:performer <http://data.carnegiehall.org/names/14269>,
        <http://data.carnegiehall.org/names/2258>,
        <http://data.carnegiehall.org/names/24704>,
        <http://data.carnegiehall.org/names/27521>,
        <http://data.carnegiehall.org/names/27770>,
        <http://data.carnegiehall.org/names/31372>,
        <http://data.carnegiehall.org/names/34481>,
        <http://data.carnegiehall.org/names/35409>,
        <http://data.carnegiehall.org/names/45702>,
        <http://data.carnegiehall.org/names/50880> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26371> .

