Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. {
  2. "@context": [
  3. {
  4. "OffStreetParking": "https://uri.fiware.org/ns/datamodels/OffStreetParking",
  5. "OnStreetParking": "https://uri.fiware.org/ns/datamodels/OnStreetParking",
  6. "ParkingSpot": "https://uri.fiware.org/ns/datamodels/ParkingSpot",
  7. "address": "https://schema.org/address",
  8. "allowedVehicleType": "https://uri.fiware.org/ns/datamodels/allowedVehicleType",
  9. "areBordersMarked": "http://santander/areBordersMarked",
  10. "availableCapacity": "https://uri.fiware.org/ns/datamodels/availableCapacity",
  11. "availableSpotNumber": "https://uri.fiware.org/ns/datamodels/availableSpotNumber",
  12. "batteryLevel": "https://uri.fiware.org/ns/datamodels/batteryLevel",
  13. "blueZonePermit": "http://example.org/ngsi-ld/default/blueZonePermit",
  14. "car": "https://uri.fiware.org/ns/datamodels/car",
  15. "category": "https://uri.fiware.org/ns/datamodels/category",
  16. "chargeType": "https://uri.fiware.org/ns/datamodels/chargeType",
  17. "confidence": "http://carouge/confidence",
  18. "dateTime": "http://carouge/dateTime",
  19. "feeCharged": "https://uri.fiware.org/ns/datamodels/feeCharged",
  20. "free": "https://uri.fiware.org/ns/datamodels/free",
  21. "fillingRate": "http://carouge/fillingRate",
  22. "lastDateTime": "http://carouge/lastDateTime",
  23. "lastStatus": "http://carouge/lastStatus",
  24. "lorry": "https://uri.fiware.org/ns/datamodels/lorry",
  25. "magneticStatus": "http://carouge/magneticStatus",
  26. "manual": "https://uri.fiware.org/ns/datamodels/manual",
  27. "noPermitNeeded": "https://uri.fiware.org/ns/datamodels/noPermitNeeded",
  28. "none": "https://uri.fiware.org/ns/datamodels/none",
  29. "occupancyDetectionType": "https://uri.fiware.org/ns/datamodels/occupancyDetectionType",
  30. "occupied": "https://uri.fiware.org/ns/datamodels/occupied",
  31. "offstreet": "https://uri.fiware.org/ns/datamodels/offstreet",
  32. "onstreet": "https://uri.fiware.org/ns/datamodels/onstreet",
  33. "other": "https://uri.fiware.org/ns/datamodels/other",
  34. "permitActiveHours": "http://santander/permitActiveHours",
  35. "publicPrivate": "https://uri.fiware.org/ns/datamodels/publicPrivate",
  36. "ratio": "http://carouge/ratio",
  37. "reliability": "https://uri.fiware.org/ns/datamodels/reliability",
  38. "refParkingAccess": "https://uri.fiware.org/ns/datamodels/refParkingAccess",
  39. "refParkingGroup": "https://uri.fiware.org/ns/datamodels/refParkingGroup",
  40. "refParkingSite": "https://uri.fiware.org/ns/datamodels/refParkingSite",
  41. "refParkingSpot": "https://uri.fiware.org/ns/datamodels/ParkingSpot",
  42. "requiredPermit": "https://uri.fiware.org/ns/datamodels/requiredPermit",
  43. "rssi": "https://uri.fiware.org/ns/datamodels/rssi",
  44. "singleSpaceDetection": "https://uri.fiware.org/ns/datamodels/singleSpaceDetection",
  45. "softwareVersion": "https://uri.fiware.org/ns/datamodels/softwareVersion",
  46. "sonicStatus": "http://carouge/sonicStatus",
  47. "spreadingFactor": "http://carouge/spreadingFactor",
  48. "temperature": "https://uri.fiware.org/ns/datamodels/temperature",
  49. "temporaryFee": "http://santander/temporaryFee",
  50. "totalSpotNumber": "https://uri.fiware.org/ns/datamodels/totalSpotNumber",
  51. "triggerType": "http://carouge/triggerType"
  52. }
  53.  
  54. ]
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement