Safely injecting values into a SPARQL query string #3068
Unanswered
namedgraph
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Isn't there really an equivalent of
ParameterizedSparqlString
in RDFLIb? A method to safely inject a variable binding into a SPARQL query string?https://jena.apache.org/documentation/query/parameterized-sparql-strings.html#injecting-values
I'm not talking about
query(initBindings=)
here -- I need to produce a new SPARQL string from existing one. They will be executed remotely.Beta Was this translation helpful? Give feedback.
All reactions