Slot: allDirectionRating
URI: common_domain_model:allDirectionRating
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| AllDirectionRating | Used to combine two or more Ratings and associated direction using AND logic | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | DirectionRatingSet or AllDirectionRating or AnyDirectionRating or DirectionRating |
| Domain Of | AllDirectionRating |
Cardinality and Requirements
| Property | Value |
|---|---|
| Required | Yes |
| Multivalued | Yes |
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'AllDirectionRating'}) - AnonymousSlotExpression({'range': 'AnyDirectionRating'}) - AnonymousSlotExpression({'range': 'DirectionRating'})Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:allDirectionRating |
| native | common_domain_model:allDirectionRating |
LinkML Source
name: allDirectionRating
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
domain_of:
- AllDirectionRating
range: DirectionRatingSet
required: true
multivalued: true
inlined: true
inlined_as_list: true
any_of:
- range: AllDirectionRating
- range: AnyDirectionRating
- range: DirectionRating