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

