@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/22223/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sextet for Piano and Winds in B-flat Major, Op. 6" ;
    ns3:bassoon <http://data.carnegiehall.org/names/39993> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/13855> ;
    ns3:clarinet <http://data.carnegiehall.org/names/17420> ;
    ns3:flute <http://data.carnegiehall.org/names/41080> ;
    ns3:french_horn <http://data.carnegiehall.org/names/60103> ;
    ns3:oboe <http://data.carnegiehall.org/names/60841> ;
    ns3:piano <http://data.carnegiehall.org/names/36148> ;
    ns2:performer <http://data.carnegiehall.org/names/13855>,
        <http://data.carnegiehall.org/names/17420>,
        <http://data.carnegiehall.org/names/36148>,
        <http://data.carnegiehall.org/names/39993>,
        <http://data.carnegiehall.org/names/41080>,
        <http://data.carnegiehall.org/names/60103>,
        <http://data.carnegiehall.org/names/60841> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/20500> .

