@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/80222/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Missa Brevis in F Major, K. 192: 1. Kyrie eleison. Allegro moderato" ;
    ns2:bass <http://data.carnegiehall.org/names/73367> ;
    ns2:choir <http://data.carnegiehall.org/names/142546>,
        <http://data.carnegiehall.org/names/142547>,
        <http://data.carnegiehall.org/names/142548>,
        <http://data.carnegiehall.org/names/142549> ;
    ns2:conductor <http://data.carnegiehall.org/names/64810> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/86980> ;
    ns2:organ <http://data.carnegiehall.org/names/98136> ;
    ns2:soprano <http://data.carnegiehall.org/names/71544> ;
    ns2:tenor <http://data.carnegiehall.org/names/130841> ;
    ns1:performer <http://data.carnegiehall.org/names/130841>,
        <http://data.carnegiehall.org/names/142546>,
        <http://data.carnegiehall.org/names/142547>,
        <http://data.carnegiehall.org/names/142548>,
        <http://data.carnegiehall.org/names/142549>,
        <http://data.carnegiehall.org/names/64810>,
        <http://data.carnegiehall.org/names/71544>,
        <http://data.carnegiehall.org/names/73367>,
        <http://data.carnegiehall.org/names/86980>,
        <http://data.carnegiehall.org/names/98136> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/125807> .

