Open rukmal opened 5 years ago
Related file: precis/__init__.py.
precis/__init__.py
Currently, object properties are extracted from the ontology through a (super hacky) process of listing the object properties in the base ontology using owlready2, and then string-splitting on the '.' character to extract the object property labels.
owlready2
The same enhancement needs to be applied to the dynamic class constructor extraction.
Related file:
precis/__init__.py
.Currently, object properties are extracted from the ontology through a (super hacky) process of listing the object properties in the base ontology using
owlready2
, and then string-splitting on the '.' character to extract the object property labels.