Skip to content

Instantly share code, notes, and snippets.

@kdenhartog
Created February 22, 2022 21:58
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 kdenhartog/2b6a22c1d9d4f92600f671465e697e8e to your computer and use it in GitHub Desktop.
Save kdenhartog/2b6a22c1d9d4f92600f671465e697e8e to your computer and use it in GitHub Desktop.
playground.jsonld
{
"@context": {
"@version": 1.1,
"@protected": true,
"Route": {
"@id": "http://127.0.0.1:4000/Credentials.jsonld#Route",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"url": "http://127.0.0.1:4000/vocab.json#",
"vcId": "url:vcId",
"locations": "url:locations",
"school": "url:school",
"residencenumber": "url:residencenumber",
"phone": "url:phone",
"account": "url:account",
"balance": "url:balance"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment