owlapy.owlapi_mapper

Classes

OWLAPIMapper

A bridge between owlapy and owlapi owl-related classes.

Functions

init(the_class)

Since classes names in owlapi and owlapy are pretty much similar with the small difference that in owlapi they

Module Contents

owlapy.owlapi_mapper.init(the_class)[source]

Since classes names in owlapi and owlapy are pretty much similar with the small difference that in owlapi they usually have the ‘Impl’ part then we can create the mapping class name dynamically reducing the amount of code significantly. That’s what this method does.

class owlapy.owlapi_mapper.OWLAPIMapper[source]

A bridge between owlapy and owlapi owl-related classes.

map_(e)[source]

(owlapy <–> owlapi) entity mapping.

Parameters:

e – OWL entity/expression.

static to_list(stream_obj)[source]

Converts Java Stream object to Python list