@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/6043/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. John Passion, BWV 245" ;
    ns1:baritone <http://data.carnegiehall.org/names/19598>,
        <http://data.carnegiehall.org/names/33287>,
        <http://data.carnegiehall.org/names/38919>,
        <http://data.carnegiehall.org/names/6242> ;
    ns1:choir <http://data.carnegiehall.org/names/36523> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/26897> ;
    ns1:soprano <http://data.carnegiehall.org/names/11449>,
        <http://data.carnegiehall.org/names/5372> ;
    ns1:tenor <http://data.carnegiehall.org/names/24359>,
        <http://data.carnegiehall.org/names/39894>,
        <http://data.carnegiehall.org/names/4304> ;
    ns2:performer <http://data.carnegiehall.org/names/11449>,
        <http://data.carnegiehall.org/names/19598>,
        <http://data.carnegiehall.org/names/24359>,
        <http://data.carnegiehall.org/names/26897>,
        <http://data.carnegiehall.org/names/33287>,
        <http://data.carnegiehall.org/names/36523>,
        <http://data.carnegiehall.org/names/38919>,
        <http://data.carnegiehall.org/names/39894>,
        <http://data.carnegiehall.org/names/4304>,
        <http://data.carnegiehall.org/names/5372>,
        <http://data.carnegiehall.org/names/6242> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31643> .

