background:

I am working on a jena security package and have a question about Seq objects.

The security system allows restriction on triples.  This leads to a
potential case where the an element in the list can not be returned to
the user.   In this case should the sequence be returned with holes in
it or should the numbers in the list be re-sequenced.

Example

x RDF.li(1) A
x RDF.li(2) B <--- this one the user may not see
x RDF.li(3) C

Should the system return
x RDF.li(1) A
x RDF.li(3) C

or
x RDF.li(1) A
x RDF.li(2) C

Opinions?

--Claude

-- 
I like: Like Like - The likeliest place on the web
Identity: https://www.identify.nu/[email protected]
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to