@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/41631/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, Op. 86" ;
    ns2:bass <http://data.carnegiehall.org/names/29902> ;
    ns2:choir <http://data.carnegiehall.org/names/56211>,
        <http://data.carnegiehall.org/names/63836>,
        <http://data.carnegiehall.org/names/65400>,
        <http://data.carnegiehall.org/names/67459>,
        <http://data.carnegiehall.org/names/67828>,
        <http://data.carnegiehall.org/names/70045>,
        <http://data.carnegiehall.org/names/70046> ;
    ns2:conductor <http://data.carnegiehall.org/names/56557> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/67923> ;
    ns2:soprano <http://data.carnegiehall.org/names/70044> ;
    ns2:tenor <http://data.carnegiehall.org/names/21183> ;
    ns1:performer <http://data.carnegiehall.org/names/21183>,
        <http://data.carnegiehall.org/names/29902>,
        <http://data.carnegiehall.org/names/56211>,
        <http://data.carnegiehall.org/names/56557>,
        <http://data.carnegiehall.org/names/63836>,
        <http://data.carnegiehall.org/names/65400>,
        <http://data.carnegiehall.org/names/67459>,
        <http://data.carnegiehall.org/names/67828>,
        <http://data.carnegiehall.org/names/67923>,
        <http://data.carnegiehall.org/names/70044>,
        <http://data.carnegiehall.org/names/70045>,
        <http://data.carnegiehall.org/names/70046> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27649> .

