rdf

simongray 2023-01-05T08:35:02.298919Z

I am dumbfounded at how difficult it seems to be to remove a triple from an Apache Jena model…

☝️ 1
simongray 2023-01-05T10:23:54.276239Z

Removing a triple from an inference graph is also an interesting endeavour. It apparently needs to be removed from both the underlying graph as well as the inference graph—and in the right order!

quoll 2023-01-05T15:55:20.123919Z

This makes sense. Otherwise the inference graph could just create it again, right?

simongray 2023-01-05T18:10:16.602869Z

Yeah, I guess it does. 🙂

quoll 2023-01-05T18:14:15.186629Z

But I get it… making sense doesn’t make it less frustrating 🙂