@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/60609/work_24> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "He's Got the Whole World in His Hands" ;
    ns2:bassoon <http://data.carnegiehall.org/names/13448> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/113158> ;
    ns2:clarinet <http://data.carnegiehall.org/names/109709> ;
    ns2:conductor <http://data.carnegiehall.org/names/48096> ;
    ns2:flute <http://data.carnegiehall.org/names/114554> ;
    ns2:french_horn <http://data.carnegiehall.org/names/51414> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/111337> ;
    ns2:oboe <http://data.carnegiehall.org/names/1845> ;
    ns2:wind_quintet <http://data.carnegiehall.org/names/29837> ;
    ns1:performer <http://data.carnegiehall.org/names/109709>,
        <http://data.carnegiehall.org/names/111337>,
        <http://data.carnegiehall.org/names/113158>,
        <http://data.carnegiehall.org/names/114554>,
        <http://data.carnegiehall.org/names/13448>,
        <http://data.carnegiehall.org/names/1845>,
        <http://data.carnegiehall.org/names/29837>,
        <http://data.carnegiehall.org/names/48096>,
        <http://data.carnegiehall.org/names/51414> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/59003> .

