@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/8538/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Bassoon in E Minor, RV 484" ;
    ns1:bassoon <http://data.carnegiehall.org/names/24304> ;
    ns1:cello <http://data.carnegiehall.org/names/17335> ;
    ns1:double_bass <http://data.carnegiehall.org/names/17030> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/29556> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/27144> ;
    ns1:viola <http://data.carnegiehall.org/names/12650> ;
    ns1:violin <http://data.carnegiehall.org/names/12655>,
        <http://data.carnegiehall.org/names/58942> ;
    ns2:performer <http://data.carnegiehall.org/names/12650>,
        <http://data.carnegiehall.org/names/12655>,
        <http://data.carnegiehall.org/names/17030>,
        <http://data.carnegiehall.org/names/17335>,
        <http://data.carnegiehall.org/names/24304>,
        <http://data.carnegiehall.org/names/27144>,
        <http://data.carnegiehall.org/names/29556>,
        <http://data.carnegiehall.org/names/58942> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/44444> .

