@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/44654/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Zadok the Priest, HWV 258" ;
    ns2:choir <http://data.carnegiehall.org/names/74809>,
        <http://data.carnegiehall.org/names/77747>,
        <http://data.carnegiehall.org/names/77748>,
        <http://data.carnegiehall.org/names/77749>,
        <http://data.carnegiehall.org/names/77750>,
        <http://data.carnegiehall.org/names/77751>,
        <http://data.carnegiehall.org/names/77752>,
        <http://data.carnegiehall.org/names/77753>,
        <http://data.carnegiehall.org/names/77754> ;
    ns2:conductor <http://data.carnegiehall.org/names/77741> ;
    ns1:performer <http://data.carnegiehall.org/names/74809>,
        <http://data.carnegiehall.org/names/77741>,
        <http://data.carnegiehall.org/names/77747>,
        <http://data.carnegiehall.org/names/77748>,
        <http://data.carnegiehall.org/names/77749>,
        <http://data.carnegiehall.org/names/77750>,
        <http://data.carnegiehall.org/names/77751>,
        <http://data.carnegiehall.org/names/77752>,
        <http://data.carnegiehall.org/names/77753>,
        <http://data.carnegiehall.org/names/77754> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51856> .

