@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/53760/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Glory to God in the Highest" ;
    ns1:conductor <http://data.carnegiehall.org/names/97864> ;
    ns1:flute <http://data.carnegiehall.org/names/97867> ;
    ns1:percussion <http://data.carnegiehall.org/names/97866> ;
    ns1:piano <http://data.carnegiehall.org/names/97865> ;
    ns1:womens_chorus <http://data.carnegiehall.org/names/97863> ;
    ns2:performer <http://data.carnegiehall.org/names/97863>,
        <http://data.carnegiehall.org/names/97864>,
        <http://data.carnegiehall.org/names/97865>,
        <http://data.carnegiehall.org/names/97866>,
        <http://data.carnegiehall.org/names/97867> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/91041> .

