DatasetGraph, Context serialization and thrift implementation, BNode distribution/collision.

2017-03-03 Thread Dick Murray
Hi. Question regarding the design thoughts behind Context and the callbacks. Also merging BNodes... I have implemented a Thrift based RPC DatasetGraph consisting of a Client (implements DatasetGraph) which forwards calls to an IFace (generated from a Thrift file which closely mimics the DatasetGr

Re: DatasetGraph, Context serialization and thrift implementation, BNode distribution/collision.

2017-03-04 Thread Andy Seaborne
On 03/03/17 19:57, Dick Murray wrote: Hi. Question regarding the design thoughts behind Context and the callbacks. Also merging BNodes... I have implemented a Thrift based RPC DatasetGraph consisting of a Client (implements DatasetGraph) which forwards calls to an IFace (generated from a Thri

Re: DatasetGraph, Context serialization and thrift implementation, BNode distribution/collision.

2017-03-04 Thread Andy Seaborne
Will BNodes in two DatasetGraph's ever collide? No. In Jena, the internal blank node identifier is globally unique. In the parsers, blanks node internal label are based on UUIDs so they are universally unique to very high probability. Internally generated blank nodes (createResource()) are j