@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/53837/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:baritone <http://data.carnegiehall.org/names/3445> ;
    ns2:bass <http://data.carnegiehall.org/names/98369>,
        <http://data.carnegiehall.org/names/98370> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/16687> ;
    ns2:choir <http://data.carnegiehall.org/names/83357> ;
    ns2:countertenor <http://data.carnegiehall.org/names/98365> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/11675> ;
    ns2:soprano <http://data.carnegiehall.org/names/51568>,
        <http://data.carnegiehall.org/names/98367>,
        <http://data.carnegiehall.org/names/98368> ;
    ns2:tenor <http://data.carnegiehall.org/names/77586>,
        <http://data.carnegiehall.org/names/82907>,
        <http://data.carnegiehall.org/names/98366> ;
    ns1:performer <http://data.carnegiehall.org/names/11675>,
        <http://data.carnegiehall.org/names/16687>,
        <http://data.carnegiehall.org/names/3445>,
        <http://data.carnegiehall.org/names/51568>,
        <http://data.carnegiehall.org/names/77586>,
        <http://data.carnegiehall.org/names/82907>,
        <http://data.carnegiehall.org/names/83357>,
        <http://data.carnegiehall.org/names/98365>,
        <http://data.carnegiehall.org/names/98366>,
        <http://data.carnegiehall.org/names/98367>,
        <http://data.carnegiehall.org/names/98368>,
        <http://data.carnegiehall.org/names/98369>,
        <http://data.carnegiehall.org/names/98370> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

