Alwin C Alias
Alwin C Alias

Reputation: 21

Get the timestamp of INSERT SPARQL Query in GraphDB

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

Answers (1)

Sava Savov
Sava Savov

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

Related Questions