Hello Arko
You can use the
place attribute. Place is an abstract class and you'll use a place specialization to describe this geometry.
You can do something like this (using geoJson notation):
...
"place": {
"role": "installationPlacz",
"@type": "GeographicLocation",
"geographicLocation": {
"@type" : "GeoJsonPoint"
"bbox": [45.749630, 4.862099]
}
},
...
Hope it helps
Ludovic
------------------------------
Ludovic Robert
Orange
My answer are my own & don't represent necessarily my company or the TMF
------------------------------