@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/77757/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass No. 4 in C Major, D. 452" ;
    ns2:baritone <http://data.carnegiehall.org/names/134679> ;
    ns2:choir <http://data.carnegiehall.org/names/138317>,
        <http://data.carnegiehall.org/names/138318>,
        <http://data.carnegiehall.org/names/138319>,
        <http://data.carnegiehall.org/names/138320>,
        <http://data.carnegiehall.org/names/64735> ;
    ns2:conductor <http://data.carnegiehall.org/names/90236> ;
    ns2:contralto <http://data.carnegiehall.org/names/138309> ;
    ns2:organ <http://data.carnegiehall.org/names/138311> ;
    ns2:soprano <http://data.carnegiehall.org/names/121809> ;
    ns2:tenor <http://data.carnegiehall.org/names/138310> ;
    ns1:performer <http://data.carnegiehall.org/names/121809>,
        <http://data.carnegiehall.org/names/134679>,
        <http://data.carnegiehall.org/names/138309>,
        <http://data.carnegiehall.org/names/138310>,
        <http://data.carnegiehall.org/names/138311>,
        <http://data.carnegiehall.org/names/138317>,
        <http://data.carnegiehall.org/names/138318>,
        <http://data.carnegiehall.org/names/138319>,
        <http://data.carnegiehall.org/names/138320>,
        <http://data.carnegiehall.org/names/64735>,
        <http://data.carnegiehall.org/names/90236> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/72518> .

