139 location
https://w3id.org/class/redaktor/location
Definition
Indicates one or more physical or logical locations associated with the object.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location
Scope Note
: PropertyExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Person",
  "name": "Sally",
  "location": {
    "name": "Over the Arabian Sea, east of Socotra Island Nature Sanctuary",
    "type": "Place",
    "longitude": 12.34,
    "latitude": 56.78,
    "altitude": 90,
    "units": "m"
  }
}