SoftwareSupport
classSoftware Support
Operating system and firmware support information including update periods, security patch availability, and end-of-support dates. Critical for electronics lifecycle and repairability assessments per ESPR delegated acts. Designed following ISO/IEC 12207 (software lifecycle) and ISO/IEC 14764 (software maintenance) patterns as a potential contribution to UNTP v1.0+.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (8)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| featureUpdateEndDate Feature Update End Date | Date until which feature/OS updates will be provided. | euelec:SoftwareSupport | xsd:date | Public | — |
| firmwareVersion Firmware Version | Current version of the device firmware. | euelec:SoftwareSupport | xsd:string | Public | — |
| hasFeatureSupportYears Feature Support Years | Number of years of feature update support. Use gs1:QuantitativeValue with unitCode 'ANN'. | euelec:SoftwareSupport | gs1:QuantitativeValue | Public | — |
| hasSecuritySupportYears Security Support Years | Number of years of security update support. Use gs1:QuantitativeValue with unitCode 'ANN'. | euelec:SoftwareSupport | gs1:QuantitativeValue | Public | — |
| latestUpdateDate Latest Update Date | Date of the most recent software/firmware update. | euelec:SoftwareSupport | xsd:date | Public | |
| osVersion OS Version | Current version of the operating system. | euelec:SoftwareSupport | xsd:string | Public | — |
| securityUpdateEndDate Security Update End Date | Date until which security updates will be provided. | euelec:SoftwareSupport | xsd:date | Public | — |
| updateChannel Update Channel | URL or method for obtaining software updates (OTA, website, etc.). | euelec:SoftwareSupport | xsd:anyURI | Public | — |
Vocabulary alignment
Broader · upstream
QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by local QA panels per round (claude-opus-4-8 / qwen3.5-27b / qwen3-32b).
Referenced upstream terms
Loading external vocabulary...
Used as Range (1)
Where used
Referenced by other terms (9)
In SHACL shapes (2)
- SoftwareSupportShapetargets
- ElectronicDeviceShapeclass-of
In example documents (9)
Master data & product examples
EPCIS 2.0 events
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
"type": "SoftwareSupport",
"featureUpdateEndDate": "...",
"firmwareVersion": "...",
"hasFeatureSupportYears": "..."
}