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
Currently, parse_format_annotations() adds restriction on has_format directly to the constructed class, not following the way proposed in oda-hub/ontology#35
Two possible adaptations:
Instead, when processing annotations, construct superclasses with both restrictions
Modify _get_datatype_restriction() to infer datatype from restriction on has_format. Will require to express format-datatype correspondence in ontology.
The text was updated successfully, but these errors were encountered:
Currently,
parse_format_annotations()
adds restriction onhas_format
directly to the constructed class, not following the way proposed in oda-hub/ontology#35Two possible adaptations:
_get_datatype_restriction()
to infer datatype from restriction onhas_format
. Will require to express format-datatype correspondence in ontology.The text was updated successfully, but these errors were encountered: