OffStreetParking_C2.3.json 792 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
{
  	"id": "urn:ngsi-ld:OffStreetParking:Downtown1",
  	"type": "OffStreetParking",
	"name": {
		"type": "Property",
    	"value": "Downtown One"
	},
  	"availableSpotNumber": {
    	"type": "Property",
    	"value": 121,
canterafonsj's avatar
canterafonsj committed
		"observedAt": "2017-07-29T12:05:02Z",
canterafonsj's avatar
canterafonsj committed
    	"reliability": {
      		"type": "Property",
      		"value": 0.7
    	},
    	"providedBy": {
       		"type": "Relationship",
       		"object": "urn:ngsi-ld:Camera:C1"
    	}
	},
	"totalSpotNumber": {
    	"type": "Property",
    	"value": 200
	},
	"location": {
		"type": "GeoProperty",
		"value": {
			"type": "Point",
			"coordinates": [-8.5, 41.2]
		}
	},
	"@context": [
		"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/coreContext/ngsi-ld-core-context.json",
canterafonsj's avatar
canterafonsj committed
		"http://example.org/cim/parking.jsonld"
	]
}