@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/38638/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Brandenburg Concerto No. 4 in G Major, BWV 1049" ;
    ns2:bassoon <http://data.carnegiehall.org/names/1444> ;
    ns2:cello <http://data.carnegiehall.org/names/64188> ;
    ns2:double_bass <http://data.carnegiehall.org/names/64189> ;
    ns2:flute <http://data.carnegiehall.org/names/48772> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/35795> ;
    ns2:oboe <http://data.carnegiehall.org/names/1845> ;
    ns2:trumpet <http://data.carnegiehall.org/names/64184> ;
    ns2:viola <http://data.carnegiehall.org/names/64187> ;
    ns2:violin <http://data.carnegiehall.org/names/56840>,
        <http://data.carnegiehall.org/names/64185>,
        <http://data.carnegiehall.org/names/64186> ;
    ns1:performer <http://data.carnegiehall.org/names/1444>,
        <http://data.carnegiehall.org/names/1845>,
        <http://data.carnegiehall.org/names/35795>,
        <http://data.carnegiehall.org/names/48772>,
        <http://data.carnegiehall.org/names/56840>,
        <http://data.carnegiehall.org/names/64184>,
        <http://data.carnegiehall.org/names/64185>,
        <http://data.carnegiehall.org/names/64186>,
        <http://data.carnegiehall.org/names/64187>,
        <http://data.carnegiehall.org/names/64188>,
        <http://data.carnegiehall.org/names/64189> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52982> .

