DisplaySpecification
classDisplay Specification
Display-specific technical specifications for monitors, TVs, and device screens.
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 (6)
| Description | Domain | Range | Vocabularies | |
|---|---|---|---|---|
| displayTechnology Display Technology | Display technology type (LCD, OLED, AMOLED, MicroLED, etc.). | euelec:DisplaySpecification | xsd:string | — |
| peakBrightness Peak Brightness | Peak brightness in candelas per square meter (nits). Use gs1:QuantitativeValue. Use unitCode 'CDM2' (UN/CEFACT Rec 20). | euelec:DisplaySpecification | gs1:QuantitativeValue | |
| refreshRate Refresh Rate | Display refresh rate. Use gs1:QuantitativeValue with unitCode 'HTZ'. | euelec:DisplaySpecification | gs1:QuantitativeValue | |
| screenDiagonal Screen Diagonal | Visible screen diagonal. Use gs1:QuantitativeValue with unitCode 'CMT' or 'INH'. | euelec:DisplaySpecification | gs1:QuantitativeValue | |
| screenResolutionHeight Screen Resolution Height | Vertical resolution in pixels. | euelec:DisplaySpecification | xsd:integer | |
| screenResolutionWidth Screen Resolution Width | Horizontal resolution in pixels. | euelec:DisplaySpecification | xsd:integer | — |
Used as Range (1)
Where used
Referenced by other terms (7)
In SHACL shapes (2)
- DisplaySpecificationShapetargets
- ElectronicDeviceShapeclass-of
In example documents (3)
Master data & product examples
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
"type": "DisplaySpecification",
"displayTechnology": "...",
"peakBrightness": "...",
"refreshRate": "..."
}