Support CURIE lookup #229
Labels
No labels
bug
config
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/shacl-vue#229
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?
Right now, for each record the "Persistent identifier" is presented as a fully resolved URI, e.g. something like
https://scicrunch.org/resolver/RRID:SCR_016124.It would be good, to give users the ability to know about a schema-compliant CURIE too. Arguably, this is the more relevant format for people looking to cite a record.
For the example above, I click on the "View RDF button" would reveal
rrid:SCR_016124-- but this require sophisticated prior knowledge to understand.The use case needing support here is people using shacl-vue to look up relevant instances to cite in scripts aiming to submit records programmatically.
I find this to be a major inconvenience in the absence of a proper curation workflow helper.
Would it solve the problem to just show the PID in CURIE format rather than fully resolved URI? Or are you also saying that, in addition to that, we should also have some UI component that allows users to view and filter through current namespaces (and their CURIEs) known to the deployment? I recall that a previous (long time ago) version of
shacl-vuehad such a component, which also allows users to add more namespaces and CURIEs. I could bring that back?We I need is the pid that dumpthings want me to use to retrieve the record (or update). I cannot know if that is curie or resolved. In my personal use these are all curies, though.
I need not have more complex namespace tools.