Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 594 Bytes

index.rst

File metadata and controls

29 lines (19 loc) · 594 Bytes

mowl.projection

In this module we provide different methods for projecting an ontology into a graph: The methods we provide are:

Ontology Projection

.. automodule:: mowl.projection.base
   :members:
   :show-inheritance:


All the methods will return a list of edges corresponding to the Edge class:

Edge

.. automodule:: mowl.projection.edge
   :private-members:
   :members:
   :show-inheritance: