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

<http://data.carnegiehall.org/events/29744/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Girl Crazy: I Got Rhythm" ;
    ns1:double_bass <http://data.carnegiehall.org/names/54266> ;
    ns1:drums <http://data.carnegiehall.org/names/14797> ;
    ns1:guitar <http://data.carnegiehall.org/names/15080> ;
    ns1:piano <http://data.carnegiehall.org/names/9792> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/7569> ;
    ns1:trombone <http://data.carnegiehall.org/names/51354> ;
    ns1:trumpet <http://data.carnegiehall.org/names/58121> ;
    ns2:performer <http://data.carnegiehall.org/names/14797>,
        <http://data.carnegiehall.org/names/15080>,
        <http://data.carnegiehall.org/names/51354>,
        <http://data.carnegiehall.org/names/54266>,
        <http://data.carnegiehall.org/names/58121>,
        <http://data.carnegiehall.org/names/7569>,
        <http://data.carnegiehall.org/names/9792> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50099> .

