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

