Advertisement
Guest User

Untitled

a guest
Nov 30th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SELECT ?a ?b ?case
  2. WHERE
  3. {
  4. {
  5. ?a :somePredicate ?b.
  6. // Set ?case to something and retrieve in results
  7. }
  8. UNION
  9. {
  10. ?a :anotherPredicate ?b.
  11. // Set ?case to something else and retrieve in results
  12. }
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement