Skip to content

Commit

Permalink
Update example.jsonld
Browse files Browse the repository at this point in the history
  • Loading branch information
JilinHe authored Nov 6, 2023
1 parent 6a99fa0 commit c991d4e
Showing 1 changed file with 12 additions and 32 deletions.
44 changes: 12 additions & 32 deletions ParkingSpot/examples/example.jsonld
Original file line number Diff line number Diff line change
@@ -1,41 +1,21 @@
{
"id": "urn:ngsi-ld:ParkingSpot:santander:daoiz_velarde_1_5:3",
"type": "ParkingSpot",
"category": {
"type": "Property",
"value": [
"onStreet"
]
},
"category": [
"onStreet"
],
"location": {
"type": "GeoProperty",
"value": {
"type": "Point",
"coordinates": [
-3.80356167695194,
43.46296641666926
]
}
},
"name": {
"type": "Property",
"value": "A-13"
},
"refParkingSite": {
"type": "Relationship",
"object": "urn:ngsi-ld:ParkingSite:santander:daoiz_velarde_1_5"
},
"status": {
"type": "Property",
"value": "free",
"observedAt": "2018-09-21T12:00:00Z",
"parkingPermit": {
"type": "Property",
"value": "yes"
}
"coordinates": [
-3.80356167695194,
43.46296641666926
],
"type": "Point"
},
"name": "A-13",
"refParkingSite": "urn:ngsi-ld:ParkingSite:santander:daoiz_velarde_1_5",
"status": "free",
"@context": [
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
"https://raw.githubusercontent.com/smart-data-models/dataModel.Parking/master/context.jsonld"
]
}
}

0 comments on commit c991d4e

Please sign in to comment.