Skip to content

Instantly share code, notes, and snippets.

@hubgit
Last active June 6, 2019 19:53
Show Gist options
  • Select an option

  • Save hubgit/4321fa511aa2444b82697ab49d76f07b to your computer and use it in GitHub Desktop.

Select an option

Save hubgit/4321fa511aa2444b82697ab49d76f07b to your computer and use it in GitHub Desktop.
{
"@context": "https://unwalled.garden/person.jsonld",
"title": "Paul Frazee",
"description": "Beaker guy",
"follows": [
"dat://alice.com",
"dat://bob.com"
]
}
{
"@context": {
"title": "http://schema.org/name",
"description": "http://schema.org/description",
"follows": {
"@id": "https://unwalled.garden/follows",
"@type": "@id"
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment