Last active
June 6, 2019 19:53
-
-
Save hubgit/4321fa511aa2444b82697ab49d76f07b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": "https://unwalled.garden/person.jsonld", | |
| "title": "Paul Frazee", | |
| "description": "Beaker guy", | |
| "follows": [ | |
| "dat://alice.com", | |
| "dat://bob.com" | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@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