Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sesame SeRQL does not provide update/insert option?

I'm trying to use Sesame repository to store my ontology. I wanted to write JAVA code to load this ontology or just run queries on it so as to add new individuals, properties etc. But it seems that SeRQL does not provide update operations. Is there some API that will allow me to do that? I was able to do the same using the OWLAPI, but it could load the ontology from a file and not from the sesame repository.

Thanks

like image 955
Chan Avatar asked Apr 29 '26 07:04

Chan


1 Answers

SeRQL doesn't support update operations. SPARQL does in its 1.1 version, but I believe that Sesame doesn't yet support SPARQL 1.1. The way to update a Sesame repository is through the SAIL API. Start a transaction to add and remove individual statements.

like image 140
cygri Avatar answered May 03 '26 07:05

cygri



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!