Closed kysrpex closed 3 years ago
When such a default relationship is set, the Ontology class raises a ValueError:
Ontology
ontology.py#L183
f"Specified relationship {iri} as " f"active relationship, which is not " f"a valid object property in the ontology."
This is unnecessary as the namespace registry is responsible for enforcing this check.
When such a default relationship is set, the
Ontology
class raises a ValueError:ontology.py#L183
This is unnecessary as the namespace registry is responsible for enforcing this check.