Slot: disjoint_with
Two classes are disjoint if they have no instances in common, two slots are disjoint if they can never hold between the same two instances
URI: [linkml:disjoint_with](https://w3id.org/linkml/disjoint_with)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | yes |
| [ClassDefinition](ClassDefinition.md) | an element whose instances are complex objects that may have slot-value assig... | yes |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [Definition](Definition.md) |
| Domain | [Definition](Definition.md) |
| Domain Of | [SlotDefinition](SlotDefinition.md), [ClassDefinition](ClassDefinition.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
## In Subsets
* [SpecificationSubset](SpecificationSubset.md)
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:disjoint_with |
| native | linkml:disjoint_with |
## LinkML Source
name: disjoint_with
description: Two classes are disjoint if they have no instances in common, two slots
are disjoint if they can never hold between the same two instances
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: definition
domain_of:
- slot_definition
- class_definition
range: definition
multivalued: true