Class | Description |
---|---|
DomainRangeObjectPropertyDesc |
This is an example of a 'compound' ObjectProperty Descriptor which implements 2
ObjectPropertyExpression interfaces:
ObjectPropertyExpression.Domain : to describe the domain restrictions of an ObjectProperty.
ObjectPropertyExpression.Range : to describe the range restrictions of an ObjectProperty.
See FullObjectPropertyDesc for an example of a 'compound' Individual Descriptor that implements all ObjectPropertyExpressions. |
FullObjectPropertyDesc |
This is an example of a 'compound' ObjectProperty Descriptor as it implements more than one
ObjectPropertyExpression interfaces. |
HierarchicalObjectPropertyDesc |
This is an example of a 'compound' ObjectProperty Descriptor which implements 2
ObjectPropertyExpression interfaces:
ObjectPropertyExpression.Sub : to describe that an ObjectProperty subsumes another ObjectProperty.
ObjectPropertyExpression.Super : to describe that an ObjectProperty super-sumes another ObjectProperty.
See FullObjectPropertyDesc for an example of a 'compound' Individual Descriptor that implements all ObjectPropertyExpressions. |
RestrictionObjectPropertyDesc |
This is an example of a 'compound' ObjectProperty Descriptor which implements 3
ObjectPropertyExpression interfaces:
ObjectPropertyExpression.Equivalent : to describe that an ObjectProperty is equivalent to another ObjectProperty.
ObjectPropertyExpression.Disjoint : to describe that an ObjectProperty is disjoint to another ObjectProperty.
ObjectPropertyExpression.Inverse : to describe that an ObjectProperty has another inverse ObjectProperty.
See FullObjectPropertyDesc for an example of a 'compound' Individual Descriptor that implements all ObjectPropertyExpressions. |