owlapy.io.OWLObjectParser

class owlapy.io.OWLObjectParser[source]

Bases: object

Abstract class with a parse method to parse a string to an OWL Object

Methods

parse_expression

Parse a string to an OWL Object

abstract parse_expression(expression_str: str)owlapy.model.OWLObject[source]

Parse a string to an OWL Object

Parameters:

expression_str – string

Returns:

The OWL Object which is represented by the string