{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-27T10:03:42",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "Transits-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Transits",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#Transits",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "StartLocationID",
                        "propertyDescription" : "Identificativo del luogo di inizio della tratta monitorata",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "TransitCount",
                        "propertyDescription" : "Numero di transiti rilevati",
                        "dataType" : "integer",
                        "unitOfMeasure" : "dimensionless",
                        "measurementType" : "average"
                    },
                    {
                        "propertyName" : "coordinates",
                        "propertyDescription" : "Riferimento geografico",
                        "subProperties" : {
                            "propertyName" : [
                                "format",
                                "latitude",
                                "longitude",
                                "height"
                            ]
                        }
                    },
                    {
                        "propertyName" : "period",
                        "propertyDescription" : "Periodo durante il quale sono stati rilevati i dati riportati nella riga",
                        "subProperties" : {
                            "propertyName" : [
                                "start_ts",
                                "end_ts"
                            ]
                        }
                    },
                    {
                        "propertyName" : "format",
                        "propertyDescription" : "Formato wgs84 in cui sono espresse le coordinate (attributo opzionale)",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/FormatCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "latitude",
                        "propertyDescription" : "Latitudine",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "longitude",
                        "propertyDescription" : "Longitudine",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "height",
                        "propertyDescription" : "Altitudine (proprietà opzionale)",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "start_ts",
                        "propertyDescription" : "Marca temporale indicante l'inizio del periodo",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "end_ts",
                        "propertyDescription" : "Marca temporale indicante la fine del periodo",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "coordinates" : {
                        "format" : "WGS84-DD",
                        "latitude" : 0.0,
                        "longitude" : 0.0,
                        "height" : 0.0
                    },
                    "period" : {
                        "start_ts" : "2000-12-31T00:00:00",
                        "end_ts" : "2000-12-31T23:59:00"
                    },
                    "property" : [
                        {
                            "name" : "StartLocationID",
                            "val" : " "
                        },
                        {
                            "name" : "TransitCount",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}