NegativeEvent

class

Negative Event

An adverse event affecting the battery such as accident, damage, or safety incident.

URI:https://ref.openepcis.io/extensions/eu/battery/NegativeEvent

Properties (3)

PropertyDescriptionRange
eventDatexsd:dateTime
eventLocationgs1:Place
eventTypeType of negative event.NegativeEventType

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
  "type": "NegativeEvent",
  "eventDate": "...",
  "eventLocation": "...",
  "eventType": "..."
}