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:ElectricVehicleRegistrationWithState
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:ElectricVehicleRegistrationWithState | |
| city | string | VARCHAR2 | CITY | ewok:ElectricVehicleRegistrationWithState | |||
| 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:ElectricVehicleRegistrationWithState | |||
| ev make | string | VARCHAR2 | EV_MAKE | Must match values in enumerated list from graph | auto:VehicleMarque | ||
| ev model series | string | VARCHAR2 | EV_MODEL_SERIES | Must match values in enumerated list from graph | auto:VehicleSeries | ||
| ev model year | string | VARCHAR2 | EV_MODEL_YEAR | ewok:ElectricVehicleRegistrationWithState | |||
| related electric utility | string | VARCHAR2 | RELATED_ELECTRIC_UTILITY | ewok:UtilityOrganization |