@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/4792/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria in D Major, RV 589" ;
    ns2:choir <http://data.carnegiehall.org/names/13170>,
        <http://data.carnegiehall.org/names/1711>,
        <http://data.carnegiehall.org/names/32636>,
        <http://data.carnegiehall.org/names/33914>,
        <http://data.carnegiehall.org/names/35464>,
        <http://data.carnegiehall.org/names/41502>,
        <http://data.carnegiehall.org/names/50343>,
        <http://data.carnegiehall.org/names/8754> ;
    ns2:conductor <http://data.carnegiehall.org/names/10293> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/47865> ;
    ns2:soprano <http://data.carnegiehall.org/names/46727>,
        <http://data.carnegiehall.org/names/7580> ;
    ns1:performer <http://data.carnegiehall.org/names/10293>,
        <http://data.carnegiehall.org/names/13170>,
        <http://data.carnegiehall.org/names/1711>,
        <http://data.carnegiehall.org/names/32636>,
        <http://data.carnegiehall.org/names/33914>,
        <http://data.carnegiehall.org/names/35464>,
        <http://data.carnegiehall.org/names/41502>,
        <http://data.carnegiehall.org/names/46727>,
        <http://data.carnegiehall.org/names/47865>,
        <http://data.carnegiehall.org/names/50343>,
        <http://data.carnegiehall.org/names/7580>,
        <http://data.carnegiehall.org/names/8754> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35194> .

