RoHSCompliance

class

RoHS Compliance

Restriction of Hazardous Substances (RoHS) Directive compliance information including compliance status and applicable exemptions.

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

Properties (3)

PropertyDescriptionRange
rohsCompliantWhether the device complies with RoHS Directive.xsd:boolean
rohsDeclarationUrlURL to the RoHS compliance declaration document.xsd:anyURI
rohsExemptionsList of applicable RoHS exemption codes (e.g., '7(a)', '7(c)-I').xsd:string

Used as Range (1)

Where used

Referenced by other terms (4)

In SHACL shapes (2)

  • RoHSComplianceShapetargets
  • ElectronicDeviceShapeclass-of

In example documents (5)

EPCIS 2.0 events

External Vocabulary References

Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
  "type": "RoHSCompliance",
  "rohsCompliant": "...",
  "rohsDeclarationUrl": "...",
  "rohsExemptions": "..."
}