@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/39237/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, Op. 86" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/21709> ;
    ns2:choir <http://data.carnegiehall.org/names/20772>,
        <http://data.carnegiehall.org/names/48985>,
        <http://data.carnegiehall.org/names/56211>,
        <http://data.carnegiehall.org/names/65453>,
        <http://data.carnegiehall.org/names/65454>,
        <http://data.carnegiehall.org/names/65455> ;
    ns2:conductor <http://data.carnegiehall.org/names/28111> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/1853> ;
    ns2:positive_organ <http://data.carnegiehall.org/names/65448> ;
    ns2:soprano <http://data.carnegiehall.org/names/65444> ;
    ns2:tenor <http://data.carnegiehall.org/names/61439> ;
    ns1:performer <http://data.carnegiehall.org/names/1853>,
        <http://data.carnegiehall.org/names/20772>,
        <http://data.carnegiehall.org/names/21709>,
        <http://data.carnegiehall.org/names/28111>,
        <http://data.carnegiehall.org/names/48985>,
        <http://data.carnegiehall.org/names/56211>,
        <http://data.carnegiehall.org/names/61439>,
        <http://data.carnegiehall.org/names/65444>,
        <http://data.carnegiehall.org/names/65448>,
        <http://data.carnegiehall.org/names/65453>,
        <http://data.carnegiehall.org/names/65454>,
        <http://data.carnegiehall.org/names/65455> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27649> .

