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 | Public | — |
| hasPeakBrightness Peak Brightness | Peak brightness in candelas per square meter (nits). Use gs1:QuantitativeValue. Use unitCode 'CDM2' (UN/CEFACT Rec 20). | euelec:DisplaySpecification | gs1:QuantitativeValue | Public | — |
| hasRefreshRate Refresh Rate | Display refresh rate. Use gs1:QuantitativeValue with unitCode 'HTZ'. | euelec:DisplaySpecification | gs1:QuantitativeValue | Public | — |
| hasScreenDiagonal Screen Diagonal | Visible screen diagonal. Use gs1:QuantitativeValue with unitCode 'CMT' or 'INH'. | euelec:DisplaySpecification | gs1:QuantitativeValue | Public | — |
| screenResolutionHeight Screen Resolution Height | Vertical resolution in pixels. | euelec:DisplaySpecification | xsd:integer | Public | — |
| screenResolutionWidth Screen Resolution Width | Horizontal resolution in pixels. | euelec:DisplaySpecification | xsd:integer | 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).
Used as Range (1)
Where used
Referenced by other terms (7)
In SHACL shapes (2)
- DisplaySpecificationShapetargets
- ElectronicDeviceShapeclass-of
In example documents (6)
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
"type": "DisplaySpecification",
"displayTechnology": "...",
"hasPeakBrightness": "...",
"hasRefreshRate": "..."
}