(: Wie oft kommen die Begriffe jeweils vor? (Welcher Begriff kommt z.B. am häufigsten vor? :) 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 || ": " || $count, "##################### Content ################", for $atmo in db:open("staedel")//Content_subject/content.subject/term[@lang="de-DE"] group by $atmotext := $atmo/text() let $count := count($atmo) order by $count descending return $atmotext || ": " || $count, "##################### Emotion ################", for $atmo in db:open("staedel")//Emotion/emotion/term[@lang="de-DE"] group by $atmotext := $atmo/text() let $count := count($atmo) order by $count descending return $atmotext || ": " || $count