@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/52054/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. Matthew Passion, BWV 244" ;
    ns2:baritone <http://data.carnegiehall.org/names/70690> ;
    ns2:bass <http://data.carnegiehall.org/names/86237> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/13756> ;
    ns2:choir <http://data.carnegiehall.org/names/22438> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/57372>,
        <http://data.carnegiehall.org/names/94582> ;
    ns2:soprano <http://data.carnegiehall.org/names/662>,
        <http://data.carnegiehall.org/names/85212> ;
    ns2:tenor <http://data.carnegiehall.org/names/72325>,
        <http://data.carnegiehall.org/names/80240> ;
    ns1:performer <http://data.carnegiehall.org/names/13756>,
        <http://data.carnegiehall.org/names/22438>,
        <http://data.carnegiehall.org/names/57372>,
        <http://data.carnegiehall.org/names/662>,
        <http://data.carnegiehall.org/names/70690>,
        <http://data.carnegiehall.org/names/72325>,
        <http://data.carnegiehall.org/names/80240>,
        <http://data.carnegiehall.org/names/85212>,
        <http://data.carnegiehall.org/names/86237>,
        <http://data.carnegiehall.org/names/94582> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32000> .

