Comment #2 on issue 1079 by danstoner: whitespace free identifiers
http://code.google.com/p/gbif-providertoolkit/issues/detail?id=1079
Blocking all whitespace is probably too restrictive.
White space in an identifier is ok as long as it is prefixed with a proper
namespace that supports it. Some catalog numbers definitely have spaces in
them.
So for example, the following form of a Darwin Core Triple ought to be
marked as suspect:
"XYZ Critters 123 45678"
But the following form of the same information (with colons to properly
denote the namespace) would be ok:
"urn:catalog:XYZ:Critters:341 19044"
Thanks,
- Dan Stoner