diff --git a/index.html b/index.html
index d564fa3..c748d7b 100644
--- a/index.html
+++ b/index.html
@@ -389,10 +389,10 @@
DataIntegrityProof
DataIntegrityProof">
{
"@context": [
- {"title": "https://schema.org/title"},
+ {"myWebsite": "https://vocabulary.example/myWebsite"},
"https://www.w3.org/ns/credentials/v2"
],
- "title": "Hello world!",
+ "myWebsite": "https://hello.world.example/",
"proof": {
"type": "DataIntegrityProof",
"cryptosuite": "eddsa-rdfc-2022",
@@ -1479,10 +1479,10 @@ Ed25519Signature2020
Ed25519Signature2020">
{
"@context": [
- {"title": "https://schema.org/title"},
+ {"myWebsite": "https://vocabulary.example/myWebsite"},
"https://w3id.org/security/data-integrity/v1"
],
- "title": "Hello world!",
+ "myWebsite": "https://hello.world.example/",
"proof": {
"type": "Ed25519Signature2020",
"created": "2020-11-05T19:23:24Z",