From d3f12649e18d0ba4ac360ad46529406db1ed3b44 Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Tue, 17 Oct 2023 16:50:48 +0200 Subject: [PATCH] updated on 2023-10-17T16:50:38.073906 --- ITTests/README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ITTests/README.md b/ITTests/README.md index f11fb1d..fc921b1 100644 --- a/ITTests/README.md +++ b/ITTests/README.md @@ -20,6 +20,8 @@ Link zur [deutschen Spezifikation](https://github.com/smart-data-models/dataMode Link alla [specifica](https://github.com/smart-data-models/dataModel.IT/blob/master/ITTests/doc/spec_IT.md) [仕様へのリンク](https://github.com/smart-data-models/dataModel.IT/blob/master/ITTests/doc/spec_JA.md) + +[链接到规范](https://github.com/smart-data-models/dataModel.IT/blob/master/ITTests/doc/spec_ZH.md) ### Examples Link to the [example](https://smart-data-models.github.io/dataModel.IT/ITTests/examples/example.json) (keyvalues) for NGSI v2 @@ -29,6 +31,14 @@ Link to the [example](https://smart-data-models.github.io/dataModel.IT/ITTests/e Link to the [example](https://smart-data-models.github.io/dataModel.IT/ITTests/examples/example-normalized.json) (normalized) for NGSI-V2 Link to the [example](https://smart-data-models.github.io/dataModel.IT/ITTests/examples/example-normalized.jsonld) (normalized) for NGSI-LD + +Link to the [example](https://smart-data-models.github.io/dataModel.IT/ITTests/examples/example.json.csv) (keyvalues) for NGSI v2 in CSV format + +Link to the [example](https://smart-data-models.github.io/dataModel.IT/ITTests/examples/example.jsonld.csv) (keyvalues) for NGSI-LD in CSV format + +Link to the [example](https://smart-data-models.github.io/dataModel.IT/ITTests/examples/example-normalized.json.csv) (normalized) for NGSI-V2 in CSV format + +Link to the [example](https://smart-data-models.github.io/dataModel.IT/ITTests/examples/example-normalized.jsonld.csv) (normalized) for NGSI-LD in CSV format ### Dynamic Examples generation Link to the [Generator](https://smartdatamodels.org/extra/ngsi-ld_generator.php?schemaUrl=https://raw.githubusercontent.com/smart-data-models/dataModel.IT/master/ITTests/schema.json&email=info@smartdatamodels.org) of NGSI-LD normalized payloads compliant with this data model. Refresh for new values @@ -36,6 +46,13 @@ Link to the [Generator](https://smartdatamodels.org/extra/ngsi-ld_generator.php? Link to the [Generator](https://smartdatamodels.org/extra/ngsi-ld_generator_keyvalues.php?schemaUrl=https://raw.githubusercontent.com/smart-data-models/dataModel.IT/master/ITTests/schema.json&email=info@smartdatamodels.org) of NGSI-LD keyvalues payloads compliant with this data model. Refresh for new values Link to the [Generator](https://smartdatamodels.org/extra/geojson_features_generator.php?schemaUrl=https://raw.githubusercontent.com/smart-data-models/dataModel.IT/master/ITTests/schema.json&email=info@smartdatamodels.org) of geojson feature format payloads compliant with this data model. Refresh for new values +### PostgreSQL schema + +Link to the [PostgreSQL schema](https://smart-data-models.github.io/dataModel.IT/ITTests/schema.sql) of this data model ### Contribution - If you have any issue on this data model you can raise an [issue](https://github.com/smart-data-models/dataModel.IT/issues) or contribute with a [PR](https://github.com/smart-data-models/dataModel.IT/pulls) \ No newline at end of file + If you have any issue on this data model you can raise an [issue](https://github.com/smart-data-models/dataModel.IT/issues) or contribute with a [PR](https://github.com/smart-data-models/dataModel.IT/pulls) + + If you wish to develop your own data model you can start from [contribution manual](https://bit.ly/contribution_manual). Several services have been developed to help with: + - [Test data model repository](https://smartdatamodels.org/index.php/data-models-contribution-api/) including the schema and example payloads, etc + - [Generate PostgreSQL schema](https://smartdatamodels.org/index.php/sql-service/) to help create a table, create type, etc \ No newline at end of file