@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/39985/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chamber Concerto" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/66652> ;
    ns2:bassoon <http://data.carnegiehall.org/names/47767> ;
    ns2:clarinet <http://data.carnegiehall.org/names/5237>,
        <http://data.carnegiehall.org/names/60099> ;
    ns2:conductor <http://data.carnegiehall.org/names/1063> ;
    ns2:contrabassoon <http://data.carnegiehall.org/names/10397> ;
    ns2:english_horn <http://data.carnegiehall.org/names/12457> ;
    ns2:flute <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/8651> ;
    ns2:french_horn <http://data.carnegiehall.org/names/1388>,
        <http://data.carnegiehall.org/names/2087> ;
    ns2:oboe <http://data.carnegiehall.org/names/57545> ;
    ns2:piano <http://data.carnegiehall.org/names/28080> ;
    ns2:piccolo <http://data.carnegiehall.org/names/35248> ;
    ns2:trombone <http://data.carnegiehall.org/names/26802> ;
    ns2:trumpet <http://data.carnegiehall.org/names/12886> ;
    ns2:violin <http://data.carnegiehall.org/names/40434> ;
    ns1:performer <http://data.carnegiehall.org/names/10397>,
        <http://data.carnegiehall.org/names/1063>,
        <http://data.carnegiehall.org/names/12457>,
        <http://data.carnegiehall.org/names/12886>,
        <http://data.carnegiehall.org/names/1388>,
        <http://data.carnegiehall.org/names/2087>,
        <http://data.carnegiehall.org/names/26802>,
        <http://data.carnegiehall.org/names/28080>,
        <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/40434>,
        <http://data.carnegiehall.org/names/47767>,
        <http://data.carnegiehall.org/names/5237>,
        <http://data.carnegiehall.org/names/57545>,
        <http://data.carnegiehall.org/names/60099>,
        <http://data.carnegiehall.org/names/66652>,
        <http://data.carnegiehall.org/names/8651> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17904> .

