@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/38365/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Messiah, HWV 56" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/63548> ;
    ns1:choir <http://data.carnegiehall.org/names/36391>,
        <http://data.carnegiehall.org/names/37082>,
        <http://data.carnegiehall.org/names/60805>,
        <http://data.carnegiehall.org/names/63556>,
        <http://data.carnegiehall.org/names/63557>,
        <http://data.carnegiehall.org/names/63558>,
        <http://data.carnegiehall.org/names/63559> ;
    ns1:countertenor <http://data.carnegiehall.org/names/21244> ;
    ns1:portative <http://data.carnegiehall.org/names/55060> ;
    ns1:soprano <http://data.carnegiehall.org/names/32510> ;
    ns1:tenor <http://data.carnegiehall.org/names/58476> ;
    ns2:performer <http://data.carnegiehall.org/names/21244>,
        <http://data.carnegiehall.org/names/32510>,
        <http://data.carnegiehall.org/names/36391>,
        <http://data.carnegiehall.org/names/37082>,
        <http://data.carnegiehall.org/names/55060>,
        <http://data.carnegiehall.org/names/58476>,
        <http://data.carnegiehall.org/names/60805>,
        <http://data.carnegiehall.org/names/63548>,
        <http://data.carnegiehall.org/names/63556>,
        <http://data.carnegiehall.org/names/63557>,
        <http://data.carnegiehall.org/names/63558>,
        <http://data.carnegiehall.org/names/63559> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/43999> .

