Administrator
|
Hello,
SQLite3 and PostegreesQL are relational databases, yes, but Owlready turns them into a quadstore.
Ontology-oriented programming requires many small call to the quadstore (each call to object.property requires a call). Thus we need a very fast response time with low overload. SQLite3 is is very interesting from this point of view: as it runs in the same process, there is no network overload.
I searched for server-less quadstore last year, but I did not find any.
Best regards,
Jean-Baptiste Lamy
MCF HDR, Laboratoire LIMICS, Université Paris 13
|