owl:SubPropertyOf
A subproperty statement is just two propertyIDs, sub and super, with the following restrictions (not expressed here) if sub is a data property then super must be a data property if sub is a simple property then super must be an individual property. There are other restrictions having to do with transitivity and cardinalites.
Used by: Ontology [Lite/DL/Full]
Element information
Namespace: http://www.w3.org/2003/05/owl-xml
Schema document: module/owl1-lite-core.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owl:sub | [1..1] | owl:PropertyName |
Used in
- Anonymous type of element owl:Ontology
Sample instance
<owl:SubPropertyOf owl:sub="http://www.example.com/"> <owl:DatatypeProperty owl:name="http://www.example.com/"/> </owl:SubPropertyOf>