as2_core.ex8.json 290 B

12345678910111213
  1. {
  2. "@context": [
  3. "https://www.w3.org/ns/activitystreams",
  4. {
  5. "gr": "http://purl.org/goodrelations/v1#"
  6. }
  7. ],
  8. "type": ["Place", "gr:Location"],
  9. "name": "Sally's Restaurant",
  10. "longitude": 12.34,
  11. "latitude": 56.78,
  12. "gr:category": "restaurants/french_restaurants"
  13. }