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

<http://data.carnegiehall.org/events/39177/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria in D Major, RV 589" ;
    ns1:choir <http://data.carnegiehall.org/names/55161>,
        <http://data.carnegiehall.org/names/65192>,
        <http://data.carnegiehall.org/names/65202> ;
    ns1:conductor <http://data.carnegiehall.org/names/25754> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/65200> ;
    ns1:soprano <http://data.carnegiehall.org/names/65199> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/65201> ;
    ns2:performer <http://data.carnegiehall.org/names/25754>,
        <http://data.carnegiehall.org/names/55161>,
        <http://data.carnegiehall.org/names/65192>,
        <http://data.carnegiehall.org/names/65199>,
        <http://data.carnegiehall.org/names/65200>,
        <http://data.carnegiehall.org/names/65201>,
        <http://data.carnegiehall.org/names/65202> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35194> .

