@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/45776/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ode for St Cecilia’s Day, HWV 76" ;
    ns2:choir <http://data.carnegiehall.org/names/80235> ;
    ns2:soprano <http://data.carnegiehall.org/names/72037>,
        <http://data.carnegiehall.org/names/80229>,
        <http://data.carnegiehall.org/names/80231>,
        <http://data.carnegiehall.org/names/80232>,
        <http://data.carnegiehall.org/names/80233>,
        <http://data.carnegiehall.org/names/80234> ;
    ns2:tenor <http://data.carnegiehall.org/names/72036>,
        <http://data.carnegiehall.org/names/80230> ;
    ns1:performer <http://data.carnegiehall.org/names/72036>,
        <http://data.carnegiehall.org/names/72037>,
        <http://data.carnegiehall.org/names/80229>,
        <http://data.carnegiehall.org/names/80230>,
        <http://data.carnegiehall.org/names/80231>,
        <http://data.carnegiehall.org/names/80232>,
        <http://data.carnegiehall.org/names/80233>,
        <http://data.carnegiehall.org/names/80234>,
        <http://data.carnegiehall.org/names/80235> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57453> .

