owlapy.owl_object
OWL Base classes
Classes
Base interface for OWL objects |
|
Abstract class with a render method to render an OWL Object into a string. |
|
Abstract class with a parse method to parse a string to an OWL Object. |
|
Represents a named object for example, class, property, ontology etc. - i.e. anything that has an |
|
Represents Entities in the OWL 2 Specification. |
Module Contents
- class owlapy.owl_object.OWLObjectRenderer[source]
Abstract class with a render method to render an OWL Object into a string.
- class owlapy.owl_object.OWLObjectParser[source]
Abstract class with a parse method to parse a string to an OWL Object.
- class owlapy.owl_object.OWLNamedObject[source]
Bases:
OWLObject
,owlapy.meta_classes.HasIRI
Represents a named object for example, class, property, ontology etc. - i.e. anything that has an IRI as its name.
- __slots__ = ()