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

<http://data.carnegiehall.org/events/38991/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Zadok the Priest, HWV 258" ;
    ns2:baritone <http://data.carnegiehall.org/names/25307> ;
    ns2:choir <http://data.carnegiehall.org/names/13170>,
        <http://data.carnegiehall.org/names/64743>,
        <http://data.carnegiehall.org/names/64744> ;
    ns2:conductor <http://data.carnegiehall.org/names/39907> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:soprano <http://data.carnegiehall.org/names/39227> ;
    ns2:tenor <http://data.carnegiehall.org/names/20770> ;
    ns1:performer <http://data.carnegiehall.org/names/13170>,
        <http://data.carnegiehall.org/names/20770>,
        <http://data.carnegiehall.org/names/25307>,
        <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/39227>,
        <http://data.carnegiehall.org/names/39907>,
        <http://data.carnegiehall.org/names/64743>,
        <http://data.carnegiehall.org/names/64744> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51856> .

