@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/37496/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Girl Crazy: I Got Rhythm" ;
    ns2:double_bass <http://data.carnegiehall.org/names/28772> ;
    ns2:drums <http://data.carnegiehall.org/names/119684> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/119682> ;
    ns2:piano <http://data.carnegiehall.org/names/1195> ;
    ns2:soprano_saxophone <http://data.carnegiehall.org/names/13189> ;
    ns2:trombone <http://data.carnegiehall.org/names/2630> ;
    ns2:trumpet <http://data.carnegiehall.org/names/1460> ;
    ns1:performer <http://data.carnegiehall.org/names/1195>,
        <http://data.carnegiehall.org/names/119682>,
        <http://data.carnegiehall.org/names/119684>,
        <http://data.carnegiehall.org/names/13189>,
        <http://data.carnegiehall.org/names/1460>,
        <http://data.carnegiehall.org/names/2630>,
        <http://data.carnegiehall.org/names/28772> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50099> .

