Skip to content

Slot: inclusive

Specifies whether the period bound is inclusive, e.g. for a lower bound, false would indicate greater than, whereas true would indicate greater than or equal to.

URI: common_domain_model:inclusive

Applicable Classes

Name Description Modifies Slot
PeriodBound Indicator to specify if the period bound is defined as a period and whether t... no
NumberBound The number bound is defined as a number and whether the bound is inclusive yes
MoneyBound The money bound is defined as a money amount and whether the bound is inclusi... yes

Properties

Type and Range

Property Value
Range Boolean
Domain Of PeriodBound, NumberBound, MoneyBound

Cardinality and Requirements

Property Value
Required Yes

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:inclusive
native common_domain_model:inclusive

LinkML Source

name: inclusive
description: Specifies whether the period bound is inclusive, e.g. for a lower bound,
  false would indicate greater than, whereas true would indicate greater than or equal
  to.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
domain_of:
- PeriodBound
- NumberBound
- MoneyBound
range: boolean
required: true