139 location

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

JSON

Inbox

Definition

Indique un ou plusieurs emplacements physiques ou logiques associés à l'objet.
voir https://www.w3.org/TR/activitystreams-vocabulary/#dfn-location

Scope Note

: Property

Example

Exemple 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"
  }
}