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

<http://data.carnegiehall.org/events/41436/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Big Mamma Thornton" ;
    ns3:cello <http://data.carnegiehall.org/names/69618> ;
    ns3:chamber_ensemble <http://data.carnegiehall.org/names/69617> ;
    ns3:double_bass <http://data.carnegiehall.org/names/69619> ;
    ns3:flute <http://data.carnegiehall.org/names/57989> ;
    ns3:guitar <http://data.carnegiehall.org/names/45330> ;
    ns3:percussion <http://data.carnegiehall.org/names/69620> ;
    ns3:piano <http://data.carnegiehall.org/names/18087> ;
    ns3:saxophone <http://data.carnegiehall.org/names/19265> ;
    ns3:violin <http://data.carnegiehall.org/names/13128> ;
    ns1:performer <http://data.carnegiehall.org/names/13128>,
        <http://data.carnegiehall.org/names/18087>,
        <http://data.carnegiehall.org/names/19265>,
        <http://data.carnegiehall.org/names/45330>,
        <http://data.carnegiehall.org/names/57989>,
        <http://data.carnegiehall.org/names/69617>,
        <http://data.carnegiehall.org/names/69618>,
        <http://data.carnegiehall.org/names/69619>,
        <http://data.carnegiehall.org/names/69620> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/66374> .

