@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/22784/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Beware, Brother, Beware" ;
    ns3:double_bass <http://data.carnegiehall.org/names/108114> ;
    ns3:drums <http://data.carnegiehall.org/names/108115> ;
    ns3:guitar <http://data.carnegiehall.org/names/108112> ;
    ns3:jazz_ensemble <http://data.carnegiehall.org/names/62662> ;
    ns3:piano <http://data.carnegiehall.org/names/108113> ;
    ns3:saxophone <http://data.carnegiehall.org/names/59418> ;
    ns3:trumpet <http://data.carnegiehall.org/names/69920> ;
    ns1:performer <http://data.carnegiehall.org/names/108112>,
        <http://data.carnegiehall.org/names/108113>,
        <http://data.carnegiehall.org/names/108114>,
        <http://data.carnegiehall.org/names/108115>,
        <http://data.carnegiehall.org/names/59418>,
        <http://data.carnegiehall.org/names/62662>,
        <http://data.carnegiehall.org/names/69920> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/98596> .

