@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/62887/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa brevis in C Major, K. 220, \"Spatzenmesse\"" ;
    ns1:choir <http://data.carnegiehall.org/names/105182>,
        <http://data.carnegiehall.org/names/118123>,
        <http://data.carnegiehall.org/names/118124> ;
    ns1:conductor <http://data.carnegiehall.org/names/118116> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/118119> ;
    ns1:soprano <http://data.carnegiehall.org/names/76758> ;
    ns1:tenor <http://data.carnegiehall.org/names/110127>,
        <http://data.carnegiehall.org/names/118120> ;
    ns2:performer <http://data.carnegiehall.org/names/105182>,
        <http://data.carnegiehall.org/names/110127>,
        <http://data.carnegiehall.org/names/118116>,
        <http://data.carnegiehall.org/names/118119>,
        <http://data.carnegiehall.org/names/118120>,
        <http://data.carnegiehall.org/names/118123>,
        <http://data.carnegiehall.org/names/118124>,
        <http://data.carnegiehall.org/names/76758> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52372> .

