@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/53766/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The World Beloved: A Bluegrass Mass" ;
    ns1:banjo <http://data.carnegiehall.org/names/97922> ;
    ns1:bass <http://data.carnegiehall.org/names/97920> ;
    ns1:bluegrass_band <http://data.carnegiehall.org/names/97915> ;
    ns1:choir <http://data.carnegiehall.org/names/41825>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/97927>,
        <http://data.carnegiehall.org/names/97928>,
        <http://data.carnegiehall.org/names/97929>,
        <http://data.carnegiehall.org/names/97930> ;
    ns1:conductor <http://data.carnegiehall.org/names/58389> ;
    ns1:double_bass <http://data.carnegiehall.org/names/97917> ;
    ns1:drums <http://data.carnegiehall.org/names/97919> ;
    ns1:fiddle <http://data.carnegiehall.org/names/97918> ;
    ns1:guitar <http://data.carnegiehall.org/names/97916>,
        <http://data.carnegiehall.org/names/97920>,
        <http://data.carnegiehall.org/names/97923> ;
    ns1:mandolin <http://data.carnegiehall.org/names/97918>,
        <http://data.carnegiehall.org/names/97921> ;
    ns1:vocalist <http://data.carnegiehall.org/names/97916>,
        <http://data.carnegiehall.org/names/97917>,
        <http://data.carnegiehall.org/names/97921> ;
    ns2:performer <http://data.carnegiehall.org/names/41825>,
        <http://data.carnegiehall.org/names/58389>,
        <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/97915>,
        <http://data.carnegiehall.org/names/97916>,
        <http://data.carnegiehall.org/names/97917>,
        <http://data.carnegiehall.org/names/97918>,
        <http://data.carnegiehall.org/names/97919>,
        <http://data.carnegiehall.org/names/97920>,
        <http://data.carnegiehall.org/names/97921>,
        <http://data.carnegiehall.org/names/97922>,
        <http://data.carnegiehall.org/names/97923>,
        <http://data.carnegiehall.org/names/97927>,
        <http://data.carnegiehall.org/names/97928>,
        <http://data.carnegiehall.org/names/97929>,
        <http://data.carnegiehall.org/names/97930> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/87223> .

