@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/48334/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, Op. 86" ;
    ns2:bass <http://data.carnegiehall.org/names/80022> ;
    ns2:choir <http://data.carnegiehall.org/names/67827>,
        <http://data.carnegiehall.org/names/70041>,
        <http://data.carnegiehall.org/names/86874>,
        <http://data.carnegiehall.org/names/86875>,
        <http://data.carnegiehall.org/names/86876>,
        <http://data.carnegiehall.org/names/86877>,
        <http://data.carnegiehall.org/names/86878>,
        <http://data.carnegiehall.org/names/86879> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/86873> ;
    ns2:soprano <http://data.carnegiehall.org/names/86872> ;
    ns2:tenor <http://data.carnegiehall.org/names/73182> ;
    ns2:womens_chorus <http://data.carnegiehall.org/names/86869> ;
    ns1:performer <http://data.carnegiehall.org/names/67827>,
        <http://data.carnegiehall.org/names/70041>,
        <http://data.carnegiehall.org/names/73182>,
        <http://data.carnegiehall.org/names/80022>,
        <http://data.carnegiehall.org/names/86869>,
        <http://data.carnegiehall.org/names/86872>,
        <http://data.carnegiehall.org/names/86873>,
        <http://data.carnegiehall.org/names/86874>,
        <http://data.carnegiehall.org/names/86875>,
        <http://data.carnegiehall.org/names/86876>,
        <http://data.carnegiehall.org/names/86877>,
        <http://data.carnegiehall.org/names/86878>,
        <http://data.carnegiehall.org/names/86879> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27649> .

