Electric Vehicle Registration
Entity
Name: Electric Vehicle Registration
The shape of the EV registration data expected to be provided by each state.
Details
- Industry Domain:
Distributed Energy - Relational Table Name:
EV_REGISTRATION_WITH_STATE - JSON View Name:
EV_REGISTRATION_WITH_STATE#JSON - Ontology Class:
ewok:EVRegistrationWithState
Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object |
|---|---|---|---|---|---|---|---|
| vehicle registration id | string | VARCHAR2 | VEHICLE_REGISTRATION_ID |
Yes | Yes | ewok:EVRegistrationWithState | |
| city | string | VARCHAR2 | CITY |
ewok:EVRegistrationWithState | |||
| postal code | string | VARCHAR2 | POSTAL_CODE |
geo:PostalCode | |||
| address county | string | VARCHAR2 | ADDRESS_COUNTY |
geo:StreetAddress | |||
| address region code | string | VARCHAR2 | ADDRESS_REGION_CODE |
geo:Subterritory | |||
| country code | string | VARCHAR2 | COUNTRY_CODE |
Must match values in enumerated list from graph | geo:Country | ||
| vin anonymized | string | VARCHAR2 | VIN_ANONYMIZED |
ewok:EVRegistrationWithState | |||
| ev make | string | VARCHAR2 | EV_MAKE |
Must match values in enumerated list from graph | auto:Vehicle.Marque | ||
| ev model series | string | VARCHAR2 | EV_MODEL_SERIES |
Must match values in enumerated list from graph | auto:Vehicle.Series | ||
| ev model year | string | VARCHAR2 | EV_MODEL_YEAR |
ewok:EVRegistrationWithState | |||
| related electric utility | string | VARCHAR2 | RELATED_ELECTRIC_UTILITY |
ewok:Organization.ElectricUtility |