@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/60403/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa Solemnis in C Major, K. 337" ;
    ns1:baritone <http://data.carnegiehall.org/names/85841> ;
    ns1:choir <http://data.carnegiehall.org/names/112819>,
        <http://data.carnegiehall.org/names/112820>,
        <http://data.carnegiehall.org/names/112821>,
        <http://data.carnegiehall.org/names/112822>,
        <http://data.carnegiehall.org/names/112823>,
        <http://data.carnegiehall.org/names/112824>,
        <http://data.carnegiehall.org/names/69330> ;
    ns1:conductor <http://data.carnegiehall.org/names/112813> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/112817> ;
    ns1:soprano <http://data.carnegiehall.org/names/112816> ;
    ns1:tenor <http://data.carnegiehall.org/names/112818> ;
    ns2:performer <http://data.carnegiehall.org/names/112813>,
        <http://data.carnegiehall.org/names/112816>,
        <http://data.carnegiehall.org/names/112817>,
        <http://data.carnegiehall.org/names/112818>,
        <http://data.carnegiehall.org/names/112819>,
        <http://data.carnegiehall.org/names/112820>,
        <http://data.carnegiehall.org/names/112821>,
        <http://data.carnegiehall.org/names/112822>,
        <http://data.carnegiehall.org/names/112823>,
        <http://data.carnegiehall.org/names/112824>,
        <http://data.carnegiehall.org/names/69330>,
        <http://data.carnegiehall.org/names/85841> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102005> .

