CareInstruction
classCare Instruction
Care instructions per ISO 3758:2023 including washing, drying, ironing, and dry cleaning symbols.
Properties (6)
| Property | Description | Range |
|---|---|---|
| additionalCareInstructions | Additional care instructions in text form. | xsd:string |
| bleachingSymbol | ISO 3758 bleaching care symbol. | CareSymbolCode |
| dryCleaningSymbol | ISO 3758 dry cleaning care symbol. | CareSymbolCode |
| dryingSymbol | ISO 3758 drying care symbol. | CareSymbolCode |
| ironingSymbol | ISO 3758 ironing care symbol. | CareSymbolCode |
| washingSymbol | ISO 3758 washing care symbol. | CareSymbolCode |
Used as Range (1)
Where used
Referenced by other terms (7)
In SHACL shapes (2)
- CareInstructionShapetargets
- TextileProductShapeclass-of
In example documents (2)
Master data & product examples
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/textile/textile-context.jsonld",
"type": "CareInstruction",
"additionalCareInstructions": "...",
"bleachingSymbol": "...",
"dryCleaningSymbol": "..."
}