Interface OntObjectProperty

All Superinterfaces:
org.apache.jena.graph.FrontsNode, OntObject, OntProperty, OntRelationalProperty, org.apache.jena.rdf.model.RDFNode, org.apache.jena.rdf.model.Resource
All Known Subinterfaces:
OntObjectProperty.Inverse, OntObjectProperty.Named
All Known Implementing Classes:
OntObjectPropertyImpl, OntObjectPropertyImpl.InversePropertyImpl, OntObjectPropertyImpl.NamedImpl

public interface OntObjectProperty extends OntRelationalProperty
A common interface for any Ontology Object Property Expression. In OWL2, there are two types of object property expressions: named object property (entity) and InverseOf anonymous property expression. Range values for this property expression are restricted to individuals (as distinct from datatype valued properties).