dice-group / owlapy

OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.
MIT License
16 stars 1 forks source link

Computing lenghts of CE #35

Closed Demirrr closed 5 months ago

Demirrr commented 5 months ago

We need a function that maps a CE into a positive integer.

  1. We can either implement len() or
  2. implement a standalone function as we have done for sparql and dl mappings of CE objects.
alkidbaci commented 5 months ago

What should the length exactly be, how many nested CE do we have for a given CE?

Demirrr commented 5 months ago

See OWLClassExpressionLengthMetric This should be integrated in owlapy