@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/80074/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa brevis in C Major, K. 220, \"Spatzenmesse\"" ;
    ns1:bass <http://data.carnegiehall.org/names/142265> ;
    ns1:choir <http://data.carnegiehall.org/names/131107>,
        <http://data.carnegiehall.org/names/134792>,
        <http://data.carnegiehall.org/names/142278>,
        <http://data.carnegiehall.org/names/142279> ;
    ns1:conductor <http://data.carnegiehall.org/names/142266> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/126302> ;
    ns1:soprano <http://data.carnegiehall.org/names/130927> ;
    ns1:tenor <http://data.carnegiehall.org/names/142264> ;
    ns2:performer <http://data.carnegiehall.org/names/126302>,
        <http://data.carnegiehall.org/names/130927>,
        <http://data.carnegiehall.org/names/131107>,
        <http://data.carnegiehall.org/names/134792>,
        <http://data.carnegiehall.org/names/142264>,
        <http://data.carnegiehall.org/names/142265>,
        <http://data.carnegiehall.org/names/142266>,
        <http://data.carnegiehall.org/names/142278>,
        <http://data.carnegiehall.org/names/142279> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52372> .

