@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/6055/work_27> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Angel Band" ;
    ns2:dobro <http://data.carnegiehall.org/names/52012> ;
    ns2:folk_ensemble <http://data.carnegiehall.org/names/36068>,
        <http://data.carnegiehall.org/names/38044>,
        <http://data.carnegiehall.org/names/58113> ;
    ns2:guitar <http://data.carnegiehall.org/names/29426>,
        <http://data.carnegiehall.org/names/56073>,
        <http://data.carnegiehall.org/names/6045> ;
    ns2:trio <http://data.carnegiehall.org/names/48151> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/20832> ;
    ns2:vocalist <http://data.carnegiehall.org/names/13687>,
        <http://data.carnegiehall.org/names/18721>,
        <http://data.carnegiehall.org/names/18760>,
        <http://data.carnegiehall.org/names/19578>,
        <http://data.carnegiehall.org/names/31535>,
        <http://data.carnegiehall.org/names/32618> ;
    ns1:performer <http://data.carnegiehall.org/names/13687>,
        <http://data.carnegiehall.org/names/18721>,
        <http://data.carnegiehall.org/names/18760>,
        <http://data.carnegiehall.org/names/19578>,
        <http://data.carnegiehall.org/names/20832>,
        <http://data.carnegiehall.org/names/29426>,
        <http://data.carnegiehall.org/names/31535>,
        <http://data.carnegiehall.org/names/32618>,
        <http://data.carnegiehall.org/names/36068>,
        <http://data.carnegiehall.org/names/38044>,
        <http://data.carnegiehall.org/names/48151>,
        <http://data.carnegiehall.org/names/52012>,
        <http://data.carnegiehall.org/names/56073>,
        <http://data.carnegiehall.org/names/58113>,
        <http://data.carnegiehall.org/names/6045> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18725> .

