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

<http://data.carnegiehall.org/events/20158/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Geist und Seele wird verwirret, BWV 35: Part I: 2. Aria: Geist und Seele wird verwirret" ;
    ns3:contralto <http://data.carnegiehall.org/names/48154> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/30213> ;
    ns3:oboe <http://data.carnegiehall.org/names/51028> ;
    ns1:performer <http://data.carnegiehall.org/names/30213>,
        <http://data.carnegiehall.org/names/48154>,
        <http://data.carnegiehall.org/names/51028> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/55565> .

