Electric Vehicle Charging Location
Entity
Name: Electric Vehicle Charging Location
An electric vehicle charging location is a site with one or more electric vehicle supply equipment (EVSE) ports at the same address.
Details
- Industry Domain: Distributed Energy
- Relational Table Name: EV_CHARGING_LOCATION
- JSON View Name: EV_CHARGING_LOCATION#JSON
- Ontology Class: ewok:ElectricVehicleChargingLocation
Properties
| Name | General Data Type | Oracle Data Type | Relational Column | Required? | Primary Key? | Validations | Related Graph Object | 
|---|---|---|---|---|---|---|---|
| ev charging location id | string | VARCHAR2 | EV_CHARGING_LOCATION_ID | Yes | Yes | Must match regex pattern | ewok:ElectricVehicleChargingLocation | 
| latitude | double | NUMBER | LATITUDE | Must match regex pattern | geo:GeoPoint | ||
| longitude | double | NUMBER | LONGITUDE | Must match regex pattern | geo:GeoPoint | ||
| ev charging location name | string | VARCHAR2 | EV_CHARGING_LOCATION_NAME | ewok:ElectricVehicleChargingLocation | |||
| ev facility type details | string | VARCHAR2 | EV_FACILITY_TYPE_DETAILS | ewok:ElectricVehicleChargingLocation | |||
| naics code | string | VARCHAR2 | NAICS_CODE | ewok:ElectricVehicleChargingLocation | |||
| ev charging network | string | VARCHAR2 | EV_CHARGING_NETWORK | Must match values in enumerated list from graph | ewok:ElectricVehicleChargingNetwork | ||
| ev charging network website | string | VARCHAR2 | EV_CHARGING_NETWORK_WEBSITE | ewok:ElectricVehicleChargingLocation | |||
| street address | string | VARCHAR2 | STREET_ADDRESS | geo:StreetAddress | |||
| city | string | VARCHAR2 | CITY | geo:StreetAddress | |||
| postal code | string | VARCHAR2 | POSTAL_CODE | Must match regex pattern | geo:PostalCode | ||
| address county | string | VARCHAR2 | ADDRESS_COUNTY | geo:StreetAddress | |||
| address region code | string | VARCHAR2 | ADDRESS_REGION_CODE | Must match regex pattern | geo:Subterritory | ||
| country code | string | VARCHAR2 | COUNTRY_CODE | Must match values in enumerated list from graph | geo:Country | ||
| primary telephone country code | double | NUMBER | PRIMARY_TELEPHONE_COUNTRY_CODE | core:TelephoneNumber | |||
| primary telephone number | double | NUMBER | PRIMARY_TELEPHONE_NUMBER | core:TelephoneNumber | |||
| ev charging location status | string | VARCHAR2 | EV_CHARGING_LOCATION_STATUS | ewok:ElectricVehicleChargingLocation | |||
| location access days and times | string | VARCHAR2 | LOCATION_ACCESS_DAYS_AND_TIMES | ewok:ElectricVehicleChargingLocation | |||
| credit cards accepted | string | VARCHAR2 | CREDIT_CARDS_ACCEPTED | ewok:ElectricVehicleChargingLocation | |||
| count level 1 ev chargers | double | NUMBER | COUNT_LEVEL_1_EV_CHARGERS | ewok:ElectricVehicleChargingLocation | |||
| count level 2 ev chargers | double | NUMBER | COUNT_LEVEL_2_EV_CHARGERS | ewok:ElectricVehicleChargingLocation | |||
| count dc fast ev chargers | double | NUMBER | COUNT_DC_FAST_EV_CHARGERS | ewok:ElectricVehicleChargingLocation | |||
| ev connector type details | string | VARCHAR2 | EV_CONNECTOR_TYPE_DETAILS | ewok:ElectricVehicleChargingLocation | |||
| ev charging pricing details | string | VARCHAR2 | EV_CHARGING_PRICING_DETAILS | ewok:ElectricVehicleChargingLocation | |||
| open date | dateTimeStamp | TIMESTAMP | OPEN_DATE | ewok:ElectricVehicleChargingLocation | |||
| ev onsite renewable source | string | VARCHAR2 | EV_ONSITE_RENEWABLE_SOURCE | Must match values in enumerated list from graph | ewok:RenewableEnergySource | ||
| location access type | string | VARCHAR2 | LOCATION_ACCESS_TYPE | Must match values in enumerated list from graph | ewok:AccessType | ||
| physical access type | string | VARCHAR2 | PHYSICAL_ACCESS_TYPE | Must match values in enumerated list from graph | ewok:PhysicalAccessType | ||
| restricted physical access notes | string | VARCHAR2 | RESTRICTED_PHYSICAL_ACCESS_NOTES | ewok:ElectricVehicleChargingLocation |