From 23991146b767e831fd9cf6c830b56d24e7b8c3dc Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 27 Oct 2018 13:17:22 -0400 Subject: [PATCH] Add note about example context. See #245. --- index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 146a36554..6f325e8fe 100644 --- a/index.html +++ b/index.html @@ -678,7 +678,7 @@

Contexts

{ "@context": [ "https://w3.org/2018/credentials/v1", - ... + "https://example.com/examples/v1" ], "id": "http://dmv.example.gov/credentials/3732", "type": ["VerifiableCredential", "ProofOfAgeCredential"], @@ -690,6 +690,21 @@

Contexts

} +

+The example above uses the base context +(https://w3.org/2018/credentials/v1) to establish that the +conversation is about a Verififiable Credential. It then adds an additional +context (https://example.com/examples/v1) to establish that the +conversation will also be about examples. +

+ +

+This document uses the Example Context +(https://example.com/examples/v1) for the purposes of +demonstrating examples. The Example Context MUST NOT be used for any other +purpose such as in pilot or production systems. +

+

The data available at https://w3.org/2018/credentials/v1 is a static document that is never updated and MAY be downloaded and