(: Liste alle deutschen Begriffe für Atmosphäre :) (: distinct-values(db:open("staedel")//Atmosphere/atmosphere/term[@lang="de-DE"]/text()) :) (: Liste alle deutschen Begriffe für Atmosphäre, sortiert :) for $atmo in db:open("staedel")//Atmosphere/atmosphere/term[@lang="de-DE"] group by $atmotext := $atmo/text() let $count := count($atmo) order by $count descending return $atmotext