# The top 2 blogs PREFIX foaf: PREFIX site: CONSTRUCT { [] foaf:name ?name } WHERE { [] foaf:name ?name ; site:hits ?hits . } ORDER BY ?hits LIMIT 2