@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/44638/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Mass in C Major, Op. 86" ;
    ns2:choir <http://data.carnegiehall.org/names/68094>,
        <http://data.carnegiehall.org/names/72416>,
        <http://data.carnegiehall.org/names/77686>,
        <http://data.carnegiehall.org/names/77687>,
        <http://data.carnegiehall.org/names/77688>,
        <http://data.carnegiehall.org/names/77689>,
        <http://data.carnegiehall.org/names/77690> ;
    ns2:conductor <http://data.carnegiehall.org/names/77679> ;
    ns1:performer <http://data.carnegiehall.org/names/68094>,
        <http://data.carnegiehall.org/names/72416>,
        <http://data.carnegiehall.org/names/77679>,
        <http://data.carnegiehall.org/names/77686>,
        <http://data.carnegiehall.org/names/77687>,
        <http://data.carnegiehall.org/names/77688>,
        <http://data.carnegiehall.org/names/77689>,
        <http://data.carnegiehall.org/names/77690> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27649> .

