Guest User

Untitled

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