w3c / activitystreams

Activity Streams 2.0
https://www.w3.org/TR/activitystreams-core/
Other
284 stars 60 forks source link

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

Closed cjslep closed 1 year ago

cjslep commented 6 years ago

Please Indicate One:

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 commented 1 year ago

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