@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/6343/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Elegischer Gesang, Op. 118, \"Sanft wie du lebtest\"" ;
    ns1:bass <http://data.carnegiehall.org/names/45480> ;
    ns1:cello <http://data.carnegiehall.org/names/477> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/53012> ;
    ns1:soprano <http://data.carnegiehall.org/names/6804> ;
    ns1:tenor <http://data.carnegiehall.org/names/45346> ;
    ns1:viola <http://data.carnegiehall.org/names/25495> ;
    ns1:violin <http://data.carnegiehall.org/names/22386>,
        <http://data.carnegiehall.org/names/61036> ;
    ns2:performer <http://data.carnegiehall.org/names/22386>,
        <http://data.carnegiehall.org/names/25495>,
        <http://data.carnegiehall.org/names/45346>,
        <http://data.carnegiehall.org/names/45480>,
        <http://data.carnegiehall.org/names/477>,
        <http://data.carnegiehall.org/names/53012>,
        <http://data.carnegiehall.org/names/61036>,
        <http://data.carnegiehall.org/names/6804> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50555> .

