Hey all, what would be the easiest way to control the generation of blank node IDs? What I need is to make them globally unique (I'm thinking UUIDs or smth like that), because that's the approach taken by the triple store I'm using. Currently I load several documents into the store with the same Jena-generated IDs (A0, A1, etc), and they sit nicely in their separate named graphs. However when triples containing those bnodes get re-serialized into a single RDF/XML result, the IDs are matching where they shouldn't be.
Martynas graphity.org
