@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/69143/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa brevis in C Major, K. 220, \"Spatzenmesse\"" ;
    ns2:baritone <http://data.carnegiehall.org/names/127759> ;
    ns2:choir <http://data.carnegiehall.org/names/121146>,
        <http://data.carnegiehall.org/names/127764>,
        <http://data.carnegiehall.org/names/127765>,
        <http://data.carnegiehall.org/names/127766> ;
    ns2:conductor <http://data.carnegiehall.org/names/127760> ;
    ns2:keyboard <http://data.carnegiehall.org/names/127761> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/127757> ;
    ns2:soprano <http://data.carnegiehall.org/names/127756> ;
    ns2:tenor <http://data.carnegiehall.org/names/127758> ;
    ns1:performer <http://data.carnegiehall.org/names/121146>,
        <http://data.carnegiehall.org/names/127756>,
        <http://data.carnegiehall.org/names/127757>,
        <http://data.carnegiehall.org/names/127758>,
        <http://data.carnegiehall.org/names/127759>,
        <http://data.carnegiehall.org/names/127760>,
        <http://data.carnegiehall.org/names/127761>,
        <http://data.carnegiehall.org/names/127764>,
        <http://data.carnegiehall.org/names/127765>,
        <http://data.carnegiehall.org/names/127766> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52372> .

