Support "value known" annotation #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We know we want to export records from the actual knowledge base to the simplesubmit data base, to aid linkage to known things.Typically, we will not want to export all information for that, just enough to allow for identifying the correct item to link.
This can make some instances look underspecified and cause people to invest effort to fill in missing values.
We should be able to express the fact that a particular slot has a known value, but that it is not available to show.
This would be an instance level annotation, where the vakue could be the name of the slot.
Could you perhaps share a concrete example, and how that translates to what needs to be done in
shacl-vueto achieve this functionality. It is not currently clear to me.A Person record comes in via a specific admin application. A filtered Person record (still using the same data model) is loaded into a different application to facilitate linking to this Person record, but without exposing all known information.
This would make the record look incomplete, and a user that cares could feel compelled to enter already known information again. This would be wasteful.
OTOH, we do not want to prohibit providing additional information, for example when something has changed, and the user knows that.
I was thinking that some kind of indicator would help that communicates "Don't worry that this field is empty, we actually have something on record. But if you feel like this particular information needs an update, please go ahead and enter it."
Thanks for the example and explanation, I understand now. @mih do you think this is still relevant or necessary, given our more recent approach of having mutliple dumpthings servers, with different levels of annotation, feeding the same shacl-vue instance?