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

<http://data.carnegiehall.org/events/5548/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sometimes I Feel Like a Motherless Child" ;
    ns3:double_bass <http://data.carnegiehall.org/names/22502> ;
    ns3:drums <http://data.carnegiehall.org/names/55575> ;
    ns3:guitar <http://data.carnegiehall.org/names/121855> ;
    ns3:jazz_quartet <http://data.carnegiehall.org/names/13390> ;
    ns3:tenor_saxophone <http://data.carnegiehall.org/names/23423> ;
    ns3:trumpet <http://data.carnegiehall.org/names/56395> ;
    ns3:vocal_ensemble <http://data.carnegiehall.org/names/119796> ;
    ns2:performer <http://data.carnegiehall.org/names/119796>,
        <http://data.carnegiehall.org/names/121855>,
        <http://data.carnegiehall.org/names/13390>,
        <http://data.carnegiehall.org/names/22502>,
        <http://data.carnegiehall.org/names/23423>,
        <http://data.carnegiehall.org/names/55575>,
        <http://data.carnegiehall.org/names/56395> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/55753> .

