@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/13314/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Concerto for Organ and Orchestra in G Minor, HWV 289 (Op. 4, No. 1)" ;
    ns1:cello <http://data.carnegiehall.org/names/26969> ;
    ns1:double_bass <http://data.carnegiehall.org/names/53691> ;
    ns1:harp <http://data.carnegiehall.org/names/32080> ;
    ns1:oboe <http://data.carnegiehall.org/names/25675>,
        <http://data.carnegiehall.org/names/55820> ;
    ns1:viola <http://data.carnegiehall.org/names/33010> ;
    ns1:violin <http://data.carnegiehall.org/names/33009>,
        <http://data.carnegiehall.org/names/60683> ;
    ns2:performer <http://data.carnegiehall.org/names/25675>,
        <http://data.carnegiehall.org/names/26969>,
        <http://data.carnegiehall.org/names/32080>,
        <http://data.carnegiehall.org/names/33009>,
        <http://data.carnegiehall.org/names/33010>,
        <http://data.carnegiehall.org/names/53691>,
        <http://data.carnegiehall.org/names/55820>,
        <http://data.carnegiehall.org/names/60683> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51068> .

