@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/42282/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, Part III" ;
    ns1:bass <http://data.carnegiehall.org/names/64651> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/71745> ;
    ns1:choir <http://data.carnegiehall.org/names/30371>,
        <http://data.carnegiehall.org/names/3276>,
        <http://data.carnegiehall.org/names/71743>,
        <http://data.carnegiehall.org/names/71744>,
        <http://data.carnegiehall.org/names/71746> ;
    ns1:conductor <http://data.carnegiehall.org/names/48971> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/5142> ;
    ns1:soprano <http://data.carnegiehall.org/names/71740> ;
    ns1:tenor <http://data.carnegiehall.org/names/67969> ;
    ns2:performer <http://data.carnegiehall.org/names/30371>,
        <http://data.carnegiehall.org/names/3276>,
        <http://data.carnegiehall.org/names/48971>,
        <http://data.carnegiehall.org/names/5142>,
        <http://data.carnegiehall.org/names/64651>,
        <http://data.carnegiehall.org/names/67969>,
        <http://data.carnegiehall.org/names/71740>,
        <http://data.carnegiehall.org/names/71743>,
        <http://data.carnegiehall.org/names/71744>,
        <http://data.carnegiehall.org/names/71745>,
        <http://data.carnegiehall.org/names/71746> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/40822> .

