@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/7681/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elegischer Gesang, Op. 118, \"Sanft wie du lebtest\"" ;
    ns3:choir <http://data.carnegiehall.org/names/49221>,
        <http://data.carnegiehall.org/names/53565> ;
    ns3:conductor <http://data.carnegiehall.org/names/32026> ;
    ns3:contralto <http://data.carnegiehall.org/names/49000> ;
    ns3:organ <http://data.carnegiehall.org/names/49608> ;
    ns3:piano <http://data.carnegiehall.org/names/2067> ;
    ns3:soprano <http://data.carnegiehall.org/names/78980> ;
    ns3:unspecified_voice <http://data.carnegiehall.org/names/54196>,
        <http://data.carnegiehall.org/names/79064>,
        <http://data.carnegiehall.org/names/79065>,
        <http://data.carnegiehall.org/names/79067> ;
    ns1:performer <http://data.carnegiehall.org/names/2067>,
        <http://data.carnegiehall.org/names/32026>,
        <http://data.carnegiehall.org/names/49000>,
        <http://data.carnegiehall.org/names/49221>,
        <http://data.carnegiehall.org/names/49608>,
        <http://data.carnegiehall.org/names/53565>,
        <http://data.carnegiehall.org/names/54196>,
        <http://data.carnegiehall.org/names/78980>,
        <http://data.carnegiehall.org/names/79064>,
        <http://data.carnegiehall.org/names/79065>,
        <http://data.carnegiehall.org/names/79067> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/50555> .

