@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/47777/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria in D Major, RV 589" ;
    ns2:choir <http://data.carnegiehall.org/names/61868>,
        <http://data.carnegiehall.org/names/61944>,
        <http://data.carnegiehall.org/names/64000>,
        <http://data.carnegiehall.org/names/77886>,
        <http://data.carnegiehall.org/names/82042>,
        <http://data.carnegiehall.org/names/85314>,
        <http://data.carnegiehall.org/names/85315> ;
    ns2:conductor <http://data.carnegiehall.org/names/85313> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/80319> ;
    ns2:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns2:soprano <http://data.carnegiehall.org/names/42568> ;
    ns1:performer <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/42568>,
        <http://data.carnegiehall.org/names/61868>,
        <http://data.carnegiehall.org/names/61944>,
        <http://data.carnegiehall.org/names/64000>,
        <http://data.carnegiehall.org/names/77886>,
        <http://data.carnegiehall.org/names/80319>,
        <http://data.carnegiehall.org/names/82042>,
        <http://data.carnegiehall.org/names/85313>,
        <http://data.carnegiehall.org/names/85314>,
        <http://data.carnegiehall.org/names/85315> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35194> .

