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

<http://data.carnegiehall.org/events/10721/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56: Christmas Portions" ;
    ns1:baritone <http://data.carnegiehall.org/names/32621> ;
    ns1:choir <http://data.carnegiehall.org/names/126598>,
        <http://data.carnegiehall.org/names/126599>,
        <http://data.carnegiehall.org/names/38020>,
        <http://data.carnegiehall.org/names/81206> ;
    ns1:continuo <http://data.carnegiehall.org/names/38019> ;
    ns1:countertenor <http://data.carnegiehall.org/names/52268> ;
    ns1:soprano <http://data.carnegiehall.org/names/23656> ;
    ns1:tenor <http://data.carnegiehall.org/names/49165> ;
    ns3:performer <http://data.carnegiehall.org/names/126598>,
        <http://data.carnegiehall.org/names/126599>,
        <http://data.carnegiehall.org/names/23656>,
        <http://data.carnegiehall.org/names/32621>,
        <http://data.carnegiehall.org/names/38019>,
        <http://data.carnegiehall.org/names/38020>,
        <http://data.carnegiehall.org/names/49165>,
        <http://data.carnegiehall.org/names/52268>,
        <http://data.carnegiehall.org/names/81206> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/330> .

