OR logic operator in sparql

Asked

Viewed 52 times

0

I’m trying to build a sparql query using Or, like:

SELECT ?a ?b ?c
WHERE (?a :property ?b **OR** ?b :property ?c **OR** ?a :property ?x OR .....)
...

ms I cannot use, because it throws the following error:

Encountered " "or" "or "" at line 9, column 25.
Was expecting one of: 
...

how can I do it?

  • this is the OS website in English, please translate your question

  • done :) <3 :)))

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.