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

<http://data.carnegiehall.org/events/53849/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, Op. 86" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/97083> ;
    ns1:choir <http://data.carnegiehall.org/names/85219>,
        <http://data.carnegiehall.org/names/98433>,
        <http://data.carnegiehall.org/names/98434>,
        <http://data.carnegiehall.org/names/98435> ;
    ns1:conductor <http://data.carnegiehall.org/names/77639> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/98429> ;
    ns1:orchestra <http://data.carnegiehall.org/names/27023> ;
    ns1:soprano <http://data.carnegiehall.org/names/84963> ;
    ns1:tenor <http://data.carnegiehall.org/names/98430> ;
    ns2:performer <http://data.carnegiehall.org/names/27023>,
        <http://data.carnegiehall.org/names/77639>,
        <http://data.carnegiehall.org/names/84963>,
        <http://data.carnegiehall.org/names/85219>,
        <http://data.carnegiehall.org/names/97083>,
        <http://data.carnegiehall.org/names/98429>,
        <http://data.carnegiehall.org/names/98430>,
        <http://data.carnegiehall.org/names/98433>,
        <http://data.carnegiehall.org/names/98434>,
        <http://data.carnegiehall.org/names/98435> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27649> .

