The CIM for Energy (see its users group) is a well-established reference in the Energy sector. Thanks to the collaboration with RWTH university and other entities a first draft of the specifications about the infrastructure elements is on development. Based on these python classes a PoC is being done in the incubated repository in this link.
483 elements have been ‘translated’.
Author: maestro
Drafting service for creation of automatic payloads of a Smart Data Model
We are in the way of creating a service for testing purposes for getting payloads according to a data model.
The service is under debugging, so it cannot be trusted for production purposes. Let us know issues here
In order to access it has to access this URL (https://smartdatamodels.org/extra/payload_generator.php) with these two parameters token and dataModel
I.e. with a weather observation in the link below:
https://smartdatamodels.org/extra/payload_generator.php?token=sSdme8954c9&dataModel=%22WeatherObserved (reload page several times for generation)
In the production stage, there will be necessary a token in order to, if necessary, to limit the access for a single user. Additionally, it should be available the options of normalized and keyvalues and for the NGSI v2 and LD.
Drafting service for checking properties of a new data model
We are in the way of creating a service for those contributors willing to contribute with a complete data model.
The service is under debugging, so it cannot be trusted for production purposes. Let us know issues here
In order to access it has to access this URL (https://smartdatamodels.org/extra/check_properties.php) with this parameter ?urlSchema=[url of the raw access o the JSON schema]
I.e. a complete link could be
It returns a JSON payload indicating if this property is available for use (not used in any other data model) or in the case it is already being used what data models are currently using.
Official list of unitcodes
Whenever there is measurement it could be necessary to use the unitCode for setting the units for the value.
Now the guidelines for the data model’s creation include the place to find out these unit codes. See section units.
The list of UN/CEFACT Common Code (3 characters) can be download from this page. Or the list directly from here.
Updated data model airQualityObserved
Now, this data model AirqualityObserved can be used for indoors and outdoors measurements.
Check it out in the environment Subject.
This is the PR.
Thanks to the contributor Daniel Villalba.
Minor fix on Weather Observed
It has been a minor fix in the water observed data model.
Check PR.
Feature/add device placement iot for water modelling team.
Included into the data model a first version for the placement of device. This feature allow a better use of the device data model in the smart sensoring domain .
See the Pull request.
Two new data models
The greenEnergy Subject now compiles two data models GreenEnergyGenerator and GreenEnergyMeasurement inherited (recover) from former synchronicity project.
Thanks to Esteban Rivas, and his entity the La Factoria BikeIn.
New store data model for Point of Interest repository
Thanks to the contribution of the University of Cantabria and the migration of data models from synchronicity project, now there is a new data model for Store in the repository of Point of Interest.
You can see the contributors which are the ones in the global repository belonging to University of Cantabria.
It takes a while to update the README.md and other documents.
Updated DateTime-Commons
Thanks to the contributors of Store data model inside the point of interest repository it has been detected an error in the shared element which maps schema.org concept of opening hours specification which was located at commons in the root of data models repository.