Reputation: 21
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.
Upvotes: 1
Views: 284
Reputation: 611
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
Upvotes: 2