After checking LDDI OpenHab exporter, I have seen that CHe dependency rdf4j is not compatible with latest version of OpenHAB because of not using updated versions of Apache commons.
Basically, we need to update rdf4j dependencies, which have gone from 2.x to 3.x.
This requires checking that the version bump does not interfere with our current usage, and then update the custom runtime-osgi bundle where we pack all rdf4j libs we need.