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

<http://data.carnegiehall.org/events/80087/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria in D Major, RV 589" ;
    ns2:choir <http://data.carnegiehall.org/names/131375>,
        <http://data.carnegiehall.org/names/142341>,
        <http://data.carnegiehall.org/names/142342>,
        <http://data.carnegiehall.org/names/142343>,
        <http://data.carnegiehall.org/names/142344> ;
    ns2:conductor <http://data.carnegiehall.org/names/142336>,
        <http://data.carnegiehall.org/names/142337> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/142335> ;
    ns2:organ <http://data.carnegiehall.org/names/105141> ;
    ns2:soprano <http://data.carnegiehall.org/names/142334> ;
    ns3:performer <http://data.carnegiehall.org/names/105141>,
        <http://data.carnegiehall.org/names/131375>,
        <http://data.carnegiehall.org/names/142334>,
        <http://data.carnegiehall.org/names/142335>,
        <http://data.carnegiehall.org/names/142336>,
        <http://data.carnegiehall.org/names/142337>,
        <http://data.carnegiehall.org/names/142341>,
        <http://data.carnegiehall.org/names/142342>,
        <http://data.carnegiehall.org/names/142343>,
        <http://data.carnegiehall.org/names/142344> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/35194> .

