You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to allow minor edits to be made through a web interface. Ontowiki supports this, but we need to capture the history of edits, so they can be re-applied if data is re-imported in future.
SELECT*FROMDB.DBA.ef_versioning_actions LEFT JOINDB.DBA.ef_versioning_payloads ONDB.DBA.ef_versioning_payloads.id= payload_id WHERE model ='http://resourceprojects.org/'
fetches all the changes stored in history with hashes. For example, the following hashes represent removing the labels 'Uk' and 'UK' from 'http://resourceprojects.org/country/gb':
We need to describe a clear workflow for updates to data.
This ticket as a placeholder.
The text was updated successfully, but these errors were encountered: