I am trying to use the Sesame repository to store my ontology. I wanted to write JAVA code to load this ontology or simply run queries on it to add new faces, properties, etc. But it seems that SeRQL does not provide update operations. Is there any API that will allow me to do this? I was able to do the same with OWLAPI, but it could load the ontology from a file, and not from the sesame repository.
thank
source
share