CURIEs everywhere, please #330
Labels
No labels
bug
config
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/shacl-vue#330
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?
This is related to
I think CURIEs should not only be supported, but preferred everywhere. Long form URIs are hard to read (lots of textual "noise), and require frequent "hand-conversion" to CURIEs used elsewhere. This is slow, and promotes errors.
I think wherever a URI would reach a user (in the UI, or in the config), it should be a CURIE instead.
URIs should be converted to CURIEs using a "longest-match" approach using any of the defined prefixes.
Config part of this issue is addressed (with minor exceptions) by:
datalink/shacl-vue@20740240d6