Skip to content

Slot: reflexive

If s is reflexive, then i.s=i for all instances i

URI: [linkml:reflexive](https://w3id.org/linkml/reflexive) ## Inheritance * [relational_logical_characteristic](relational_logical_characteristic.md) * **reflexive** ## 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 | [Boolean](Boolean.md) | | Domain | [SlotDefinition](SlotDefinition.md) | | Domain Of | [SlotDefinition](SlotDefinition.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) ## Comments * it is rare for a property to be reflexive, this characteristic is added for completeness, consider instead locally_reflexive ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:reflexive | | native | linkml:reflexive | | close | owl:ReflexiveProperty | ## LinkML Source
name: reflexive
description: If s is reflexive, then i.s=i for all instances i
comments:
- it is rare for a property to be reflexive, this characteristic is added for completeness,
  consider instead locally_reflexive
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
close_mappings:
- owl:ReflexiveProperty
rank: 1000
is_a: relational_logical_characteristic
domain: slot_definition
domain_of:
- slot_definition
range: boolean