@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/27483/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Christmas Portions" ;
    ns1:bass <http://data.carnegiehall.org/names/6733> ;
    ns1:choir <http://data.carnegiehall.org/names/13094>,
        <http://data.carnegiehall.org/names/19030>,
        <http://data.carnegiehall.org/names/26489>,
        <http://data.carnegiehall.org/names/40206>,
        <http://data.carnegiehall.org/names/56664>,
        <http://data.carnegiehall.org/names/60805> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/16135> ;
    ns1:organ <http://data.carnegiehall.org/names/8795> ;
    ns1:soprano <http://data.carnegiehall.org/names/55331> ;
    ns1:tenor <http://data.carnegiehall.org/names/3780> ;
    ns2:performer <http://data.carnegiehall.org/names/13094>,
        <http://data.carnegiehall.org/names/16135>,
        <http://data.carnegiehall.org/names/19030>,
        <http://data.carnegiehall.org/names/26489>,
        <http://data.carnegiehall.org/names/3780>,
        <http://data.carnegiehall.org/names/40206>,
        <http://data.carnegiehall.org/names/55331>,
        <http://data.carnegiehall.org/names/56664>,
        <http://data.carnegiehall.org/names/60805>,
        <http://data.carnegiehall.org/names/6733>,
        <http://data.carnegiehall.org/names/8795> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/330> .

