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

<http://data.carnegiehall.org/events/32365/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Christmas Portions" ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/28899> ;
    ns3:choir <http://data.carnegiehall.org/names/79801>,
        <http://data.carnegiehall.org/names/89642>,
        <http://data.carnegiehall.org/names/90740>,
        <http://data.carnegiehall.org/names/90741>,
        <http://data.carnegiehall.org/names/90742>,
        <http://data.carnegiehall.org/names/90743>,
        <http://data.carnegiehall.org/names/90744>,
        <http://data.carnegiehall.org/names/90745>,
        <http://data.carnegiehall.org/names/90746> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/13216> ;
    ns3:soprano <http://data.carnegiehall.org/names/37759> ;
    ns3:tenor <http://data.carnegiehall.org/names/6007> ;
    ns2:performer <http://data.carnegiehall.org/names/13216>,
        <http://data.carnegiehall.org/names/28899>,
        <http://data.carnegiehall.org/names/37759>,
        <http://data.carnegiehall.org/names/6007>,
        <http://data.carnegiehall.org/names/79801>,
        <http://data.carnegiehall.org/names/89642>,
        <http://data.carnegiehall.org/names/90740>,
        <http://data.carnegiehall.org/names/90741>,
        <http://data.carnegiehall.org/names/90742>,
        <http://data.carnegiehall.org/names/90743>,
        <http://data.carnegiehall.org/names/90744>,
        <http://data.carnegiehall.org/names/90745>,
        <http://data.carnegiehall.org/names/90746> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/330> .

