Skip to content

Fix the datatype of the properties in the NonPerformingLoan.jsonld  #33

@Purvanshsingh

Description

@Purvanshsingh

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 :

Screenshot from 2021-08-19 23-12-56

Due to which the property types are generated in an inappropriate format.
Screenshot from 2021-08-19 23-04-57

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"
       }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions