Posts by akeleninuhpokemon • 1 point
1 post
-
0
votes0
answers52
viewsQ: OR logic operator in sparql
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…