Properties should have a proper datatype in nplo.jsonld so that they can be parsed by nplvocab_parse.py and converted into hydra properties with appropriate range.
Currently, some properties in nplo.jsonld have some malicious property type in this format :

Due to which the property types are generated in an inappropriate format.

object uri :
http://34.145.188.116:8080/creditrisk_api/PrivateBorrower/d936990b-24e6-43b7-9a1f-e5a1d22e42f8
It should be refactored to this format :
{
"rdfs:range": {
"@id": "xsd:decimal"
}
}