soilwise-he / pycsw

an implentation of pycsw for soilwise
https://pycsw.org
MIT License
0 stars 0 forks source link

verify if a link start with http, before creating it as link #10

Closed pvgenuchten closed 1 month ago

pvgenuchten commented 1 month ago

ispartof in dc is added as a link in pycsw (as related record), but it is often populated with a string (journal title)

catalogue should not create links if they don't start with http

however it could be a local link in the catalogue, a component could verify if the string is known to the catalogue, if so, link it anyway

image

3 link options:

pvgenuchten commented 1 month ago

notice that with link liveliness assessment this link will be flagged as invalid anyway

pvgenuchten commented 1 month ago

local links are retrieved locally, remote links are checked against liveliness api