NegativeEvent
classNegative Event
An adverse event affecting the battery such as accident, damage, or safety incident.
Properties (3)
| Property | Description | Range |
|---|---|---|
| eventDate | — | xsd:dateTime |
| eventLocation | — | gs1:Place |
| eventType | Type of negative event. | NegativeEventType |
Used as Range (1)
Where used
Referenced by other terms (4)
range:
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "NegativeEvent",
"eventDate": "...",
"eventLocation": "...",
"eventType": "..."
}