owl:Class
'Class' contains a non-empty sequence of descriptions. Attributes provide a class name and the modality.
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:Class
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- owl:Annotation [0..1] Annotations allow arbitrary uninterpreted information to be added to ontologies.
- Sequence [0..*]
- Choice [0..*]
- owl:Class
- 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]
- owl:ObjectRestriction Used by 'description' [Lite/DL/Full] Model group 'owlx:objectRestriction' is included from either: + owl1-lite-restrictionGroup.xsd [Lite] or + owl1-dl-restrictionGroup.xsd [DL/Full]
from group owl:description - Choice [0..*]
from type owl:annotated
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owl:name | [1..1] | owl:ClassName | ||
owl:complete | [1..1] | xsd:boolean | ||
owl:deprecated | [0..1] | xsd:boolean |
Used in
- Anonymous type of element owl:Ontology
Sample instance
<owl:Class owl:name="http://www.example.com/" owl:complete="true"> <owl:Annotation> <owl:Label>Any text</owl:Label> </owl:Annotation> <owl:Class owl:name="http://www.example.com/"/> </owl:Class>