@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/80146/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 3 in G Major, BWV 1048: 1. Allegro moderato" ;
    ns1:cello <http://data.carnegiehall.org/names/109813>,
        <http://data.carnegiehall.org/names/128062>,
        <http://data.carnegiehall.org/names/131381> ;
    ns1:viola <http://data.carnegiehall.org/names/128055>,
        <http://data.carnegiehall.org/names/131379>,
        <http://data.carnegiehall.org/names/142473> ;
    ns1:violin <http://data.carnegiehall.org/names/113652>,
        <http://data.carnegiehall.org/names/135079>,
        <http://data.carnegiehall.org/names/135096> ;
    ns2:performer <http://data.carnegiehall.org/names/109813>,
        <http://data.carnegiehall.org/names/113652>,
        <http://data.carnegiehall.org/names/128055>,
        <http://data.carnegiehall.org/names/128062>,
        <http://data.carnegiehall.org/names/131379>,
        <http://data.carnegiehall.org/names/131381>,
        <http://data.carnegiehall.org/names/135079>,
        <http://data.carnegiehall.org/names/135096>,
        <http://data.carnegiehall.org/names/142473> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11261> .

