@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/26917/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Got It Bad (and That Ain't Good)" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/55724> ;
    ns1:cornet <http://data.carnegiehall.org/names/32267> ;
    ns1:drums <http://data.carnegiehall.org/names/54274> ;
    ns1:guitar <http://data.carnegiehall.org/names/1176> ;
    ns1:piano <http://data.carnegiehall.org/names/14527>,
        <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/26162>,
        <http://data.carnegiehall.org/names/7605> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/9196> ;
    ns1:trombone <http://data.carnegiehall.org/names/2630> ;
    ns1:vocalist <http://data.carnegiehall.org/names/50797>,
        <http://data.carnegiehall.org/names/56690> ;
    ns2:performer <http://data.carnegiehall.org/names/1176>,
        <http://data.carnegiehall.org/names/14527>,
        <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/26162>,
        <http://data.carnegiehall.org/names/2630>,
        <http://data.carnegiehall.org/names/32267>,
        <http://data.carnegiehall.org/names/50797>,
        <http://data.carnegiehall.org/names/54274>,
        <http://data.carnegiehall.org/names/55724>,
        <http://data.carnegiehall.org/names/56690>,
        <http://data.carnegiehall.org/names/7605>,
        <http://data.carnegiehall.org/names/9196> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34237> .

