3192 altitude

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

JSON

Inbox

Definition

Indicates the altitude of a place. The measurement units is indicated using the units property. If units is not specified, the default is assumed to be "m" indicating meters.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-altitude

Scope Note

: Property

Example

Example 113

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Place",
  "name": "Fresno Area",
  "altitude": 15.0,
  "latitude": 36.75,
  "longitude": 119.7667,
  "units": "miles"
}