Skip to content

Instantly share code, notes, and snippets.

@evanp
Created December 18, 2023 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanp/2fcf6a7df7323caf35a942175867f53e to your computer and use it in GitHub Desktop.
Save evanp/2fcf6a7df7323caf35a942175867f53e to your computer and use it in GitHub Desktop.
Example of a Place identified by a Wikidata object
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://activitypub.wikidata.example/wiki/Q727",
"type": "Place",
"nameMap": {
"en": "Amsterdam",
"nl": "Amsterdam"
},
"latitude": 52.3728,
"longitude": 4.89361
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment