public interface ObjectPropertyExpression extends DescriptionBT
| Modifier and Type | Method and Description |
|---|---|
ObjectSomeValuesFrom |
getDomain()
the domain class expression for the object property
|
ObjectPropertyExpression |
getInverse()
the inverse of the object property
|
org.apache.commons.rdf.api.IRI |
getIRI()
the IRI of the object property
|
ObjectSomeValuesFrom |
getRange()
the range class expression for the object property
|
boolean |
isInverse()
checks whether the property expression is the inverse of an object property
|
isBottom, isTopboolean isInverse()
org.apache.commons.rdf.api.IRI getIRI()
ObjectPropertyExpression getInverse()
(the inverse of an inverted property is the property itself)
(the inverses of owl:topObjectProperty and owl:bottomObjectProperty are the properties themselves)
ObjectSomeValuesFrom getDomain()
(in DL, the unqualified existential quantifier \exists R for property R)
ObjectSomeValuesFrom getRange()
(the range of a property coincides with the domain of its inverse)
(in DL, the unqualified existential quantifier \exists R^- for property R)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.