@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/32877/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. John Passion, BWV 245" ;
    ns1:baritone <http://data.carnegiehall.org/names/47044> ;
    ns1:bass <http://data.carnegiehall.org/names/53336> ;
    ns1:cello <http://data.carnegiehall.org/names/59347> ;
    ns1:choir <http://data.carnegiehall.org/names/9458> ;
    ns1:contralto <http://data.carnegiehall.org/names/19036> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/40163> ;
    ns1:organ <http://data.carnegiehall.org/names/1147> ;
    ns1:soprano <http://data.carnegiehall.org/names/771> ;
    ns1:tenor <http://data.carnegiehall.org/names/38839>,
        <http://data.carnegiehall.org/names/56924>,
        <http://data.carnegiehall.org/names/9691> ;
    ns2:performer <http://data.carnegiehall.org/names/1147>,
        <http://data.carnegiehall.org/names/19036>,
        <http://data.carnegiehall.org/names/38839>,
        <http://data.carnegiehall.org/names/40163>,
        <http://data.carnegiehall.org/names/47044>,
        <http://data.carnegiehall.org/names/53336>,
        <http://data.carnegiehall.org/names/56924>,
        <http://data.carnegiehall.org/names/59347>,
        <http://data.carnegiehall.org/names/771>,
        <http://data.carnegiehall.org/names/9458>,
        <http://data.carnegiehall.org/names/9691> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31643> .

