@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/68707/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria" ;
    ns1:baritone <http://data.carnegiehall.org/names/127166> ;
    ns1:choir <http://data.carnegiehall.org/names/100323>,
        <http://data.carnegiehall.org/names/100324>,
        <http://data.carnegiehall.org/names/127179>,
        <http://data.carnegiehall.org/names/127180> ;
    ns1:conductor <http://data.carnegiehall.org/names/75868> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/116085> ;
    ns1:soprano <http://data.carnegiehall.org/names/127165> ;
    ns1:tenor <http://data.carnegiehall.org/names/118199> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/98427> ;
    ns2:performer <http://data.carnegiehall.org/names/100323>,
        <http://data.carnegiehall.org/names/100324>,
        <http://data.carnegiehall.org/names/116085>,
        <http://data.carnegiehall.org/names/118199>,
        <http://data.carnegiehall.org/names/127165>,
        <http://data.carnegiehall.org/names/127166>,
        <http://data.carnegiehall.org/names/127179>,
        <http://data.carnegiehall.org/names/127180>,
        <http://data.carnegiehall.org/names/75868>,
        <http://data.carnegiehall.org/names/98427> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104297> .

