I am executing the SPARQL query below with Jena, where uriNode is a String representing a URI, but this query doesn\'t give me any results
uriNode
String
URI
You are testing whether ?document is the string ?uriNode, not testing as a URI.
?document
?uriNode
FILTER (?document = <" + uriNode + ">" )