@@ -6977,24 +6977,23 @@ <h3>Vocabularies</h3>
6977
6977
< p >
6978
6978
Implementations that depend on RDF vocabulary processing MUST ensure that the
6979
6979
following vocabulary URLs used in the base context ultimately resolve to the
6980
- following files, which are normative. Other semantically equivalent
6980
+ following files when loading the JSON-LD serializations , which are normative. Other semantically equivalent
6981
6981
serializations of the vocabulary files MAY be used by implementations.
6982
- Cryptographic hashes are provided for all content to ensure that developers can
6983
- verify that the contents of each file are correct.
6982
+ Cryptographic hashes are provided for all the JSON-LD content to ensure that developers can
6983
+ verify that the content of each file is correct.
6984
6984
</ p >
6985
6985
6986
6986
< table class ="simple ">
6987
6987
< thead >
6988
6988
< tr >
6989
- < th > URL and Media Type </ th >
6990
- < th > Content and Hashes</ th >
6989
+ < th > URL</ th >
6990
+ < th > JSON-LD Content and Hashes</ th >
6991
6991
</ tr >
6992
6992
</ thead >
6993
6993
< tbody >
6994
6994
< tr >
6995
6995
< td >
6996
- https://www.w3.org/2018/credentials#< br >
6997
- `application/ld+json`
6996
+ https://www.w3.org/2018/credentials#
6998
6997
</ td >
6999
6998
< td >
7000
6999
https://www.w3.org/2018/credentials/index.jsonld< br > < br >
@@ -7005,8 +7004,7 @@ <h3>Vocabularies</h3>
7005
7004
</ tr >
7006
7005
< tr >
7007
7006
< td >
7008
- https://w3id.org/security#< br >
7009
- `application/ld+json`
7007
+ https://w3id.org/security#
7010
7008
</ td >
7011
7009
< td >
7012
7010
https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.jsonld< br > < br >
@@ -7019,9 +7017,10 @@ <h3>Vocabularies</h3>
7019
7017
</ table >
7020
7018
7021
7019
< p >
7022
- It is possible to confirm the cryptographic digests listed above by running the
7023
- following command from a modern Unix command interface line:
7024
- `curl -sL -H "Accept: <MEDIA_TYPE> " <DOCUMENT_URL> | openssl dgst -<DIGEST_ALGORITHM> -binary | openssl base64 -nopad -a`
7020
+ It is possible to confirm the cryptographic digests listed above by running
7021
+ a command like the following (replacing `<DOCUMENT_URL> ` and `<DIGEST_ALGORITHM> `
7022
+ with appropriate values) through a modern UNIX-like OS command line interface:
7023
+ `curl -sL -H "Accept: application/ld+json" <DOCUMENT_URL> | openssl dgst -<DIGEST_ALGORITHM> -binary | openssl base64 -nopad -a`
7025
7024
</ p >
7026
7025
7027
7026
< p class ="note "
0 commit comments