@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/19399/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Was frag ich nach der Welt, BWV 94: 4. Aria: Betörte Welt, betörte Welt!" ;
    ns1:cello <http://data.carnegiehall.org/names/12007> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/58148> ;
    ns1:flute <http://data.carnegiehall.org/names/58261> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/26071> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/40943> ;
    ns1:violin <http://data.carnegiehall.org/names/50643> ;
    ns2:performer <http://data.carnegiehall.org/names/12007>,
        <http://data.carnegiehall.org/names/26071>,
        <http://data.carnegiehall.org/names/40943>,
        <http://data.carnegiehall.org/names/50643>,
        <http://data.carnegiehall.org/names/58148>,
        <http://data.carnegiehall.org/names/58261> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/12887> .

