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