@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/29377/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Bassoon in B-flat Major, RV 502" ;
    ns1:bassoon <http://data.carnegiehall.org/names/22101> ;
    ns1:cello <http://data.carnegiehall.org/names/5601> ;
    ns1:double_bass <http://data.carnegiehall.org/names/1979> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/2839> ;
    ns1:viola <http://data.carnegiehall.org/names/18417> ;
    ns1:violin <http://data.carnegiehall.org/names/27722>,
        <http://data.carnegiehall.org/names/3852> ;
    ns2:performer <http://data.carnegiehall.org/names/18417>,
        <http://data.carnegiehall.org/names/1979>,
        <http://data.carnegiehall.org/names/22101>,
        <http://data.carnegiehall.org/names/27722>,
        <http://data.carnegiehall.org/names/2839>,
        <http://data.carnegiehall.org/names/3852>,
        <http://data.carnegiehall.org/names/5601> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/72563> .

