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

<http://data.carnegiehall.org/events/47335/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria in D Major, RV 589" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/48806> ;
    ns1:choir <http://data.carnegiehall.org/names/4912>,
        <http://data.carnegiehall.org/names/64843>,
        <http://data.carnegiehall.org/names/74130>,
        <http://data.carnegiehall.org/names/77149>,
        <http://data.carnegiehall.org/names/84236>,
        <http://data.carnegiehall.org/names/84237>,
        <http://data.carnegiehall.org/names/84238> ;
    ns1:conductor <http://data.carnegiehall.org/names/48325> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns3:performer <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/48325>,
        <http://data.carnegiehall.org/names/48806>,
        <http://data.carnegiehall.org/names/4912>,
        <http://data.carnegiehall.org/names/64843>,
        <http://data.carnegiehall.org/names/74130>,
        <http://data.carnegiehall.org/names/77149>,
        <http://data.carnegiehall.org/names/84236>,
        <http://data.carnegiehall.org/names/84237>,
        <http://data.carnegiehall.org/names/84238> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/35194> .

