@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/70191/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: And the glory of the Lord" ;
    ns3:choir <http://data.carnegiehall.org/names/103060>,
        <http://data.carnegiehall.org/names/115396>,
        <http://data.carnegiehall.org/names/129166>,
        <http://data.carnegiehall.org/names/129167>,
        <http://data.carnegiehall.org/names/129168>,
        <http://data.carnegiehall.org/names/129169>,
        <http://data.carnegiehall.org/names/129170>,
        <http://data.carnegiehall.org/names/129171>,
        <http://data.carnegiehall.org/names/129172>,
        <http://data.carnegiehall.org/names/129173>,
        <http://data.carnegiehall.org/names/129174>,
        <http://data.carnegiehall.org/names/129175>,
        <http://data.carnegiehall.org/names/129176>,
        <http://data.carnegiehall.org/names/68091> ;
    ns3:conductor <http://data.carnegiehall.org/names/94292> ;
    ns3:piano <http://data.carnegiehall.org/names/129164> ;
    ns1:performer <http://data.carnegiehall.org/names/103060>,
        <http://data.carnegiehall.org/names/115396>,
        <http://data.carnegiehall.org/names/129164>,
        <http://data.carnegiehall.org/names/129166>,
        <http://data.carnegiehall.org/names/129167>,
        <http://data.carnegiehall.org/names/129168>,
        <http://data.carnegiehall.org/names/129169>,
        <http://data.carnegiehall.org/names/129170>,
        <http://data.carnegiehall.org/names/129171>,
        <http://data.carnegiehall.org/names/129172>,
        <http://data.carnegiehall.org/names/129173>,
        <http://data.carnegiehall.org/names/129174>,
        <http://data.carnegiehall.org/names/129175>,
        <http://data.carnegiehall.org/names/129176>,
        <http://data.carnegiehall.org/names/68091>,
        <http://data.carnegiehall.org/names/94292> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/36425> .

