@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/10694/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:baritone <http://data.carnegiehall.org/names/33001> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/1410>,
        <http://data.carnegiehall.org/names/2493> ;
    ns2:boys_chorus <http://data.carnegiehall.org/names/9351> ;
    ns2:cello <http://data.carnegiehall.org/names/34738> ;
    ns2:choir <http://data.carnegiehall.org/names/12445> ;
    ns2:double_bass <http://data.carnegiehall.org/names/54203> ;
    ns2:flute <http://data.carnegiehall.org/names/35248> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/53012> ;
    ns2:oboe <http://data.carnegiehall.org/names/22537> ;
    ns2:organ <http://data.carnegiehall.org/names/4688> ;
    ns2:soprano <http://data.carnegiehall.org/names/5372> ;
    ns2:tenor <http://data.carnegiehall.org/names/17206>,
        <http://data.carnegiehall.org/names/4304> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/34702> ;
    ns2:violin <http://data.carnegiehall.org/names/22531>,
        <http://data.carnegiehall.org/names/37003> ;
    ns1:performer <http://data.carnegiehall.org/names/12445>,
        <http://data.carnegiehall.org/names/1410>,
        <http://data.carnegiehall.org/names/17206>,
        <http://data.carnegiehall.org/names/22531>,
        <http://data.carnegiehall.org/names/22537>,
        <http://data.carnegiehall.org/names/2493>,
        <http://data.carnegiehall.org/names/33001>,
        <http://data.carnegiehall.org/names/34702>,
        <http://data.carnegiehall.org/names/34738>,
        <http://data.carnegiehall.org/names/35248>,
        <http://data.carnegiehall.org/names/37003>,
        <http://data.carnegiehall.org/names/4304>,
        <http://data.carnegiehall.org/names/4688>,
        <http://data.carnegiehall.org/names/53012>,
        <http://data.carnegiehall.org/names/5372>,
        <http://data.carnegiehall.org/names/54203>,
        <http://data.carnegiehall.org/names/9351> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

