You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have a check for underspecified examples, i.e., when an individual does not have a certain property that is required by its type(s).
We could also have a check for overspecified examples, i.e., when an individual has a certain property that is not required by its type(s) - for a list of all such cases in the current ontology see: overspecified_examples.csv
Of course, these are not errors in any sense, but they may suggest adding new restrictions (someValuesFrom or minQualifiedCardinality 0).
This discussion was converted from issue #147 on October 03, 2022 09:51.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We now have a check for underspecified examples, i.e., when an individual does not have a certain property that is required by its type(s).
We could also have a check for overspecified examples, i.e., when an individual has a certain property that is not required by its type(s) - for a list of all such cases in the current ontology see: overspecified_examples.csv
Of course, these are not errors in any sense, but they may suggest adding new restrictions (someValuesFrom or minQualifiedCardinality 0).
new_restrictions_from_overspecified_examples.csv contains types whose logical definitions can be such extended.
For example, we may add
Registry someValuesFrom hasTextualName.
or
GeopoliticalEntity minQualifiedCardinality 0 hasSubregion.
Beta Was this translation helpful? Give feedback.
All reactions