@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/37370/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 3 in G Major, BWV 1048" ;
    ns2:cello <http://data.carnegiehall.org/names/36074>,
        <http://data.carnegiehall.org/names/40381> ;
    ns2:double_bass <http://data.carnegiehall.org/names/12517> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/13589> ;
    ns2:viola <http://data.carnegiehall.org/names/39068>,
        <http://data.carnegiehall.org/names/44968> ;
    ns2:violin <http://data.carnegiehall.org/names/11290>,
        <http://data.carnegiehall.org/names/20809>,
        <http://data.carnegiehall.org/names/47645> ;
    ns3:performer <http://data.carnegiehall.org/names/11290>,
        <http://data.carnegiehall.org/names/12517>,
        <http://data.carnegiehall.org/names/13589>,
        <http://data.carnegiehall.org/names/20809>,
        <http://data.carnegiehall.org/names/36074>,
        <http://data.carnegiehall.org/names/39068>,
        <http://data.carnegiehall.org/names/40381>,
        <http://data.carnegiehall.org/names/44968>,
        <http://data.carnegiehall.org/names/47645> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/26371> .

