@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/33179/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. John Passion, BWV 245" ;
    ns1:baritone <http://data.carnegiehall.org/names/26460>,
        <http://data.carnegiehall.org/names/34915>,
        <http://data.carnegiehall.org/names/58880> ;
    ns1:bass <http://data.carnegiehall.org/names/38371> ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/40030> ;
    ns1:cello <http://data.carnegiehall.org/names/37503> ;
    ns1:countertenor <http://data.carnegiehall.org/names/770> ;
    ns1:organ <http://data.carnegiehall.org/names/7887> ;
    ns1:soprano <http://data.carnegiehall.org/names/37848> ;
    ns1:tenor <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/37837> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/19745>,
        <http://data.carnegiehall.org/names/57242> ;
    ns1:viola_da_gamba <http://data.carnegiehall.org/names/52649> ;
    ns2:performer <http://data.carnegiehall.org/names/14429>,
        <http://data.carnegiehall.org/names/19745>,
        <http://data.carnegiehall.org/names/26460>,
        <http://data.carnegiehall.org/names/34915>,
        <http://data.carnegiehall.org/names/37503>,
        <http://data.carnegiehall.org/names/37837>,
        <http://data.carnegiehall.org/names/37848>,
        <http://data.carnegiehall.org/names/38371>,
        <http://data.carnegiehall.org/names/40030>,
        <http://data.carnegiehall.org/names/52649>,
        <http://data.carnegiehall.org/names/57242>,
        <http://data.carnegiehall.org/names/58880>,
        <http://data.carnegiehall.org/names/770>,
        <http://data.carnegiehall.org/names/7887> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31643> .

