Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 794 Bytes

badNonBooleanValue.md

File metadata and controls

13 lines (6 loc) · 794 Bytes

Invalid non-booeal annotation property value

Problem: An invalid value was specified for an annotation property that requires a boolean value.

Solution: Replace the value with a valid one (currently must always be true).

Further information:

There are currently three annotation properties (owl:deprecated, is_deprecation_candidate, notRecommendedForAnnotation) that require boolean values; see here and here for more information.

Query: badNonBooleanValue.ipynb