owlapy.model.OWLDataPropertyExpression¶
-
class
owlapy.model.
OWLDataPropertyExpression
[source]¶ Bases:
owlapy.model.OWLPropertyExpression
A high level interface to describe different types of data properties.
Methods
Returns: True if this is a data property
- returns:
True if this is an object property
Determines if this is the owl:topDataProperty.
Determines if this is the owl:topObjectProperty.
-
is_anonymous
() → bool¶
-
is_object_property_expression
() → bool¶ - Returns:
True if this is an object property
-
is_owl_top_data_property
() → bool¶ Determines if this is the owl:topDataProperty.
- Returns:
True if this property is the owl:topDataProperty
-
is_owl_top_object_property
() → bool¶ Determines if this is the owl:topObjectProperty.
- Returns:
True if this property is the owl:topObjectProperty