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.HasIRIRepresents a named object for example, class, property, ontology etc. - i.e. anything that has an IRI as its name.
- __slots__ = ()
- class owlapy.owl_object.OWLEntity[source]
Bases:
OWLNamedObjectRepresents Entities in the OWL 2 Specification. (https://www.w3.org/TR/owl2-syntax/#Entities.2C_Literals.2C_and_Anonymous_Individuals)
- __slots__ = ()