@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix ns4: <http://data.carnegiehall.org/vocabulary/roles/viola_d'> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/10234/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "St. John Passion, BWV 245" ;
    ns1:bass <http://data.carnegiehall.org/names/1757>,
        <http://data.carnegiehall.org/names/41303>,
        <http://data.carnegiehall.org/names/46313> ;
    ns1:choir <http://data.carnegiehall.org/names/45119> ;
    ns1:contralto <http://data.carnegiehall.org/names/54763> ;
    ns1:lute <http://data.carnegiehall.org/names/4522> ;
    ns1:organ <http://data.carnegiehall.org/names/54403> ;
    ns1:soprano <http://data.carnegiehall.org/names/38006> ;
    ns1:tenor <http://data.carnegiehall.org/names/15361>,
        <http://data.carnegiehall.org/names/45856> ;
    ns4:amore <http://data.carnegiehall.org/names/28928>,
        <http://data.carnegiehall.org/names/55073> ;
    ns1:viola_da_gamba <http://data.carnegiehall.org/names/20555> ;
    ns2:performer <http://data.carnegiehall.org/names/15361>,
        <http://data.carnegiehall.org/names/1757>,
        <http://data.carnegiehall.org/names/20555>,
        <http://data.carnegiehall.org/names/28928>,
        <http://data.carnegiehall.org/names/38006>,
        <http://data.carnegiehall.org/names/41303>,
        <http://data.carnegiehall.org/names/45119>,
        <http://data.carnegiehall.org/names/4522>,
        <http://data.carnegiehall.org/names/45856>,
        <http://data.carnegiehall.org/names/46313>,
        <http://data.carnegiehall.org/names/54403>,
        <http://data.carnegiehall.org/names/54763>,
        <http://data.carnegiehall.org/names/55073> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31643> .

