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

<http://data.carnegiehall.org/events/41645/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chamber Concerto" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/29418> ;
    ns2:celesta <http://data.carnegiehall.org/names/54423> ;
    ns2:cello <http://data.carnegiehall.org/names/54729> ;
    ns2:cembalo <http://data.carnegiehall.org/names/42456> ;
    ns2:clarinet <http://data.carnegiehall.org/names/25615>,
        <http://data.carnegiehall.org/names/29418> ;
    ns2:double_bass <http://data.carnegiehall.org/names/17739> ;
    ns2:english_horn <http://data.carnegiehall.org/names/2325> ;
    ns2:flute <http://data.carnegiehall.org/names/30247> ;
    ns2:french_horn <http://data.carnegiehall.org/names/23299> ;
    ns2:harmonium <http://data.carnegiehall.org/names/42456> ;
    ns2:oboe <http://data.carnegiehall.org/names/2325> ;
    ns3:amore <http://data.carnegiehall.org/names/2325> ;
    ns2:piano <http://data.carnegiehall.org/names/54423> ;
    ns2:trombone <http://data.carnegiehall.org/names/38042> ;
    ns2:viola <http://data.carnegiehall.org/names/27164> ;
    ns2:violin <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/6784> ;
    ns1:performer <http://data.carnegiehall.org/names/17739>,
        <http://data.carnegiehall.org/names/2325>,
        <http://data.carnegiehall.org/names/23299>,
        <http://data.carnegiehall.org/names/25615>,
        <http://data.carnegiehall.org/names/27164>,
        <http://data.carnegiehall.org/names/29418>,
        <http://data.carnegiehall.org/names/30247>,
        <http://data.carnegiehall.org/names/38042>,
        <http://data.carnegiehall.org/names/42456>,
        <http://data.carnegiehall.org/names/54423>,
        <http://data.carnegiehall.org/names/54729>,
        <http://data.carnegiehall.org/names/60962>,
        <http://data.carnegiehall.org/names/6784> ;
    ns4:workPerformed <http://data.carnegiehall.org/works/7336> .

