@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/41748/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Chamber Symphony" ;
    ns2:bassoon <http://data.carnegiehall.org/names/70440>,
        <http://data.carnegiehall.org/names/70441> ;
    ns2:cello <http://data.carnegiehall.org/names/70448> ;
    ns2:clarinet <http://data.carnegiehall.org/names/66513>,
        <http://data.carnegiehall.org/names/70439> ;
    ns2:double_bass <http://data.carnegiehall.org/names/70449> ;
    ns2:flute <http://data.carnegiehall.org/names/70437> ;
    ns2:french_horn <http://data.carnegiehall.org/names/70442> ;
    ns2:oboe <http://data.carnegiehall.org/names/70438> ;
    ns2:percussion <http://data.carnegiehall.org/names/70445> ;
    ns2:piccolo <http://data.carnegiehall.org/names/70437> ;
    ns2:sampler <http://data.carnegiehall.org/names/62332> ;
    ns2:trombone <http://data.carnegiehall.org/names/70444> ;
    ns2:trumpet <http://data.carnegiehall.org/names/70443> ;
    ns2:viola <http://data.carnegiehall.org/names/70447> ;
    ns2:violin <http://data.carnegiehall.org/names/70446> ;
    ns1:performer <http://data.carnegiehall.org/names/62332>,
        <http://data.carnegiehall.org/names/66513>,
        <http://data.carnegiehall.org/names/70437>,
        <http://data.carnegiehall.org/names/70438>,
        <http://data.carnegiehall.org/names/70439>,
        <http://data.carnegiehall.org/names/70440>,
        <http://data.carnegiehall.org/names/70441>,
        <http://data.carnegiehall.org/names/70442>,
        <http://data.carnegiehall.org/names/70443>,
        <http://data.carnegiehall.org/names/70444>,
        <http://data.carnegiehall.org/names/70445>,
        <http://data.carnegiehall.org/names/70446>,
        <http://data.carnegiehall.org/names/70447>,
        <http://data.carnegiehall.org/names/70448>,
        <http://data.carnegiehall.org/names/70449> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67155> .

