@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/40397/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:baritone <http://data.carnegiehall.org/names/23755>,
        <http://data.carnegiehall.org/names/33392>,
        <http://data.carnegiehall.org/names/34913>,
        <http://data.carnegiehall.org/names/46638> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/14119> ;
    ns2:cello <http://data.carnegiehall.org/names/35618> ;
    ns2:choir <http://data.carnegiehall.org/names/37864>,
        <http://data.carnegiehall.org/names/45100> ;
    ns2:contralto <http://data.carnegiehall.org/names/52990> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/59087> ;
    ns2:oboe <http://data.carnegiehall.org/names/10173>,
        <http://data.carnegiehall.org/names/50122>,
        <http://data.carnegiehall.org/names/51243>,
        <http://data.carnegiehall.org/names/52554> ;
    ns2:organ <http://data.carnegiehall.org/names/58313>,
        <http://data.carnegiehall.org/names/7887> ;
    ns2:recorder <http://data.carnegiehall.org/names/341>,
        <http://data.carnegiehall.org/names/7087> ;
    ns2:soprano <http://data.carnegiehall.org/names/33390>,
        <http://data.carnegiehall.org/names/38802>,
        <http://data.carnegiehall.org/names/38803>,
        <http://data.carnegiehall.org/names/39735> ;
    ns2:tenor <http://data.carnegiehall.org/names/16633>,
        <http://data.carnegiehall.org/names/25581>,
        <http://data.carnegiehall.org/names/30852> ;
    ns2:viola_da_gamba <http://data.carnegiehall.org/names/22389> ;
    ns1:performer <http://data.carnegiehall.org/names/10173>,
        <http://data.carnegiehall.org/names/14119>,
        <http://data.carnegiehall.org/names/16633>,
        <http://data.carnegiehall.org/names/22389>,
        <http://data.carnegiehall.org/names/23755>,
        <http://data.carnegiehall.org/names/25581>,
        <http://data.carnegiehall.org/names/30852>,
        <http://data.carnegiehall.org/names/33390>,
        <http://data.carnegiehall.org/names/33392>,
        <http://data.carnegiehall.org/names/341>,
        <http://data.carnegiehall.org/names/34913>,
        <http://data.carnegiehall.org/names/35618>,
        <http://data.carnegiehall.org/names/37864>,
        <http://data.carnegiehall.org/names/38802>,
        <http://data.carnegiehall.org/names/38803>,
        <http://data.carnegiehall.org/names/39735>,
        <http://data.carnegiehall.org/names/45100>,
        <http://data.carnegiehall.org/names/46638>,
        <http://data.carnegiehall.org/names/50122>,
        <http://data.carnegiehall.org/names/51243>,
        <http://data.carnegiehall.org/names/52554>,
        <http://data.carnegiehall.org/names/52990>,
        <http://data.carnegiehall.org/names/58313>,
        <http://data.carnegiehall.org/names/59087>,
        <http://data.carnegiehall.org/names/7087>,
        <http://data.carnegiehall.org/names/7887> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

