Skip to content

Slot: children_are_mutually_disjoint

If true then all direct is_a children are mutually disjoint and share no instances in common

URI: [linkml:children_are_mutually_disjoint](https://w3id.org/linkml/children_are_mutually_disjoint) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | no | | [ClassDefinition](ClassDefinition.md) | an element whose instances are complex objects that may have slot-value assig... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [Boolean](Boolean.md) | | Domain | [Definition](Definition.md) | | Domain Of | [SlotDefinition](SlotDefinition.md), [ClassDefinition](ClassDefinition.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:children_are_mutually_disjoint | | native | linkml:children_are_mutually_disjoint | ## LinkML Source
name: children_are_mutually_disjoint
description: If true then all direct is_a children are mutually disjoint and share
  no instances in common
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: definition
domain_of:
- slot_definition
- class_definition
range: boolean