owl:Individual
Used by 'Ontology' [Lite/DL/Full]
Facts about individuals have several types and property information, including nested facts.
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:Individual
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:type
- owl:DataPropertyValue Used by 'Ontology/Individual' [Lite/DL/Full]
- owl:ObjectPropertyValue Used by 'Ontology/Individual' [Lite/DL/Full]
from type owl:annotated
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
owl:name | [0..1] | owl:IndividualName |
Used in
- Anonymous type of element owl:ObjectPropertyValue
- Anonymous type of element owl:Ontology
Sample instance
<owl:Individual> <owl:Annotation> <owl:Label>Any text</owl:Label> </owl:Annotation> <owl:type owl:name="http://www.example.com/"> <owl:Class owl:name="http://www.example.com/"/> </owl:type> </owl:Individual>