@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/74012/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The World Beloved: A Bluegrass Mass" ;
    ns3:banjo <http://data.carnegiehall.org/names/133337> ;
    ns3:choir <http://data.carnegiehall.org/names/80008> ;
    ns3:conductor <http://data.carnegiehall.org/names/116630> ;
    ns3:double_bass <http://data.carnegiehall.org/names/112721> ;
    ns3:fiddle <http://data.carnegiehall.org/names/125261> ;
    ns3:guitar <http://data.carnegiehall.org/names/133338> ;
    ns3:mandolin <http://data.carnegiehall.org/names/133336> ;
    ns1:performer <http://data.carnegiehall.org/names/112721>,
        <http://data.carnegiehall.org/names/116630>,
        <http://data.carnegiehall.org/names/125261>,
        <http://data.carnegiehall.org/names/133336>,
        <http://data.carnegiehall.org/names/133337>,
        <http://data.carnegiehall.org/names/133338>,
        <http://data.carnegiehall.org/names/80008> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/87223> .

