owlcs / ont-api

ONT-API (OWL-API over Apache Jena)
44 stars 5 forks source link

thread-safe OntModel #46

Open sszuev opened 1 year ago

sszuev commented 1 year ago

concurrent RDF-Graph (https://github.com/sszuev/concurrent-rdf-graph) is not enough. OntModel methods are still not protected properly.

There is already concurrent implementation (com.github.owlcs.ontapi.OntologyModelImpl.Concurrent.asGraphModel), but it does not cover all cases.

TODO:

sszuev commented 1 year ago

No one seems to be using this feature, hence low priority