-
Notifications
You must be signed in to change notification settings - Fork 0
Description
One of the crucial topics as I see it - is to create a "Standard template" so that we could compare against it
- existing standards;
- enrichment results;
- new standards.
The idea is that it will help to fill all necessary fields and ensure that all objects following same predicates have the same datatype (URI / String / Date / ...).
I made an attempt to create such a template in JSON format and as an image:
On the image above, red area consists of predicates which are necessary for each standard. Yellow - useful predicates that can help to find out more about it and to enrich the ontology if needed. Green - predicates, providing additional information. Inside parenthesis you can see the datatypes of each predicate.
Comparison against the template was implemented here. While checking the structure, this piece of code saves its logs to the file. Here you can find automatically generated logs after applying the approach to the original ontology.
From my point of view, the hierarchy of predicates along with their datatypes should be carefully revised.
