Skip to content

Example 150: Latitude/Longitude are not xsd:float #446

@cjslep

Description

@cjslep

Please Indicate One:

  • Editorial
  • Question
  • Feedback
  • Blocking Issue
  • Non-Blocking Issue

Please Describe the Issue:

In https://www.w3.org/TR/activitystreams-vocabulary, Example 150 is:

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Place",
  "name": "San Francisco, CA",
  "longitude": "122.4167",
  "latitude": "37.7833"
}

However "122.4167" and "37.7833" are not xsd:float and conflict with other examples such as Examples 57, 88, 112, 113, 124, 125, 130, and 136. They should be 122.4167 and 37.7833 respectively.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions