@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/60359/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Un-Ravel (Homage to Maurice Ravel)" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/100467> ;
    ns2:double_bass <http://data.carnegiehall.org/names/112727> ;
    ns2:drums <http://data.carnegiehall.org/names/100459> ;
    ns2:flugelhorn <http://data.carnegiehall.org/names/112729> ;
    ns2:piano <http://data.carnegiehall.org/names/109093> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/112730> ;
    ns2:trombone <http://data.carnegiehall.org/names/104132>,
        <http://data.carnegiehall.org/names/112728> ;
    ns2:trumpet <http://data.carnegiehall.org/names/112729> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/109091> ;
    ns2:violin <http://data.carnegiehall.org/names/109090> ;
    ns1:performer <http://data.carnegiehall.org/names/100459>,
        <http://data.carnegiehall.org/names/100467>,
        <http://data.carnegiehall.org/names/104132>,
        <http://data.carnegiehall.org/names/109090>,
        <http://data.carnegiehall.org/names/109091>,
        <http://data.carnegiehall.org/names/109093>,
        <http://data.carnegiehall.org/names/112727>,
        <http://data.carnegiehall.org/names/112728>,
        <http://data.carnegiehall.org/names/112729>,
        <http://data.carnegiehall.org/names/112730> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/101935> .

