Skip to content

Commit 28fd2f7

Browse files
updated ElectricVehicleMobility/doc/spec.md
1 parent 8532557 commit 28fd2f7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

ElectricVehicleMobility/doc/spec.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[![Smart Data Models](https://smartdatamodels.org/wp-content/uploads/2022/01/SmartDataModels_logo.png)](https://smartdatamodels.org)
2+
Entity: ElectricVehicleMobility
3+
===============================
4+
[Open License](https://github.com/smart-data-models//dataModel.Transportation/blob/master/ElectricVehicleMobility/LICENSE.md)
5+
[document generated automatically](https://docs.google.com/presentation/d/e/2PACX-1vTs-Ng5dIAwkg91oTTUdt8ua7woBXhPnwavZ0FxgR8BsAI_Ek3C5q97Nd94HS8KhP-r_quD4H0fgyt3/pub?start=false&loop=false&delayms=3000#slide=id.gb715ace035_0_60)
6+
Global description: **Daily observation of electric vehicle mobility patterns aggregated by location, vehicle brand, and geographic region.**
7+
version: 0.0.1
8+
9+
## List of properties
10+
11+
<sup><sub>[*] If there is not a type in an attribute is because it could have several types or different formats/patterns</sub></sup>
12+
- `address[object]`: The mailing address . Model: [https://schema.org/address](https://schema.org/address) - `addressCountry[string]`: The country. For example, Spain . Model: [https://schema.org/addressCountry](https://schema.org/addressCountry)
13+
- `addressLocality[string]`: The locality in which the street address is, and which is in the region . Model: [https://schema.org/addressLocality](https://schema.org/addressLocality)
14+
- `addressRegion[string]`: The region in which the locality is, and which is in the country . Model: [https://schema.org/addressRegion](https://schema.org/addressRegion)
15+
- `district[string]`: A district is a type of administrative division that, in some countries, is managed by the local government
16+
- `postOfficeBoxNumber[string]`: The post office box number for PO box addresses. For example, 03578 . Model: [https://schema.org/postOfficeBoxNumber](https://schema.org/postOfficeBoxNumber)
17+
- `postalCode[string]`: The postal code. For example, 24004 . Model: [https://schema.org/https://schema.org/postalCode](https://schema.org/https://schema.org/postalCode)
18+
- `streetAddress[string]`: The street address . Model: [https://schema.org/streetAddress](https://schema.org/streetAddress)
19+
- `streetNr[string]`: Number identifying a specific property on a public street
20+
- `alternateName[string]`: An alternative name for this item - `areaServed[string]`: The geographic area where a service or offered item is provided . Model: [https://schema.org/Text](https://schema.org/Text)- `averageDistanceKm[number]`: Average distance traveled in kilometers . Model: [https://schema.org/Number](https://schema.org/Number)- `dataProvider[string]`: Provider of the harmonised data entity . Model: [https://schema.org/Text](https://schema.org/Text)- `dateCreated[date-time]`: Entity creation timestamp. This will usually be allocated by the storage platform - `dateModified[date-time]`: Timestamp of the last modification of the entity. This will usually be allocated by the storage platform - `dateObserved[date]`: Date of the observation (YYYY-MM-DD) . Model: [https://schema.org/Date](https://schema.org/Date)- `description[string]`: A description of this item - `deviceBrand[string]`: Brand or manufacturer of the electric vehicle . Model: [https://schema.org/Text](https://schema.org/Text)- `district[string]`: District where the observation was made . Model: [https://schema.org/Text](https://schema.org/Text)- `id[*]`: Unique identifier of the entity - `location[*]`: Geojson reference to the item. It can be Point, LineString, Polygon, MultiPoint, MultiLineString or MultiPolygon - `locationCode[string]`: Official municipality code . Model: [https://schema.org/Text](https://schema.org/Text)- `municipality[string]`: Municipality where the observation was made . Model: [https://schema.org/Text](https://schema.org/Text)- `n[number]`: Number of observations used to calculate the average distance . Model: [https://schema.org/Number](https://schema.org/Number)- `name[string]`: The name of this item - `owner[array]`: A List containing a JSON encoded sequence of characters referencing the unique Ids of the owner(s) - `region[string]`: Region where the observation was made . Model: [https://schema.org/Text](https://schema.org/Text)- `seeAlso[*]`: list of uri pointing to additional resources about the item - `source[string]`: Original source of the data as a URL . Model: [https://schema.org/Text](https://schema.org/Text)- `type[string]`: NGSI entity type. It has to be ElectricVehicleMobility - `vehicleType[string]`: Type of electric vehicle . Model: [https://schema.org/Text](https://schema.org/Text)

0 commit comments

Comments
 (0)