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
description: This is a compilation list of all CONTRIBUTORS across different objects (data models) alphabetically ordered. All fields are non mandatory
2
+
contributors:
3
+
- name:
4
+
surname:
5
+
mail: os2fleetoptimiser@os2.eu
6
+
organization: OS2.eu
7
+
project: OS2 GPS-Connector
8
+
comments: Project funded by OS2 for danish municipalities.
description: This is a compilation list of the current adopters of the data model VehicleModel of the Subject dataModel.Transportation. All fields are non mandatory. More info at https://smart-data-models.github.io/data-models/templates/dataModel/CURRENT_ADOPTERS.yaml
2
+
currentAdopters:
3
+
-
4
+
adopter: OS2 GPS-Connector
5
+
description: Open source project for danish municipalities to collect GPS data for analysis and optimisation of their fleets
comments: Storing additional meta-data for vehicle models, such as 'tractionBatteryCapacity', allows further optimisation by calculating range for BEV.
"description": "This entity models a particular vehicle model, including all properties which are common to multiple vehicle instances belonging to such model.",
"description": "Property. NGSI Entity type. It has to be VehicleModel"
27
+
},
28
+
"vehicleType": {
29
+
"type": "string",
30
+
"description": "Property. Type of vehicle from the point of view of its structural characteristics. This is different than the vehicle category . Model:'https://schema.org/Text'. Enum:'agriculturalVehicle, anyVehicle, articulatedVehicle, bicycle, binTrolley, bus, car, caravan, carOrLightVehicle, carWithCaravan, carWithTrailer, cleaningTrolley, constructionOrMaintenanceVehicle, fourWheelDrive, highSidedVehicle, lorry, minibus, moped, motorcycle, motorcycleWithSideCar, motorscooter, sweepingMachine, tanker, threeWheeledVehicle, trailer, tram, twoWheeledVehicle, trolley, van, vehicleWithoutCatalyticConverter, vehicleWithCaravan, vehicleWithTrailer, withEvenNumberedRegistrationPlates, withOddNumberedRegistrationPlates, other'. The following values defined by _VehicleTypeEnum_ and _VehicleTypeEnum2_, [DATEX 2 version 2.3](http://d2docs.ndwcloud.nu/_static/umlmodel/v2.3/index.htm)",
"description": "Property. The release date of a vehicle model (often used to differentiate versions of the same make and model). Model:'https://schema.org/vehicleModelDate'"
72
+
},
73
+
"cargoVolume": {
74
+
"type": "number",
75
+
"minimum": 0,
76
+
"description": "Property. The available volume for cargo or luggage. For automobiles, this is usually the trunk volume. Model:'https://schema.org/cargoVolume'. Units:'Liters'. If only a single value is provided (type Number) it will refer to the maximum volume"
77
+
},
78
+
"fuelType": {
79
+
"type": "string",
80
+
"description": "Property. The type of fuel suitable for the engine or engines of the vehicle. Model:'https://schema.org/DateTime'. Enum:'autogas, biodiesel, ethanol, cng, diesel, electric, gasoline, hybrid electric/diesel, hybrid electric/petrol, hydrogen, lpg, petrol, petrol(unleaded), petrol(leaded), other'",
81
+
"enum": [
82
+
"autogas",
83
+
"biodiesel",
84
+
"cng",
85
+
"diesel",
86
+
"electric",
87
+
"ethanol",
88
+
"gasoline",
89
+
"hybrid_electric_diesel",
90
+
"hybrid_electric_petrol",
91
+
"hydrogen",
92
+
"lpg",
93
+
"petrol",
94
+
"petrol(unleaded)",
95
+
"petrol(leaded)",
96
+
"other"
97
+
]
98
+
},
99
+
"fuelConsumption": {
100
+
"type": "number",
101
+
"minimum": 0,
102
+
"description": "Property. The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km). Model:'https://schema.org/fuelConsumption'. Units:'liters per 100 kilometer'"
0 commit comments