139 localización

https://w3id.org/class/redaktor/location

JSON

Inbox

Definition

Indica una o varias ubicaciones físicas o lógicas asociadas al objeto.
ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location

Scope Note

: Property

Example

Ejemplo 88

{
  "@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"
  }
}