Hi,
let $params :=
map:new(map:entry("predicate",sem:iri("http://www.bsi.org/predicates/hasTaxonomyName")))
sem:sparql-values("select ?subject ?predicate ?object where {?subject
?predicate ?object}", $params)
returns 3 columns namely (subject, predicate, object)
where as
sem:sparql-values("select ?subject ?predicate ?object where {?subject
?predicate ?object}", $params)
returns only two columns namely (subject, object)
I would like to know why is the change in the behavior, since I am mentioning 3
columns in the select query.
Regards,
Devesh
"This e-mail and any attachments transmitted with it are for the sole use of
the intended recipient(s) and may contain confidential , proprietary or
privileged information. If you are not the intended recipient, please contact
the sender by reply e-mail and destroy all copies of the original message. Any
unauthorized review, use, disclosure, dissemination, forwarding, printing or
copying of this e-mail or any action taken in reliance on this e-mail is
strictly prohibited and may be unlawful."
_______________________________________________
General mailing list
[email protected]
Manage your subscription at:
http://developer.marklogic.com/mailman/listinfo/general