@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/4964/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L'oiseau des bois, Op. 21" ;
    ns1:conductor <http://data.carnegiehall.org/names/19094> ;
    ns1:flute <http://data.carnegiehall.org/names/57938> ;
    ns1:french_horn <http://data.carnegiehall.org/names/10896>,
        <http://data.carnegiehall.org/names/34322>,
        <http://data.carnegiehall.org/names/54416>,
        <http://data.carnegiehall.org/names/56762> ;
    ns1:piano <http://data.carnegiehall.org/names/60652> ;
    ns2:performer <http://data.carnegiehall.org/names/10896>,
        <http://data.carnegiehall.org/names/19094>,
        <http://data.carnegiehall.org/names/34322>,
        <http://data.carnegiehall.org/names/54416>,
        <http://data.carnegiehall.org/names/56762>,
        <http://data.carnegiehall.org/names/57938>,
        <http://data.carnegiehall.org/names/60652> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/9756> .

