-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
Finding ways to expose graph version in the running qlever / fuseki servers.
Here's an initial proposal:
We could add a .ttl file on build time which will use the PAV ontology (https://pav-ontology.github.io/pav/) and contain the following triple
<http://purl.org/okn/frink/kg-short-name> pav:version "`lakefs-future-tag`" .
This could be create before the merging / conversion takes place by the pipeline itself, ensuring that the resulting graph would have it's build version baked in there.
As for other information build time etc... PAV has other predicates that can be used and added to this .ttl file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done