owl:ObjectInverseOf
Element information
Namespace: http://www.w3.org/2002/07/owl#
Schema document: owl2-xml.xsd
Type: owl:ObjectInverseOf
Properties: Global, Qualified
Content
- owl:ObjectProperty [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:base | [0..1] | xsd:anyURI | denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification. | from group xml:specialAttrs |
xml:lang | [0..1] | Anonymous | denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. | from group xml:specialAttrs |
xml:space | [0..1] | Anonymous | denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. | from group xml:specialAttrs |
xml:id | [0..1] | xsd:ID | denotes an attribute whose value should be interpreted as if declared to be of type ID. This name is reserved by virtue of its definition in the xml:id specification. | from group xml:specialAttrs |
Used in
- Group owl:ObjectPropertyExpression
- Type owl:AsymmetricObjectProperty via reference to owl:ObjectPropertyExpression (Element owl:AsymmetricObjectProperty)
- Type owl:DisjointObjectProperties via reference to owl:ObjectPropertyExpression (Element owl:DisjointObjectProperties)
- Type owl:EquivalentObjectProperties via reference to owl:ObjectPropertyExpression (Element owl:EquivalentObjectProperties)
- Type owl:FunctionalObjectProperty via reference to owl:ObjectPropertyExpression (Element owl:FunctionalObjectProperty)
- Type owl:HasKey via reference to owl:ObjectPropertyExpression (Element owl:HasKey)
- Type owl:InverseFunctionalObjectProperty via reference to owl:ObjectPropertyExpression (Element owl:InverseFunctionalObjectProperty)
- Type owl:InverseObjectProperties via reference to owl:ObjectPropertyExpression (Element owl:InverseObjectProperties)
- Type owl:IrreflexiveObjectProperty via reference to owl:ObjectPropertyExpression (Element owl:IrreflexiveObjectProperty)
- Type owl:NegativeObjectPropertyAssertion via reference to owl:ObjectPropertyExpression (Element owl:NegativeObjectPropertyAssertion)
- Type owl:ObjectAllValuesFrom via reference to owl:ObjectPropertyExpression (Element owl:ObjectAllValuesFrom)
- Type owl:ObjectExactCardinality via reference to owl:ObjectPropertyExpression (Element owl:ObjectExactCardinality)
- Type owl:ObjectHasSelf via reference to owl:ObjectPropertyExpression (Element owl:ObjectHasSelf)
- Type owl:ObjectHasValue via reference to owl:ObjectPropertyExpression (Element owl:ObjectHasValue)
- Type owl:ObjectMaxCardinality via reference to owl:ObjectPropertyExpression (Element owl:ObjectMaxCardinality)
- Type owl:ObjectMinCardinality via reference to owl:ObjectPropertyExpression (Element owl:ObjectMinCardinality)
- Type owl:ObjectPropertyAssertion via reference to owl:ObjectPropertyExpression (Element owl:ObjectPropertyAssertion)
- Type owl:ObjectPropertyChain via reference to owl:ObjectPropertyExpression (Element owl:ObjectPropertyChain)
- Type owl:ObjectPropertyDomain via reference to owl:ObjectPropertyExpression (Element owl:ObjectPropertyDomain)
- Type owl:ObjectPropertyRange via reference to owl:ObjectPropertyExpression (Element owl:ObjectPropertyRange)
- Type owl:ObjectSomeValuesFrom via reference to owl:ObjectPropertyExpression (Element owl:ObjectSomeValuesFrom)
- Type owl:ReflexiveObjectProperty via reference to owl:ObjectPropertyExpression (Element owl:ReflexiveObjectProperty)
- Type owl:SubObjectPropertyOf via reference to owl:ObjectPropertyExpression (Element owl:SubObjectPropertyOf)
- Type owl:SymmetricObjectProperty via reference to owl:ObjectPropertyExpression (Element owl:SymmetricObjectProperty)
- Type owl:TransitiveObjectProperty via reference to owl:ObjectPropertyExpression (Element owl:TransitiveObjectProperty)
Sample instance
<owl:ObjectInverseOf> <owl:ObjectProperty IRI="http://www.example.com/"/> </owl:ObjectInverseOf>