We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is for bug 56465. The new 3rd parameter is options, which could be dedup or base. Need to expose this parameter in Node Client API.
const op = require('/MarkLogic/optic'); op.fromSPARQL('PREFIX ad: http://marklogicsparql.com/addressbook# '+ 'SELECT ?firstName '+ 'WHERE {<#5555> ad:firstName ?firstName .}' , 'sparql', {dedup:'on',base:'http://marklogicsparql.com/id#'}) .result();
The text was updated successfully, but these errors were encountered:
#601 #599 #592 #591 regenerated with the latest Optic functions
970b73e
#599 - New tests
4ab26d0
#599 - Data file for tests
6cf2c9a
georgeajit
No branches or pull requests
This is for bug 56465. The new 3rd parameter is options, which could be dedup or base. Need to expose this parameter in Node Client API.
const op = require('/MarkLogic/optic');
op.fromSPARQL('PREFIX ad: http://marklogicsparql.com/addressbook# '+
'SELECT ?firstName '+
'WHERE {<#5555> ad:firstName ?firstName .}'
, 'sparql', {dedup:'on',base:'http://marklogicsparql.com/id#'})
.result();
The text was updated successfully, but these errors were encountered: