@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/13059/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. John Passion, BWV 245" ;
    ns1:baritone <http://data.carnegiehall.org/names/46173> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/28272> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/16701> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/22437> ;
    ns1:organ <http://data.carnegiehall.org/names/28288> ;
    ns1:soprano <http://data.carnegiehall.org/names/49686> ;
    ns1:tenor <http://data.carnegiehall.org/names/46897>,
        <http://data.carnegiehall.org/names/47224> ;
    ns2:performer <http://data.carnegiehall.org/names/16701>,
        <http://data.carnegiehall.org/names/22437>,
        <http://data.carnegiehall.org/names/28272>,
        <http://data.carnegiehall.org/names/28288>,
        <http://data.carnegiehall.org/names/46173>,
        <http://data.carnegiehall.org/names/46897>,
        <http://data.carnegiehall.org/names/47224>,
        <http://data.carnegiehall.org/names/49686> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31643> .

