So wait... is reification being *totally* removed from Jena, or is it just being punted out of the core API(s) and left as bit of library/utility code?
Curious, as I had just been thinking that reification would be important to something I'm working on. Although, now that I give it some more thought, I might be wrong about that. Phil On Sat, Jul 22, 2023 at 4:38 AM Andy Seaborne <a...@apache.org> wrote: > > Reification is only supported in the Model API, not Graph. It's already > simpler than it was when first introduced, when it had 3 different modes. > > The complexity on storage was huge. > > https://www.hpl.hp.com/techreports/2003/HPL-2003-266.pdf > > Reification subsequently got simplified to library code in the Model API > which corresponds to the original "Reification standard mode". > > https://jena.apache.org/documentation/notes/reification_previous.html > > See ReifierStd, which is all static functions. (There are no > "hiddenTriples" - that was an old feature) > > Andy