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

<http://data.carnegiehall.org/events/47368/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gloria in excelsis Deo, SV 258" ;
    ns3:alto <http://data.carnegiehall.org/names/84357> ;
    ns3:bass <http://data.carnegiehall.org/names/84359>,
        <http://data.carnegiehall.org/names/84360> ;
    ns3:choir <http://data.carnegiehall.org/names/2578>,
        <http://data.carnegiehall.org/names/61552>,
        <http://data.carnegiehall.org/names/63550>,
        <http://data.carnegiehall.org/names/64748>,
        <http://data.carnegiehall.org/names/77144>,
        <http://data.carnegiehall.org/names/84361>,
        <http://data.carnegiehall.org/names/84362> ;
    ns3:continuo <http://data.carnegiehall.org/names/77736> ;
    ns3:soprano <http://data.carnegiehall.org/names/84355>,
        <http://data.carnegiehall.org/names/84356> ;
    ns3:tenor <http://data.carnegiehall.org/names/65210>,
        <http://data.carnegiehall.org/names/84358> ;
    ns1:performer <http://data.carnegiehall.org/names/2578>,
        <http://data.carnegiehall.org/names/61552>,
        <http://data.carnegiehall.org/names/63550>,
        <http://data.carnegiehall.org/names/64748>,
        <http://data.carnegiehall.org/names/65210>,
        <http://data.carnegiehall.org/names/77144>,
        <http://data.carnegiehall.org/names/77736>,
        <http://data.carnegiehall.org/names/84355>,
        <http://data.carnegiehall.org/names/84356>,
        <http://data.carnegiehall.org/names/84357>,
        <http://data.carnegiehall.org/names/84358>,
        <http://data.carnegiehall.org/names/84359>,
        <http://data.carnegiehall.org/names/84360>,
        <http://data.carnegiehall.org/names/84361>,
        <http://data.carnegiehall.org/names/84362> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/79450> .

