When I query the SPARQL endpoint for marklogic, I am trying to specify the optimize option:
/v1/graphs/sparql?options=optimize%3D2
This results in a 400 error:
REST-INVALIDPARAM: (err:FOER0000) Invalid parameter: No configured options: optimize=2"
What is the correct syntax to specify this and other options?
Related: How can I optimize a SPARQL query that returns optional properties?