owl:DataRestriction
Used by 'description' [Lite/DL/Full]
Model group 'owlx:dataRestriction' is included from either: + owl1-lite-restrictionGroup.xsd [Lite] or + owl1-dl-restrictionGroup.xsd [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]
- owl:minCardinality [1..*]
- owl:maxCardinality [1..*]
- owl:cardinality [1..*]
- owl:allValuesFrom [1..*]
- owl:someValuesFrom [1..*]
- owl:hasValue [1..*]
from group owl:dataRestriction
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owl:property | [1..1] | owl:DataPropertyName |
Used in
- Anonymous type of element owl:Class via reference to owl:description
- Anonymous type of element owl:DisjointClasses via reference to owl:description
- Anonymous type of element owl:EquivalentClasses via reference to owl:description
- Anonymous type of element owl:type via reference to owl:description
- Group owl:description
- Type owl:DescriptionType via reference to owl:description (Elements owl:sub, owl:super, owl:ComplementOf)
- Type owl:DescriptionsType via reference to owl:description (Elements owl:UnionOf, owl:IntersectionOf, owl:domain, owl:range, owl:allValuesFrom, owl:someValuesFrom)
Sample instance
<owl:DataRestriction owl:property="http://www.example.com/"> <owl:minCardinality owl:value="1"/> </owl:DataRestriction>