@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/39004/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, Op. 86" ;
    ns1:bass <http://data.carnegiehall.org/names/2475> ;
    ns1:choir <http://data.carnegiehall.org/names/38685>,
        <http://data.carnegiehall.org/names/60904>,
        <http://data.carnegiehall.org/names/64835> ;
    ns1:conductor <http://data.carnegiehall.org/names/21601> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/8026> ;
    ns1:soprano <http://data.carnegiehall.org/names/64833>,
        <http://data.carnegiehall.org/names/64834> ;
    ns1:tenor <http://data.carnegiehall.org/names/53212> ;
    ns2:performer <http://data.carnegiehall.org/names/21601>,
        <http://data.carnegiehall.org/names/2475>,
        <http://data.carnegiehall.org/names/38685>,
        <http://data.carnegiehall.org/names/53212>,
        <http://data.carnegiehall.org/names/60904>,
        <http://data.carnegiehall.org/names/64833>,
        <http://data.carnegiehall.org/names/64834>,
        <http://data.carnegiehall.org/names/64835>,
        <http://data.carnegiehall.org/names/8026> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27649> .

