You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Globale Beschreibung: **Tägliche Beobachtung von Mustern der Elektrofahrzeugmobilität, aggregiert nach Standort, Fahrzeugmarke und geografischer Region.**
10
+
Globale Beschreibung: **Tägliche Beobachtung von Mustern der Elektromobilität, aggregiert nach Standort, Fahrzeugmarke und geografischer Region.**
11
11
Version: 0.0.1
12
12
<!-- /20-Description -->
13
13
<!-- 30-PropertiesList -->
14
14
15
15
## Liste der Eigenschaften
16
16
17
17
<sup><sub>Wenn in einem Attribut kein Typ angegeben ist, liegt das daran, dass es mehrere Typen oder unterschiedliche Formate/Muster haben kann</sub></sup>
18
-
- `address[object]`: Die Postanschrift . 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)
19
-
- `addressLocality[string]`: Die Ortschaft, in der die Straßenadresse liegt und die in der Region liegt . Model: [https://schema.org/addressLocality](https://schema.org/addressLocality)
18
+
- `address[object]`: Die Postadresse . 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)
19
+
- `addressLocality[string]`: Die Ortschaft, in der die Straßenadresse liegt und die in der Region ist . Model: [https://schema.org/addressLocality](https://schema.org/addressLocality)
20
20
- `addressRegion[string]`: Die Region, in der die Ortschaft liegt und die im Land liegt . Model: [https://schema.org/addressRegion](https://schema.org/addressRegion)
21
21
- `district[string]`: Ein Bezirk ist eine Art von Verwaltungseinheit, die in einigen Ländern von der lokalen Regierung verwaltet wird
22
22
- `postOfficeBoxNumber[string]`: Die Postfachnummer für Postfachadressen. Zum Beispiel 03578 . Model: [https://schema.org/postOfficeBoxNumber](https://schema.org/postOfficeBoxNumber)
23
23
- `postalCode[string]`: Die Postleitzahl. Zum Beispiel 24004 . Model: [https://schema.org/https://schema.org/postalCode](https://schema.org/https://schema.org/postalCode)
24
24
- `streetAddress[string]`: Die Straßenadresse . Model: [https://schema.org/streetAddress](https://schema.org/streetAddress)
25
-
- `streetNr[string]`: Hausnummer, die eine bestimmte Liegenschaft auf einer öffentlichen Straße identifiziert
25
+
- `streetNr[string]`: Hausnummer, die ein bestimmtes Grundstück auf einer öffentlichen Straße identifiziert
26
26
- `alternateName[string]`: Ein alternativer Name für diesen Artikel
27
27
- `areaServed[string]`: Das geografische Gebiet, in dem ein Dienst oder ein angebotenes Element bereitgestellt wird . 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)<!-- /30-PropertiesList -->
28
28
<!-- 35-RequiredProperties -->
@@ -34,7 +34,7 @@ Erforderliche Eigenschaften
34
34
<!-- /40-NotesYaml -->
35
35
<!-- 50-DataModelHeader -->
36
36
## Beschreibung des Datenmodells der Eigenschaften
37
-
In alphabetischer Reihenfolge (klicken für Details)
ElektrischesFahrzeugMobilität NGSI-v2 normalisiertes Beispiel
503
+
Elektrofahrzeugmobilität NGSI-v2 normalisiertes Beispiel
504
504
Hier ist ein Beispiel für ein ElectricVehicleMobility im JSON-LD-Format als normalisiert. Dies ist kompatibel mit NGSI-v2, wenn keine Optionen verwendet werden und gibt die Kontextdaten einer einzelnen Entität zurück.
Hier ist ein Beispiel für ein ElectricVehicleMobility im JSON-LD-Format als Schlüssel-Wert-Paare. Dies ist kompatibel mit NGSI-LD, wenn `options=keyValues` verwendet wird und es die Kontextdaten einer einzelnen Entität zurückgibt.
546
+
Hier ist ein Beispiel für ein ElectricVehicleMobility im JSON-LD-Format als Schlüssel-Wert-Paare. Dies ist kompatibel mit NGSI-LD, wenn `options=keyValues` verwendet wird und gibt die Kontextdaten einer einzelnen Entität zurück.
0 commit comments