@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/39982/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hums and Songs of Winnie-the-Pooh, Op. 6" ;
    ns2:cello <http://data.carnegiehall.org/names/35510> ;
    ns2:clarinet <http://data.carnegiehall.org/names/13983> ;
    ns2:conductor <http://data.carnegiehall.org/names/48968> ;
    ns2:contrabass_clarinet <http://data.carnegiehall.org/names/13983> ;
    ns2:english_horn <http://data.carnegiehall.org/names/19465> ;
    ns2:flute <http://data.carnegiehall.org/names/58261> ;
    ns2:percussion <http://data.carnegiehall.org/names/12816> ;
    ns2:piccolo <http://data.carnegiehall.org/names/58261> ;
    ns2:soprano <http://data.carnegiehall.org/names/26556> ;
    ns1:performer <http://data.carnegiehall.org/names/12816>,
        <http://data.carnegiehall.org/names/13983>,
        <http://data.carnegiehall.org/names/19465>,
        <http://data.carnegiehall.org/names/26556>,
        <http://data.carnegiehall.org/names/35510>,
        <http://data.carnegiehall.org/names/48968>,
        <http://data.carnegiehall.org/names/58261> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63675> .

