@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/71487/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lady, be Good!: Oh, Lady, Be Good!" ;
    ns2:double_bass <http://data.carnegiehall.org/names/130860> ;
    ns2:drums <http://data.carnegiehall.org/names/42712> ;
    ns2:guitar <http://data.carnegiehall.org/names/40513> ;
    ns2:organ <http://data.carnegiehall.org/names/130859> ;
    ns2:piano <http://data.carnegiehall.org/names/130858> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/62632> ;
    ns2:vocalist <http://data.carnegiehall.org/names/130856> ;
    ns1:performer <http://data.carnegiehall.org/names/130856>,
        <http://data.carnegiehall.org/names/130858>,
        <http://data.carnegiehall.org/names/130859>,
        <http://data.carnegiehall.org/names/130860>,
        <http://data.carnegiehall.org/names/40513>,
        <http://data.carnegiehall.org/names/42712>,
        <http://data.carnegiehall.org/names/62632> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/24876> .

