owl:DatatypeProperty
'owlx:dataPropDomainRange' group is included from either + owl1-lite-dataDomainRangeGroup.xsd [Lite] or + owl1-dl-dataDomainRangeGroup.xsd [DL/Full]
'owlx:dataPropInverseFuncAttr' attribute group is included from either + owl1-lite-dataPropInverseFuncAttr.xsd [Lite/DL] or + owl1-full-dataPropInverseFuncAttr.xsd [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:DatatypeProperty
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:dataPropDomainRange
from type owl:annotated
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owl:name | [1..1] | owl:DataPropertyName | ||
owl:functional | [0..1] | xsd:boolean | ||
owl:inverseFunctional | [0..1] | xsd:boolean | Fixed value is "false". from group owl:dataPropInverseFuncAttr | |
owl:deprecated | [0..1] | xsd:boolean |
Used in
- Anonymous type of element owl:Ontology
Sample instance
<owl:DatatypeProperty 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:DatatypeProperty>