@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/24070/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sextet for Piano and Wind Quintet, FP 100: 1. Allegro vivace" ;
    ns1:bassoon <http://data.carnegiehall.org/names/24295> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/32254> ;
    ns1:clarinet <http://data.carnegiehall.org/names/39588> ;
    ns1:flute <http://data.carnegiehall.org/names/31566> ;
    ns1:french_horn <http://data.carnegiehall.org/names/11155> ;
    ns1:oboe <http://data.carnegiehall.org/names/7737> ;
    ns1:piano <http://data.carnegiehall.org/names/36216> ;
    ns2:performer <http://data.carnegiehall.org/names/11155>,
        <http://data.carnegiehall.org/names/24295>,
        <http://data.carnegiehall.org/names/31566>,
        <http://data.carnegiehall.org/names/32254>,
        <http://data.carnegiehall.org/names/36216>,
        <http://data.carnegiehall.org/names/39588>,
        <http://data.carnegiehall.org/names/7737> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47401> .

