@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/5750/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:baritone <http://data.carnegiehall.org/names/17595>,
        <http://data.carnegiehall.org/names/26460>,
        <http://data.carnegiehall.org/names/34915> ;
    ns2:bass <http://data.carnegiehall.org/names/16687>,
        <http://data.carnegiehall.org/names/28079>,
        <http://data.carnegiehall.org/names/38371> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/40030> ;
    ns2:cello <http://data.carnegiehall.org/names/37503> ;
    ns2:choir <http://data.carnegiehall.org/names/71723> ;
    ns2:countertenor <http://data.carnegiehall.org/names/770> ;
    ns2:flute <http://data.carnegiehall.org/names/35248> ;
    ns2:organ <http://data.carnegiehall.org/names/7887> ;
    ns2:soprano <http://data.carnegiehall.org/names/32184> ;
    ns2:tenor <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/15831>,
        <http://data.carnegiehall.org/names/37837> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/50801> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/52649> ;
    ns2:violin <http://data.carnegiehall.org/names/24032>,
        <http://data.carnegiehall.org/names/42349> ;
    ns1:performer <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/15831>,
        <http://data.carnegiehall.org/names/16687>,
        <http://data.carnegiehall.org/names/17595>,
        <http://data.carnegiehall.org/names/24032>,
        <http://data.carnegiehall.org/names/26460>,
        <http://data.carnegiehall.org/names/28079>,
        <http://data.carnegiehall.org/names/32184>,
        <http://data.carnegiehall.org/names/34915>,
        <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/37503>,
        <http://data.carnegiehall.org/names/37837>,
        <http://data.carnegiehall.org/names/38371>,
        <http://data.carnegiehall.org/names/40030>,
        <http://data.carnegiehall.org/names/42349>,
        <http://data.carnegiehall.org/names/50801>,
        <http://data.carnegiehall.org/names/52649>,
        <http://data.carnegiehall.org/names/71723>,
        <http://data.carnegiehall.org/names/770>,
        <http://data.carnegiehall.org/names/7887> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

