@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/45650/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chamber Concerto" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/5096> ;
    ns1:bassoon <http://data.carnegiehall.org/names/39834> ;
    ns1:clarinet <http://data.carnegiehall.org/names/24737> ;
    ns1:contrabassoon <http://data.carnegiehall.org/names/46423> ;
    ns1:english_horn <http://data.carnegiehall.org/names/53413> ;
    ns1:flute <http://data.carnegiehall.org/names/37867>,
        <http://data.carnegiehall.org/names/75549> ;
    ns1:french_horn <http://data.carnegiehall.org/names/23299>,
        <http://data.carnegiehall.org/names/40208> ;
    ns1:oboe <http://data.carnegiehall.org/names/60419> ;
    ns1:piano <http://data.carnegiehall.org/names/50224> ;
    ns1:piccolo <http://data.carnegiehall.org/names/37867> ;
    ns1:piccolo_clarinet <http://data.carnegiehall.org/names/62711> ;
    ns1:trombone <http://data.carnegiehall.org/names/80037> ;
    ns1:trumpet <http://data.carnegiehall.org/names/70077> ;
    ns1:violin <http://data.carnegiehall.org/names/2777> ;
    ns2:performer <http://data.carnegiehall.org/names/23299>,
        <http://data.carnegiehall.org/names/24737>,
        <http://data.carnegiehall.org/names/2777>,
        <http://data.carnegiehall.org/names/37867>,
        <http://data.carnegiehall.org/names/39834>,
        <http://data.carnegiehall.org/names/40208>,
        <http://data.carnegiehall.org/names/46423>,
        <http://data.carnegiehall.org/names/50224>,
        <http://data.carnegiehall.org/names/5096>,
        <http://data.carnegiehall.org/names/53413>,
        <http://data.carnegiehall.org/names/60419>,
        <http://data.carnegiehall.org/names/62711>,
        <http://data.carnegiehall.org/names/70077>,
        <http://data.carnegiehall.org/names/75549>,
        <http://data.carnegiehall.org/names/80037> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17904> .

