Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 of 5 tasks
cjslep opened this issue Jan 2, 2018 · 1 comment · May be fixed by #451
Closed
2 of 5 tasks

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

cjslep opened this issue Jan 2, 2018 · 1 comment · May be fixed by #451

Comments

@cjslep
Copy link

cjslep commented Jan 2, 2018

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.

@evanp
Copy link
Collaborator

evanp commented May 25, 2023

I think this is covered in the ERRATA.md already, so I'm closing as a duplicate.

@evanp evanp closed this as completed May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants