@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/58938/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Der Gerechte, ob er gleich zu zeitlich stirbt" ;
    ns3:choir <http://data.carnegiehall.org/names/109938>,
        <http://data.carnegiehall.org/names/109939>,
        <http://data.carnegiehall.org/names/109940>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/71384>,
        <http://data.carnegiehall.org/names/77684> ;
    ns3:conductor <http://data.carnegiehall.org/names/109937> ;
    ns3:piano <http://data.carnegiehall.org/names/23379> ;
    ns1:performer <http://data.carnegiehall.org/names/109937>,
        <http://data.carnegiehall.org/names/109938>,
        <http://data.carnegiehall.org/names/109939>,
        <http://data.carnegiehall.org/names/109940>,
        <http://data.carnegiehall.org/names/23379>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/71384>,
        <http://data.carnegiehall.org/names/77684> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/99977> .

