Script for checking a data model submission

In the directory utils of the umbrella repository data-models there is a new python script that checks if a schema is properly documented and if the payload is correctly located and validates against the schema.

Extended data model Airquality observed

The data model of AirQualityobserved in the subject datamodel.Environment has been extended with these properties:

  • nox: Other Nitrogen oxides detected
  • coLevel: Qualitative Carbon Monoxide presence
  • precipitation: Amount of water rain
  • relativeHumidity: Humidity in the Air
  • typeofLocation: Type of location of the sampled item
  • temperature: Temperature of the item
  • windDirection: Direction of the weather vane
  • windSpeed: Intensity of the wind

New option for drafting a data model

In the front page, there is a new option that allows you top to directly create a copy of the template sheet for creating new data models.

Remember that this spreadsheet is done for those unfamiliar with json schema (the official format for the smart data models) to allow them to create a new data model from their knowlege.

The use instructions are in the spreadsheet

Any doubt please let us know at info@smartdatamodels.org

 

Updated context.jsonld

The context.jsonld for smart data models has been updated to meet json ld requirements. Now they are implementing geojson requirements.
It affects the terms of bbox and coordinates. It could impact those elements having a geoproperty (most of the data models).