@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/45334/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Christmas Portions" ;
    ns2:baritone <http://data.carnegiehall.org/names/59097> ;
    ns2:choir <http://data.carnegiehall.org/names/13094>,
        <http://data.carnegiehall.org/names/17008>,
        <http://data.carnegiehall.org/names/63550>,
        <http://data.carnegiehall.org/names/70553>,
        <http://data.carnegiehall.org/names/79394>,
        <http://data.carnegiehall.org/names/79395>,
        <http://data.carnegiehall.org/names/8632> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/74155> ;
    ns2:soprano <http://data.carnegiehall.org/names/79385> ;
    ns2:tenor <http://data.carnegiehall.org/names/45619> ;
    ns1:performer <http://data.carnegiehall.org/names/13094>,
        <http://data.carnegiehall.org/names/17008>,
        <http://data.carnegiehall.org/names/45619>,
        <http://data.carnegiehall.org/names/59097>,
        <http://data.carnegiehall.org/names/63550>,
        <http://data.carnegiehall.org/names/70553>,
        <http://data.carnegiehall.org/names/74155>,
        <http://data.carnegiehall.org/names/79385>,
        <http://data.carnegiehall.org/names/79394>,
        <http://data.carnegiehall.org/names/79395>,
        <http://data.carnegiehall.org/names/8632> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/330> .

