On 14/12/12 20:35, Claude Warren wrote:
are there any rules or guidelines for appending list items from
another model or is it always assumed that all model operations are
performed only on items within the model?
Are there any model based methods (model based = RDFList, Alt, Bag,
Statement, etc.) that accept arguments that refer to a different
model?
When a model operation gets a Resource/Literal etc from another model,
it internally rebases it to model being operated on.
But often it does not matter - the storage is a Graph, and Triples or
Nodes in Graphs do not record where they came from. It's just Model
that has the useful association so resource.getProperty (etc etc etcs) works
Andy
-- Claude