edmcouncil / fibo

The Financial Industry Business Ontology (FIBO) defines the sets of things that are of interest in financial business applications and the ways that those things can relate to one another. In this way, FIBO can give meaning to any data (e.g., spreadsheets, relational databases, XML documents) that describe the business of finance.
https://spec.edmcouncil.org/fibo/
MIT License
314 stars 67 forks source link

Hygiene tests for blank-related problems #1798

Closed mereolog closed 2 years ago

mereolog commented 2 years ago

A string value of an annotation may contain unintended blanks, i.e., trailing spaces at the end of the value. This, on the one hand, may create problems in matching, and, on the other hand, is troublesome to detect.

Therefore, I think we should have set of hygiene tests that would detect such issues.