AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
489 stars 123 forks source link

Set ontology version #71

Closed namedgraph closed 3 years ago

namedgraph commented 3 years ago

The owl:version of the ontologies should be incremented after changes somehow, so that the platform can track versions and upgrades. One option would be to set to the SHA1 hash of the file?

namedgraph commented 3 years ago

This probably relates to dataset migrations using SPARQL, for a lack of a better method. This is how it's done with SQL:

namedgraph commented 3 years ago

This might not be necessary for now. Might reopen in the future.

A hash of an RDF graph can be calculated using SPARQL: https://stackoverflow.com/q/65798817/1003113