owl:ObjectProperty
'owlx:objectPropDomainRange' group is included from either + owl1-lite-domainRangeGroup.xsd [Lite] or + owl1-dl-domainRangeGroup.xsd [DL/Full]
'owlx:objectPropInverseFuncAttr' attribute group is included from either + owl1-lite-objectPropInverseFuncAttr.xsd [Lite] or + owl1-dl-objectPropInverseFuncAttr.xsd [DL/Full]
Element information
Namespace: http://www.w3.org/2003/05/owl-xml
Schema document: module/owl1-lite-core.xsd
Other elements with the same name: owl:ObjectProperty
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- owl:Annotation [0..1] Annotations allow arbitrary uninterpreted information to be added to ontologies.
- Choice [0..*]
- owl:superProperty
from group owl:objectPropDomainRange
from type owl:annotated
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owl:name | [1..1] | owl:IndividualPropertyName | ||
owl:inverseOf | [0..1] | owl:IndividualPropertyName | ||
owl:transitive | [0..1] | xsd:boolean | ||
owl:symmetric | [0..1] | xsd:boolean | ||
owl:functional | [0..1] | xsd:boolean | ||
owl:inverseFunctional | [0..1] | xsd:boolean | Fixed value is "false". from group owl:objectPropInverseFuncAttr | |
owl:deprecated | [0..1] | xsd:boolean |
Used in
- Anonymous type of element owl:Ontology
Sample instance
<owl:ObjectProperty owl:name="http://www.example.com/"> <owl:Annotation> <owl:Label>Any text</owl:Label> </owl:Annotation> <owl:superProperty owl:name="http://www.example.com/"/> </owl:ObjectProperty>