@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/33838/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "My Fair Lady: Suite" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/10192>,
        <http://data.carnegiehall.org/names/19749> ;
    ns2:drums <http://data.carnegiehall.org/names/38891> ;
    ns2:french_horn <http://data.carnegiehall.org/names/70335> ;
    ns2:guitar <http://data.carnegiehall.org/names/23420> ;
    ns2:piano <http://data.carnegiehall.org/names/21388> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/4559>,
        <http://data.carnegiehall.org/names/7561> ;
    ns2:trombone <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/28793>,
        <http://data.carnegiehall.org/names/44683>,
        <http://data.carnegiehall.org/names/8181> ;
    ns2:trumpet <http://data.carnegiehall.org/names/17058>,
        <http://data.carnegiehall.org/names/27695>,
        <http://data.carnegiehall.org/names/35499>,
        <http://data.carnegiehall.org/names/8571> ;
    ns2:tuba <http://data.carnegiehall.org/names/16203> ;
    ns1:performer <http://data.carnegiehall.org/names/10192>,
        <http://data.carnegiehall.org/names/12318>,
        <http://data.carnegiehall.org/names/16203>,
        <http://data.carnegiehall.org/names/17058>,
        <http://data.carnegiehall.org/names/19749>,
        <http://data.carnegiehall.org/names/21388>,
        <http://data.carnegiehall.org/names/23420>,
        <http://data.carnegiehall.org/names/27695>,
        <http://data.carnegiehall.org/names/28793>,
        <http://data.carnegiehall.org/names/35499>,
        <http://data.carnegiehall.org/names/38891>,
        <http://data.carnegiehall.org/names/44683>,
        <http://data.carnegiehall.org/names/4559>,
        <http://data.carnegiehall.org/names/70335>,
        <http://data.carnegiehall.org/names/7561>,
        <http://data.carnegiehall.org/names/8181>,
        <http://data.carnegiehall.org/names/8571> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104494> .

