@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/74659/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. John Passion, BWV 245" ;
    ns2:bass <http://data.carnegiehall.org/names/134569> ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/111232> ;
    ns2:choir <http://data.carnegiehall.org/names/86305> ;
    ns2:countertenor <http://data.carnegiehall.org/names/126587> ;
    ns2:soprano <http://data.carnegiehall.org/names/87911> ;
    ns2:tenor <http://data.carnegiehall.org/names/107160>,
        <http://data.carnegiehall.org/names/122361> ;
    ns1:performer <http://data.carnegiehall.org/names/107160>,
        <http://data.carnegiehall.org/names/111232>,
        <http://data.carnegiehall.org/names/122361>,
        <http://data.carnegiehall.org/names/126587>,
        <http://data.carnegiehall.org/names/134569>,
        <http://data.carnegiehall.org/names/86305>,
        <http://data.carnegiehall.org/names/87911> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31643> .

