@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/40694/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'heure du berger" ;
    ns2:bassoon <http://data.carnegiehall.org/names/68157> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/68154> ;
    ns2:clarinet <http://data.carnegiehall.org/names/5077> ;
    ns2:flute <http://data.carnegiehall.org/names/68153> ;
    ns2:french_horn <http://data.carnegiehall.org/names/68156> ;
    ns2:oboe <http://data.carnegiehall.org/names/68155> ;
    ns2:piano <http://data.carnegiehall.org/names/17767> ;
    ns1:performer <http://data.carnegiehall.org/names/17767>,
        <http://data.carnegiehall.org/names/5077>,
        <http://data.carnegiehall.org/names/68153>,
        <http://data.carnegiehall.org/names/68154>,
        <http://data.carnegiehall.org/names/68155>,
        <http://data.carnegiehall.org/names/68156>,
        <http://data.carnegiehall.org/names/68157> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64932> .

