@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/40023/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Christmas Portions" ;
    ns1:bass <http://data.carnegiehall.org/names/29902> ;
    ns1:choir <http://data.carnegiehall.org/names/13094>,
        <http://data.carnegiehall.org/names/14172>,
        <http://data.carnegiehall.org/names/43153>,
        <http://data.carnegiehall.org/names/66691>,
        <http://data.carnegiehall.org/names/66692>,
        <http://data.carnegiehall.org/names/66693>,
        <http://data.carnegiehall.org/names/66694>,
        <http://data.carnegiehall.org/names/66695>,
        <http://data.carnegiehall.org/names/66696>,
        <http://data.carnegiehall.org/names/66697>,
        <http://data.carnegiehall.org/names/9523> ;
    ns1:conductor <http://data.carnegiehall.org/names/3000> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/62035> ;
    ns1:soprano <http://data.carnegiehall.org/names/62034> ;
    ns1:tenor <http://data.carnegiehall.org/names/4932> ;
    ns2:performer <http://data.carnegiehall.org/names/13094>,
        <http://data.carnegiehall.org/names/14172>,
        <http://data.carnegiehall.org/names/29902>,
        <http://data.carnegiehall.org/names/3000>,
        <http://data.carnegiehall.org/names/43153>,
        <http://data.carnegiehall.org/names/4932>,
        <http://data.carnegiehall.org/names/62034>,
        <http://data.carnegiehall.org/names/62035>,
        <http://data.carnegiehall.org/names/66691>,
        <http://data.carnegiehall.org/names/66692>,
        <http://data.carnegiehall.org/names/66693>,
        <http://data.carnegiehall.org/names/66694>,
        <http://data.carnegiehall.org/names/66695>,
        <http://data.carnegiehall.org/names/66696>,
        <http://data.carnegiehall.org/names/66697>,
        <http://data.carnegiehall.org/names/9523> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/330> .

