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

<http://data.carnegiehall.org/events/21941/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass No. 6 in E-flat Major, D. 950" ;
    ns2:bass <http://data.carnegiehall.org/names/14178> ;
    ns2:contralto <http://data.carnegiehall.org/names/49886> ;
    ns2:soprano <http://data.carnegiehall.org/names/4772> ;
    ns2:tenor <http://data.carnegiehall.org/names/1923>,
        <http://data.carnegiehall.org/names/35028> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/35019> ;
    ns1:performer <http://data.carnegiehall.org/names/14178>,
        <http://data.carnegiehall.org/names/1923>,
        <http://data.carnegiehall.org/names/35019>,
        <http://data.carnegiehall.org/names/35028>,
        <http://data.carnegiehall.org/names/4772>,
        <http://data.carnegiehall.org/names/49886> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35734> .

