Closed TobiasNx closed 1 year ago
Should be named and working like https://metacpan.org/pod/Catmandu::Fix::uri_encode.
@dr0i : See MF Fix ticket here: https://github.com/metafacture/metafacture-fix/issues/273
This issue becomes deprecated since #1647. URL Encoding in FIX is still a needed feature but for our use case for the item-id
is not needed relevant anymore. Pattern for item-id
now will be: http://lobid.org/items/[ALMA-MMS-ID of Record]:[ISILofOwner]:[ALMA-MMS-ID of Holding]
.
At the moment:
The concatenated id are not encoded as URLs but need to be to be validated by the schema. For doing this we need a function to encode it as URL [edit @dr0i]: we don't encode whole URLs (see morph - encoding whole URLs wouldn't be resolvabale adhoc (e.g. using curl)) but rather the last path segment, which is than suffixed to
http://lobid.org/items/990223521400206441:
.