From afb44efc708a51c53d56e9fa1c7aeee93d9a980c Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Thu, 5 Oct 2023 14:51:36 +0200 Subject: [PATCH] updated CheckpointAreaLocation/doc/spec_IT.md --- CheckpointAreaLocation/doc/spec_IT.md | 357 ++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 CheckpointAreaLocation/doc/spec_IT.md diff --git a/CheckpointAreaLocation/doc/spec_IT.md b/CheckpointAreaLocation/doc/spec_IT.md new file mode 100644 index 0000000..c5def0f --- /dev/null +++ b/CheckpointAreaLocation/doc/spec_IT.md @@ -0,0 +1,357 @@ + +[![Smart Data Models](https://smartdatamodels.org/wp-content/uploads/2022/01/SmartDataModels_logo.png "Logo")](https://smartdatamodels.org) + Entità: CheckpointAreaLocation +============================== + + [Licenza aperta](https://github.com/smart-data-models//dataModel.ACRIS/blob/master/CheckpointAreaLocation/LICENSE.md) + [documento generato automaticamente](https://docs.google.com/presentation/d/e/2PACX-1vTs-Ng5dIAwkg91oTTUdt8ua7woBXhPnwavZ0FxgR8BsAI_Ek3C5q97Nd94HS8KhP-r_quD4H0fgyt3/pub?start=false&loop=false&delayms=3000#slide=id.gb715ace035_0_60) + + + Descrizione globale: **Proprietà. La posizione geospaziale o geopolitica di un punto di controllo. + versione: 0.0.1 + + + + ## Elenco delle proprietà + + [*] Se non c'è un tipo in un attributo è perché potrebbe avere diversi tipi o diversi formati/modelli. +- `AirportElevation[object]`: L'altezza di un aeroporto, sopra il livello del mare. - `AirportElevationUnitOfMeasurement[object]`: L'unità di misura dell'altezza di un aeroporto sul livello del mare (FT per piede o M per metro). + - `Name[string]`: Il nome dell'altitudine di un aeroporto sul livello del mare. + - `Value[number]`: Il valore dell'altitudine di un aeroporto sul livello del mare. +- `Latitude[number]`: Coordinata della latitudine della posizione dell'area del checkpoint. - `Longitude[number]`: Coordinata della longitudine della posizione dell'area del checkpoint. - `Name[string]`: Nome univoco per la posizione geospaziale o geopolitica di un'area di controllo. - `Srid[number]`: Un identificatore del sistema di riferimento spaziale (SRID), per identificare le definizioni del sistema di coordinate spaziali. - `ZoneAreaLocation[object]`: La posizione geospaziale o geopolitica di una zona di accodamento in un terminale. - `Name[string]`: Nome univoco per l'Area di zona Posizione. + - `TerminalAreaLocation[object]`: La posizione geospaziale o geopolitica dell'edificio di un terminal aeroportuale. +- `id[*]`: Identificatore univoco dell'entità - `type[string]`: Deve essere uguale a CheckpointAreaLocation. + + Proprietà richieste +- `id` - `type` + + Questo modello di dati è una mappatura del Passenger Wait Times Standard v1.6.0 dell'Airports Council International (ACI) ACRIS data interface standard. Disponibile su https://acris.aero/static/documents/waittimes/ACI-Wait-Times-Standard-API-v1.6.0.12b34cd0213e.pdf + + + ## Modello di dati descrizione delle proprietà + Ordinati in ordine alfabetico (clicca per i dettagli) + + +
full yaml details + ```yaml +CheckpointAreaLocation: + description: Property. The geospatial or geopolitical location of a Checkpoint. + properties: + AirportElevation: + description: 'The height of an Airport, above sea level.' + properties: + AirportElevationUnitOfMeasurement: + description: The unit of measure of the height of an Airport above sea level (FT for foot or M for metre). + properties: + Name: + description: The name of the unit of measure for an Airport elevation above sea level. + type: string + x-ngsi: + type: Property + type: object + x-ngsi: + type: Property + Name: + description: The name of an Airport elevation above sea level. + type: string + x-ngsi: + type: Property + Value: + description: The value of an Airport elevation above sea level. + type: number + x-ngsi: + type: Property + type: object + x-ngsi: + type: Property + Latitude: + description: Coordinate of the latitude of the checkpoint area location. + type: number + x-ngsi: + type: Property + Longitude: + description: Coordinate of the longitude of the checkpoint area location. + type: number + x-ngsi: + type: Property + Name: + description: Unique name for geospatial or geopolitical location of a Checkpoint Area Location. + type: string + x-ngsi: + type: Property + Srid: + description: 'A Spatial Reference System Identifier (SRID), to identify the spatial coordinate system definitions' + type: number + x-ngsi: + type: Property + ZoneAreaLocation: + description: The geospatial or geopolitical location of a Queuing Zone in a Terminal. + properties: + Name: + description: Unique name for the Zone Area Location. + type: string + x-ngsi: + type: Property + TerminalAreaLocation: + description: The geospatial or geopolitical location of an Airport Terminal building. + properties: + AirportLocation: + description: The geospatial or geopolitical location of an Airport. + properties: + Latitude: + description: Coordinate for latitude of the Airport. + type: number + x-ngsi: + type: Property + Longitude: + description: Coordinate for longitude of the Airport. + type: number + x-ngsi: + type: Property + Name: + description: Unique name for the Airport Location. + type: string + x-ngsi: + type: Property + Srid: + description: 'A Spatial Reference System Identifier (SRID), to identify the spatial coordinate system definitions.' + type: integer + x-ngsi: + type: Property + type: object + x-ngsi: + type: Property + Name: + description: Unique name for the Terminal Area Location. + type: string + x-ngsi: + type: Property + type: object + x-ngsi: + type: Property + type: object + x-ngsi: + type: Property + id: + anyOf: + - description: Identifier format of any NGSI entity + maxLength: 256 + minLength: 1 + pattern: ^[\w\-\.\{\}\$\+\*\[\]`|~^@!,:\\]+$ + type: string + x-ngsi: + type: Property + - description: Identifier format of any NGSI entity + format: uri + type: string + x-ngsi: + type: Property + description: Unique identifier of the entity + x-ngsi: + type: Property + type: + description: It must be equal to CheckpointAreaLocation. + enum: + - CheckpointAreaLocation + type: string + x-ngsi: + type: Property + required: + - id + - type + type: object + x-derived-from: https://acris.aero/static/documents/waittimes/ACI-Wait-Times-API-Specification-v1.6.0.1c4ec122da9a.yaml + x-disclaimer: 'Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license conditions are met. Copyleft (c) 2022 Contributors to Smart Data Models Program' + x-license-url: https://github.com/smart-data-models/dataModel.ACRIS/blob/master/CheckpointAreaLocation/LICENSE.md + x-model-schema: https://smart-data-models.github.io/dataModel.ACRIS/CheckpointAreaLocation/schema.json + x-model-tags: ACRIS + x-version: 0.0.1 +``` +
+ + + + + ## Esempi di payload + #### CheckpointAreaLocation Valori chiave NGSI-v2 Esempio + Ecco un esempio di CheckpointAreaLocation in formato JSON-LD come valori-chiave. Questo è compatibile con NGSI-v2 quando si usa `options=keyValues` e restituisce i dati di contesto di una singola entità. +
show/hide example + ```json + { + "id": "urn:ngsi-ld:CheckpointAreaLocation:id:BLBC:14665623", + "type": "CheckpointAreaLocation", + "Latitude": 40.42, + "Longitude": 3.708, + "Name": "As since dream public analysis clear one. Federal skill term court.", + "Srid": 4326, + "AirportElevation": { + "Name": "", + "Value": 777.7, + "AirportElevationUnitOfMeasurement": { + "Name": "Meters" + } + }, + "ZoneAreaLocation": { + "Name": "", + "TerminalAreaLocation": { + "Name": "", + "AirportLocation": { + "Latitude": 40.42, + "Longitude": 3.708, + "Name": "Barajas", + "Srid": 4326 + } + } + } +} +``` +
+ #### CheckpointAreaLocation Esempio normalizzato NGSI-v2 + Ecco un esempio di CheckpointAreaLocation in formato JSON-LD normalizzato. Questo è compatibile con NGSI-v2 quando non si utilizzano opzioni e restituisce i dati di contesto di una singola entità. +
show/hide example + ```json + { + "id": "urn:ngsi-ld:CheckpointAreaLocation:id:KSRW:92816613", + "type": "CheckpointAreaLocation", + "Latitude": { + "type": "Number", + "value": 2.4 + }, + "Longitude": { + "type": "Number", + "value": 5.3 + }, + "Name": { + "type": "Text", + "value": "" + }, + "Srid": { + "type": "Number", + "value": 4326 + }, + "AirportElevation": { + "type": "StructuredValue", + "value": { + "Name": "", + "Value": 487.8, + "AirportElevationUnitOfMeasurement": { + "Name": "Meters" + } + } + }, + "ZoneAreaLocation": { + "type": "StructuredValue", + "value": { + "Name": "", + "TerminalAreaLocation": { + "Name": "Madrid", + "AirportLocation": { + "Latitude": 40.41, + "Longitude": 3.70, + "Name": "", + "Srid": 662 + } + } + } + } +} +``` +
+ #### CheckpointAreaLocation Valori chiave NGSI-LD Esempio + Ecco un esempio di CheckpointAreaLocation in formato JSON-LD come valori-chiave. Questo è compatibile con NGSI-LD quando si usa `options=keyValues` e restituisce i dati di contesto di una singola entità. +
show/hide example + ```json + { + "id": "urn:ngsi-ld:CheckpointAreaLocation:id:BLBC:14665623", + "type": "CheckpointAreaLocation", + "Latitude": 40.42, + "Longitude": 3.708, + "Name": "As since dream public analysis clear one. Federal skill term court.", + "Srid": 4326, + "AirportElevation": { + "Name": "", + "Value": 777.7, + "AirportElevationUnitOfMeasurement": { + "Name": "Meters" + } + }, + "ZoneAreaLocation": { + "Name": "", + "TerminalAreaLocation": { + "Name": "", + "AirportLocation": { + "Latitude": 40.42, + "Longitude": 3.708, + "Name": "Barajas", + "Srid": 4326 + } + } + }, + "@context": [ + "https://raw.githubusercontent.com/smart-data-models/dataModel.ACRIS/master/context.jsonld" + ] +} +``` +
+ #### CheckpointAreaLocation NGSI-LD normalizzato Esempio + Ecco un esempio di CheckpointAreaLocation in formato JSON-LD normalizzato. Questo è compatibile con NGSI-LD quando non si utilizzano opzioni e restituisce i dati di contesto di una singola entità. +
show/hide example + ```json + { + "id": "urn:ngsi-ld:CheckpointAreaLocation:id:KSRW:92816613", + "type": "CheckpointAreaLocation", + "Latitude": { + "type": "Property", + "value": 40.42 + }, + "Longitude": { + "type": "Property", + "value": 3.708 + }, + "Name": { + "type": "Property", + "value": "Madrid" + }, + "Srid": { + "type": "Property", + "value": 4326 + }, + "AirportElevation": { + "type": "Property", + "value": { + "Name": "", + "Value": 487.8, + "AirportElevationUnitOfMeasurement": { + "Name": "Meters" + } + } + }, + "ZoneAreaLocation": { + "type": "Property", + "value": { + "Name": "", + "TerminalAreaLocation": { + "Name": "Madrid", + "AirportLocation": { + "Latitude": 40.42, + "Longitude": 3.708, + "Name": "", + "Srid": 4326 + } + } + } + }, + "@context": [ + "https://raw.githubusercontent.com/smart-data-models/dataModel.ACRIS/master/context.jsonld" + ] +} +``` +
+ + + + Vedere [FAQ 10](https://smartdatamodels.org/index.php/faqs/) per ottenere una risposta su come gestire le unità di grandezza. + + +--- + [Smart Data Models](https://smartdatamodels.org) +++ [Contribution Manual](https://bit.ly/contribution_manual) +++ [About](https://bit.ly/Introduction_SDM)