"locations": {
  "loc1": {
    "@type": "Location",
    "name": "Taj Mahal",
    "coordinates": "geo:27.175,78.041944",
    "...": ""
  }
},
"iCalendar": {
  "@type": "ICalComponent",
  "name": "vevent",
  "convertedProperties": {
    "locations/loc1/coordinates": {
      "@type": "ICalProperty",
      "name": "geo"
    }
  }
}
