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

<http://data.carnegiehall.org/events/28527/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Der Herr ist mein getreuer Hirt, BWV 112: 2. Aria: Zum reinen Wasser er mich weist" ;
    ns4:contralto <http://data.carnegiehall.org/names/26641> ;
    ns4:oboe <http://data.carnegiehall.org/names/33450> ;
    ns3:amore <http://data.carnegiehall.org/names/33450> ;
    ns4:piano <http://data.carnegiehall.org/names/11910> ;
    ns1:performer <http://data.carnegiehall.org/names/11910>,
        <http://data.carnegiehall.org/names/26641>,
        <http://data.carnegiehall.org/names/33450> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/54928> .

