DisplaySpecification

class

Display Specification

Display-specific technical specifications for monitors, TVs, and device screens.

URI:https://ref.openepcis.io/extensions/eu/electronics/DisplaySpecification

Properties (6)

PropertyDescriptionRange
displayTechnologyDisplay technology type (LCD, OLED, AMOLED, MicroLED, etc.).xsd:string
peakBrightnessPeak brightness in candelas per square meter (nits). Use gs1:QuantitativeValue. Use unitCode 'CDM2' (UN/CEFACT Rec 20).gs1:QuantitativeValue
refreshRateDisplay refresh rate. Use gs1:QuantitativeValue with unitCode 'HTZ'.gs1:QuantitativeValue
screenDiagonalVisible screen diagonal. Use gs1:QuantitativeValue with unitCode 'CMT' or 'INH'.gs1:QuantitativeValue
screenResolutionHeightVertical resolution in pixels.xsd:integer
screenResolutionWidthHorizontal resolution in pixels.xsd:integer

Used as Range (1)

Where used

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
  "type": "DisplaySpecification",
  "displayTechnology": "...",
  "peakBrightness": "...",
  "refreshRate": "..."
}