Slot: is_winter_suitable
Whether this item provides meaningful warmth in cold-weather conditions. The primary emergency distribution filter — enables "show me all winter-suitable clothing for children" queries at standard completeness.
Set explicitly by the sorter. The fragment compiler may pre-fill based on subcategory (outerwear → true, swimwear → false) as a UI hint, but the sorter's input always takes precedence.
Auto-derived from season when season is set to an unambiguous value:
season = winter → is_winter_suitable = true (vm-season-winter)
season = summer → is_winter_suitable = false (vm-season-summer)
season = all_season → is_winter_suitable = true (vm-season-all)
season = spring_autumn → sorter decides explicitly
Also declared on FootwearCategory (footwear.yaml) and BeddingTextilesCategory (bedding_textiles.yaml) for the same purpose.
URI: inkind_knowledge_repo:is_winter_suitable Alias: is_winter_suitable
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| BabyInfantCategory | Mixin for baby and infant supply slots and UC rules | yes |
| BeddingTextilesCategory | Mixin for bedding and textiles slots and UC rules | yes |
| FootwearItem | Footwear: shoes, boots, sandals, slippers | no |
| ClothingItem | Clothing garments: tops, bottoms, outerwear, underwear, nightwear, sportswear | no |
| FootwearCategory | Mixin for footwear slots and UC rules | yes |
| BabyInfantItem | Baby and infant supplies: pushchairs, cots, car seats, infant formula, feedin... | no |
| ClothingCategory | Mixin carrying clothing-specific slots, value maps, and UC rules | yes |
| BeddingTextilesItem | Bedding and household textiles: blankets, duvets, mattresses, pillows, sleepi... | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | Boolean |
| Domain Of | ClothingCategory, FootwearCategory, BeddingTextilesCategory, BabyInfantCategory |
Cardinality and Requirements
| Property | Value |
|---|---|
See Also
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| label_en | Winter Suitable |
| label_de | Wintertauglich |
Schema Source
- from schema: https://inkind-at.github.io/inkind-knowledge-repo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | inkind_knowledge_repo:is_winter_suitable |
| native | inkind_knowledge_repo:is_winter_suitable |
LinkML Source
name: is_winter_suitable
annotations:
label_en:
tag: label_en
value: Winter Suitable
label_de:
tag: label_de
value: Wintertauglich
description: "Whether this item provides meaningful warmth in cold-weather conditions.\
\ The primary emergency distribution filter — enables \"show me all winter-suitable\
\ clothing for children\" queries at standard completeness.\nSet explicitly by the\
\ sorter. The fragment compiler may pre-fill based on subcategory (outerwear → true,\
\ swimwear → false) as a UI hint, but the sorter's input always takes precedence.\n\
Auto-derived from season when season is set to an unambiguous value:\n season =\
\ winter → is_winter_suitable = true (vm-season-winter)\n season = summer\
\ → is_winter_suitable = false (vm-season-summer)\n season = all_season → is_winter_suitable\
\ = true (vm-season-all)\n season = spring_autumn → sorter decides explicitly\n\
\nAlso declared on FootwearCategory (footwear.yaml) and BeddingTextilesCategory\
\ (bedding_textiles.yaml) for the same purpose."
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
see_also:
- schema:itemCondition
rank: 1000
alias: is_winter_suitable
domain_of:
- ClothingCategory
- FootwearCategory
- BeddingTextilesCategory
- BabyInfantCategory
range: boolean