@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/53765/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The World Beloved: A Bluegrass Mass" ;
    ns2:banjo <http://data.carnegiehall.org/names/94298> ;
    ns2:bluegrass_band <http://data.carnegiehall.org/names/94293> ;
    ns2:choir <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/89868>,
        <http://data.carnegiehall.org/names/92853>,
        <http://data.carnegiehall.org/names/97906>,
        <http://data.carnegiehall.org/names/97907>,
        <http://data.carnegiehall.org/names/97908>,
        <http://data.carnegiehall.org/names/97909>,
        <http://data.carnegiehall.org/names/97910>,
        <http://data.carnegiehall.org/names/97911>,
        <http://data.carnegiehall.org/names/97912> ;
    ns2:conductor <http://data.carnegiehall.org/names/97903> ;
    ns2:dobro <http://data.carnegiehall.org/names/94298> ;
    ns2:double_bass <http://data.carnegiehall.org/names/94297> ;
    ns2:fiddle <http://data.carnegiehall.org/names/94295>,
        <http://data.carnegiehall.org/names/94296> ;
    ns2:guitar <http://data.carnegiehall.org/names/94294> ;
    ns2:mandolin <http://data.carnegiehall.org/names/94295>,
        <http://data.carnegiehall.org/names/94296> ;
    ns1:performer <http://data.carnegiehall.org/names/74802>,
        <http://data.carnegiehall.org/names/89868>,
        <http://data.carnegiehall.org/names/92853>,
        <http://data.carnegiehall.org/names/94293>,
        <http://data.carnegiehall.org/names/94294>,
        <http://data.carnegiehall.org/names/94295>,
        <http://data.carnegiehall.org/names/94296>,
        <http://data.carnegiehall.org/names/94297>,
        <http://data.carnegiehall.org/names/94298>,
        <http://data.carnegiehall.org/names/97903>,
        <http://data.carnegiehall.org/names/97906>,
        <http://data.carnegiehall.org/names/97907>,
        <http://data.carnegiehall.org/names/97908>,
        <http://data.carnegiehall.org/names/97909>,
        <http://data.carnegiehall.org/names/97910>,
        <http://data.carnegiehall.org/names/97911>,
        <http://data.carnegiehall.org/names/97912> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/87223> .

