@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/5328/work_21> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Lord Bless You and Keep You" ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/36356> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/16502>,
        <http://data.carnegiehall.org/names/23931>,
        <http://data.carnegiehall.org/names/38477>,
        <http://data.carnegiehall.org/names/43620>,
        <http://data.carnegiehall.org/names/51517>,
        <http://data.carnegiehall.org/names/57537>,
        <http://data.carnegiehall.org/names/7992> ;
    ns1:choir <http://data.carnegiehall.org/names/16503>,
        <http://data.carnegiehall.org/names/24242>,
        <http://data.carnegiehall.org/names/55806> ;
    ns1:conductor <http://data.carnegiehall.org/names/53445> ;
    ns1:orchestra <http://data.carnegiehall.org/names/20084> ;
    ns1:piano <http://data.carnegiehall.org/names/49761> ;
    ns2:performer <http://data.carnegiehall.org/names/16502>,
        <http://data.carnegiehall.org/names/16503>,
        <http://data.carnegiehall.org/names/20084>,
        <http://data.carnegiehall.org/names/23931>,
        <http://data.carnegiehall.org/names/24242>,
        <http://data.carnegiehall.org/names/36356>,
        <http://data.carnegiehall.org/names/38477>,
        <http://data.carnegiehall.org/names/43620>,
        <http://data.carnegiehall.org/names/49761>,
        <http://data.carnegiehall.org/names/51517>,
        <http://data.carnegiehall.org/names/53445>,
        <http://data.carnegiehall.org/names/55806>,
        <http://data.carnegiehall.org/names/57537>,
        <http://data.carnegiehall.org/names/7992> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48175> .

