Get the timestamp of INSERT SPARQL Query in GraphDB

259 Views Asked by At

I am working on a realtime project using Ontotext GraphDB which requires, the SPARQL queries are inserting into GRAPHDB every seconds, which is working perfectly. I am able to achieve that using RESTful API webapp with Flask. Here, my question is while doing the SELECT query in order to select the specific data, is it possible to retrieve the timestamp of the INSERT Query happened to GraphDB and if possible, how to do a select query for getting specific data between a time period. Thanks in advance.

1

There are 1 best solutions below

0
On

You could use GraphDB history plugin. You may read more about it using following link: https://graphdb.ontotext.com/documentation/enterprise/data-history-and-versioning.html?highlight=history%20plugin