diff --git a/index.html b/index.html index 294ecdca..47f616af 100644 --- a/index.html +++ b/index.html @@ -616,7 +616,7 @@
+This section lists cryptographic hash values that might change during the +Candidate Recommendation phase based on implementer feedback that requires +the referenced files to be modified. +
++Implementations that perform JSON-LD processing MUST treat the following +JSON-LD context URLs as already resolved, where the resolved document matches +the corresponding hash values below: +
+ +| URL and Media Type | +Content | +
|---|---|
|
+https://www.w3.org/ns/data-integrity/v1 +application/ld+json + |
+
+sha256: v/POI0jhSjPansxhJAP1fwepCBZ2HK77fRZfCCyBDs0= +sha3-512: Sg1PLFxKyEYQns9Zr0BoYXtFeDNfrHUDNMkyq4QEWv |
+
|
+https://www.w3.org/ns/multikey/v1 +application/ld+json + |
+
+sha256: SA+P0RxXl8ZH6xdPcmX71crzeGkCYMPfYjdVT46SF0o= +sha3-512: BgQBN00t6vj1T4uYt5SwdPOhe2BVNY11UEvkVo/rbBv |
+
+The security vocabulary terms that the JSON-LD contexts listed above resolve +to are in the https://w3id.org/security# +namespace. That is, all security terms in this vocabulary are of the form +`https://w3id.org/security#TERM`, where `TERM` is the name of a term. +
+ ++Implementations that perform RDF processing MUST treat the following +JSON-LD vocabulary URL as already resolved, where the resolved document matches +the corresponding hash values below. +
+ ++When dereferencing the +https://w3id.org/security# URL, +the data returned depends on HTTP content negotiation. These are as follows: +
+ +| Media Type | +Description and Cryptographic Hashes | +|
|---|---|---|
| +application/ld+json + | +
+The vocabulary in JSON-LD format [[?JSON-LD]]. + +sha256: LEaoTyf796eTaSlYWjfPe3Yb+poCW9TjWYTbFDmC0tc= + +sha3-512: f4DhJ3xhT8nT+GZ8UUZi4QC+HT//wXE2fRTgUP4UNw |
+ |
| +text/turtle + | +
+The vocabulary in Turtle format [[?TURTLE]]. +sha256: McnhLyt7+/A/0iLb3CUXD0itNw+7bwwjtzOww/zwoyI= +sha3-512: jZtZsqgPPPo+jphAcN8/St4VdRLLAmN3nEQhzs0twE |
+ + | +
| +text/html + | +
+The vocabulary in HTML+RDFa Format [[?HTML-RDFA]]. +sha256: eUHP1xiSC157iTPDydZmxg/hvmX3g/nnCn+FO25d4dc= +sha3-512: z53j8ryjVeX16Z/dby//ujhw37degwi09+LAZCTUB8 |
+ + | +
+It is possible to confirm the digests listed above by running the following +command from a modern Unix command interface line: +`curl -sL -H "Accept: <MEDIA_TYPE>" <DOCUMENT_URL> | openssl dgst -<DIGEST_ALGORITHM> -binary | openssl base64 -nopad -a`. +
+ ++For further information regarding processing of JSON-LD Contexts and +Vocabularies, see Verifiable +Credentials v2.0: Base Context and +Verifiable Credentials v2.0: Vocabularies. +
+ +