Add the following functions:
* `get_properties_of_subject`: Get the properties of a given subject.
* `get_numerics_from_list`: Get the numbers from a list of strings and numbers (if they are more that the provided percentage).
* `get_num`: Get the number of a given number/string or None (if it was not a number).
and remove some unused functions.