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

<http://data.carnegiehall.org/events/36879/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Wizard of Oz: Over the Rainbow" ;
    ns3:brass_quintet <http://data.carnegiehall.org/names/9612> ;
    ns3:french_horn <http://data.carnegiehall.org/names/48954> ;
    ns3:piano <http://data.carnegiehall.org/names/53857> ;
    ns3:trombone <http://data.carnegiehall.org/names/958> ;
    ns3:trumpet <http://data.carnegiehall.org/names/33213>,
        <http://data.carnegiehall.org/names/50275> ;
    ns3:tuba <http://data.carnegiehall.org/names/38904> ;
    ns1:performer <http://data.carnegiehall.org/names/33213>,
        <http://data.carnegiehall.org/names/38904>,
        <http://data.carnegiehall.org/names/48954>,
        <http://data.carnegiehall.org/names/50275>,
        <http://data.carnegiehall.org/names/53857>,
        <http://data.carnegiehall.org/names/958>,
        <http://data.carnegiehall.org/names/9612> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/8299> .

