Slot: boolean_slot
A grouping of slots that expression a boolean operator over a list of operands
* __NOTE__: this is an abstract slot and should not be populated directly
URI: [linkml:boolean_slot](https://w3id.org/linkml/boolean_slot)
## Inheritance
* **boolean_slot**
* [any_of](any_of.md)
* [exactly_one_of](exactly_one_of.md)
* [none_of](none_of.md)
* [all_of](all_of.md)
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [Expression](Expression.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:boolean_slot |
| native | linkml:boolean_slot |
## LinkML Source
name: boolean_slot
description: A grouping of slots that expression a boolean operator over a list of
operands
from_schema: https://w3id.org/linkml/meta
rank: 1000
abstract: true
range: expression
multivalued: true