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

<http://data.carnegiehall.org/events/30635/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Jesu, der du meine Seele, BWV 78" ;
    ns1:bass <http://data.carnegiehall.org/names/38262> ;
    ns1:contralto <http://data.carnegiehall.org/names/10458> ;
    ns1:soprano <http://data.carnegiehall.org/names/19409> ;
    ns1:tenor <http://data.carnegiehall.org/names/16800> ;
    ns3:performer <http://data.carnegiehall.org/names/10458>,
        <http://data.carnegiehall.org/names/16800>,
        <http://data.carnegiehall.org/names/19409>,
        <http://data.carnegiehall.org/names/38262> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/27352> .

