Make display name configurable #5
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?
I tried adding a property with
slot_uriskos:prefLabel, but shacl-vue does not accept it like that. It wants an annotation.However, I have not yet been able to add such an annotation via the editor. I can only do this in code.
Are you referring to the display name of the record itself, i.e. the orcid in this example? What I'm understanding is that, because the editor does not provide a means to add an annotation (there is no
Annotationclass in the side pane to select and to add records for), we are looking for a different way to "annotate" the record in order to change its display name via the editor.I could update the shacl-vue code to have multiple options for rendering the display name of a record, one being an annotation as we have used before, and another being that the record has a property/slot with the
skos:prefLabeluri. Would that make sense here?Works now. Thanks!