Slot: inverse
indicates that any instance of d s r implies that there is also an instance of r s' d
URI: [owl:inverseOf](http://www.w3.org/2002/07/owl#inverseOf)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [SlotDefinition](SlotDefinition.md) |
| Domain | [SlotDefinition](SlotDefinition.md) |
| Domain Of | [SlotDefinition](SlotDefinition.md) |
| Slot URI | [owl:inverseOf](http://www.w3.org/2002/07/owl#inverseOf) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## In Subsets
* [SpecificationSubset](SpecificationSubset.md)
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | owl:inverseOf |
| native | linkml:inverse |
## LinkML Source
name: inverse
description: indicates that any instance of d s r implies that there is also an instance
of r s' d
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: slot_definition
slot_uri: owl:inverseOf
domain_of:
- slot_definition
range: slot_definition