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

<http://data.carnegiehall.org/events/15718/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Christmas Portions" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/21767> ;
    ns2:choir <http://data.carnegiehall.org/names/10822>,
        <http://data.carnegiehall.org/names/65520>,
        <http://data.carnegiehall.org/names/70554>,
        <http://data.carnegiehall.org/names/75488>,
        <http://data.carnegiehall.org/names/75489>,
        <http://data.carnegiehall.org/names/75490> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/36271> ;
    ns2:organ <http://data.carnegiehall.org/names/27514> ;
    ns2:soprano <http://data.carnegiehall.org/names/20951> ;
    ns2:tenor <http://data.carnegiehall.org/names/27523> ;
    ns3:performer <http://data.carnegiehall.org/names/10822>,
        <http://data.carnegiehall.org/names/20951>,
        <http://data.carnegiehall.org/names/21767>,
        <http://data.carnegiehall.org/names/27514>,
        <http://data.carnegiehall.org/names/27523>,
        <http://data.carnegiehall.org/names/36271>,
        <http://data.carnegiehall.org/names/65520>,
        <http://data.carnegiehall.org/names/70554>,
        <http://data.carnegiehall.org/names/75488>,
        <http://data.carnegiehall.org/names/75489>,
        <http://data.carnegiehall.org/names/75490> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/330> .

