Guest User

Untitled

a guest
May 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. select ?t (count(?s) as ?c) where {
  2. ?s a ?t
  3. }
  4. group by ?t
  5. order by desc(?c)
Add Comment
Please, Sign In to add comment