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
We want to make sure that links towards RDMkit do not result in a 404 page not found.
This can be prevented with good housekeeping rules when maintaining the website including:
Not changing the filename (which also means the url in our case)
If the filename would change, a correct redirect is put in place if the same content has moved.
What having a PID registered on w3ID.org does not solve
Capturing the content of a page at a certain moment in time
Guaranteeing that content shows up when the link with the PID is followed (this still depends on putting the correct redirects in place)
Guaranteeing that the content stays the same (similar to the first bullet point). Content can change over time and the PID would stay the same, do people really want to still link out to this same url?
Why could we have the RDMkit domain registered on w3ID.org
Having a simple https://w3id.org/rdmkit/* to https://rdmkit.elixir-europe.org/* Could be used as a social tool to tell people: look, we do care about longevity of URLs. This wildcard concept where pages with a certain pattern on the w3id.org side are linked to complementary pages on the target website is used for the RO-crate website:
This does not solve the problems mentioned earlier.
If the domain would change, links in the past would not break, but this would also be the case with a simple redirect on the side of elixir-europe.org (no need for w3id).
What can we do at RDMkit?
State in our about page that we value the preservation of URLs on our website and we will continue to do so.
In the editorial tasks page state that filenames/urls should not change after merge
Increase the importance of the filename
Currently page_ids are internally in RDMkit used to link pages with each other (related pages). This is most of the time a shorter version of the pagetitle/filename. We could use the same name as the filename for this instead of different one. People can than use the filename/url when tagging tools or linking related pages. No confusion anymore on where the page_id comes from, because it will be the page url/filename, which should not change after all and is always unique because of how RDMkit is set up (all pages are served in the root of the url)
How FAIRCookbook does it
FAIRCookbook: Using w3id.org to register a redirect for every individual page using a .htaccess file in the w3id.org repository on GitHub
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What we want to achieve
What having a PID registered on w3ID.org does not solve
Why could we have the RDMkit domain registered on w3ID.org
What can we do at RDMkit?
How FAIRCookbook does it
https://w3id.org/faircookbook/FCB049 -> https://faircookbook.elixir-europe.org/content/recipes/assessing-fairness/fair-assessment-fairevaluator.html
Beta Was this translation helpful? Give feedback.
All reactions