@@ -22,11 +22,13 @@ class:
22
22
- id : ControlledIdentifierDocument
23
23
label : Controlled Identifier Document
24
24
defined_by : https://www.w3.org/TR/cid-1.0/#controlled-identifier-documents
25
+ context : none
25
26
26
27
- id : Proof
27
28
label : Digital proof
28
29
defined_by : https://www.w3.org/TR/vc-data-integrity/#dfn-data-integrity-proof
29
30
comment : This class represents a digital proof on serialized data.
31
+ context : none
30
32
31
33
- id : ProofGraph
32
34
label : An RDF Graph for a digital proof
37
39
label : Verification method
38
40
comment : Instances of this class must be <a href="https://www.w3.org/TR/rdf11-concepts/#resources-and-statements">denoted by URLs</a>, i.e., they cannot be blank nodes.
39
41
defined_by : https://www.w3.org/TR/cid-1.0/#verification-methods
42
+ context : none
40
43
41
44
- id : VerificationRelationship
42
45
comment : Instances of this class are verification relationships like, for example, <a href="#authentication">authentication</a> or <a href="#assertionMethod">assertionMethod</a>. These resources can also appear as values of the <a href="#proofPurpose">proofPurpose</a> property.
48
51
label : A Data Integrity Proof
49
52
upper_value : sec:Proof
50
53
defined_by : https://www.w3.org/TR/vc-data-integrity/#dataintegrityproof
51
- context : [vocab,https://www.w3.org/ns/credentials/v2]
54
+ context : none
52
55
53
56
- id : Multikey
54
57
label : Multikey Verification Method
@@ -61,13 +64,13 @@ class:
61
64
url : https://www.w3.org/TR/vc-di-ecdsa/#multikey
62
65
- label : BBS Cryptosuites
63
66
url : https://www.w3.org/TR/vc-di-bbs/#multikey
64
- context : https://w3id.org/security/multikey/v1
67
+ context : [ https://w3id.org/security/multikey/v1, https://www.w3.org/ns/cid/v1]
65
68
66
69
- id : JsonWebKey
67
70
label : JSON Web Key Verification Method
68
71
upper_value : sec:VerificationMethod
69
72
defined_by : https://www.w3.org/TR/cid-1.0/#jsonwebkey
70
- context : https://w3id.org/security/jwk/v1
73
+ context : [ https://w3id.org/security/jwk/v1, https://www.w3.org/ns/cid/v1]
71
74
72
75
- id : Ed25519VerificationKey2020
73
76
label : ED2559 Verification Key, 2020 version
@@ -195,7 +198,7 @@ property:
195
198
see_also :
196
199
- label : Decentralized Identifiers (DIDs) v1.0
197
200
url : https://www.w3.org/TR/did-core/#verification-methods
198
- context : [vocab, https://www.w3.org/ns/credentials/v2]
201
+ context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/cid/v1 ]
199
202
200
203
- id : controller
201
204
label : Controller
@@ -204,7 +207,7 @@ property:
204
207
- sec:ControlledIdentifierDocument
205
208
range : IRI
206
209
defined_by : https://www.w3.org/TR/cid-1.0/#defn-controller
207
- context : [https://w3id.org/security/multikey/v1, https://w3id.org/security/jwk/v1, https://www.w3.org/ns/did/v1]
210
+ context : [https://w3id.org/security/multikey/v1, https://w3id.org/security/jwk/v1, https://www.w3.org/ns/did/v1, https://www.w3.org/ns/cid/v1 ]
208
211
209
212
- id : proof
210
213
label : Proof sets
@@ -261,7 +264,7 @@ property:
261
264
- sec:Proof
262
265
- sec:VerificationMethod
263
266
range : xsd:dateTime
264
- context : [vocab, https://www.w3.org/ns/credentials/v2]
267
+ context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/cid/v1 ]
265
268
266
269
- id : nonce
267
270
label : Nonce supplied by proof creator
@@ -275,38 +278,38 @@ property:
275
278
range : sec:VerificationMethod
276
279
type : sec:VerificationRelationship
277
280
defined_by : https://www.w3.org/TR/cid-1.0/#authentication
278
- context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1]
281
+ context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1, https://www.w3.org/ns/cid/v1 ]
279
282
280
283
- id : assertionMethod
281
284
label : Assertion method
282
285
range : sec:VerificationMethod
283
286
type : sec:VerificationRelationship
284
287
defined_by : https://www.w3.org/TR/cid-1.0/#assertion
285
- context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1]
288
+ context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1, https://www.w3.org/ns/cid/v1 ]
286
289
287
290
- id : capabilityDelegationMethod
288
291
label : Capability delegation method
289
292
range : sec:VerificationMethod
290
293
type : sec:VerificationRelationship
291
294
comment : Historically, this property has often been expressed using `capabilityDelegation` as a shortened term in JSON-LD. Since this shortened term and its mapping to this property are in significant use in the ecosystem, the inconsistency between the short term name (`capabilityDelegation`) and the property identifier (`...#capabilityDelegationMethod`) is expected and should not trigger an error.
292
295
defined_by : https://www.w3.org/TR/cid-1.0/#capability-delegation
293
- context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1]
296
+ context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1, https://www.w3.org/ns/cid/v1 ]
294
297
295
298
- id : capabilityInvocationMethod
296
299
label : Capability invocation method
297
300
range : sec:VerificationMethod
298
301
type : sec:VerificationRelationship
299
302
comment : Historically, this property has often been expressed using `capabilityInvocation` as a shortened term in JSON-LD. Since this shortened term and its mapping to this property are in significant use in the ecosystem, the inconsistency between the short term name (`capabilityInvocation`) and the property identifier (`...#capabilityInvocationMethod`) is expected and should not trigger an error.
300
303
defined_by : https://www.w3.org/TR/cid-1.0/#capability-invocation
301
- context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1]
304
+ context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1, https://www.w3.org/ns/cid/v1 ]
302
305
303
306
- id : keyAgreementMethod
304
307
label : Key agreement protocols
305
308
type : sec:VerificationRelationship
306
309
range : sec:VerificationMethod
307
310
comment : Historically, this property has often been expressed using `keyAgreement` as a shortened term in JSON-LD. Since this shortened term and its mapping to this property are in significant use in the ecosystem, the inconsistency between the short term name (`keyAgreement`) and the property identifier (`...#keyAgreementMethod`) is expected and should not trigger an error.
308
311
defined_by : https://www.w3.org/TR/cid-1.0/#key-agreement
309
- context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1]
312
+ context : [vocab, https://www.w3.org/ns/credentials/v2, https://www.w3.org/ns/did/v1, https://www.w3.org/ns/cid/v1 ]
310
313
311
314
- id : cryptosuite
312
315
label : Cryptographic suite
@@ -325,7 +328,7 @@ property:
325
328
url : https://datatracker.ietf.org/doc/html/draft-multiformats-multibase-03
326
329
- label : multicodec
327
330
url : https://github.com/multiformats/multicodec/blob/master/table.csv
328
- context : https://w3id.org/security/multikey/v1
331
+ context : [ https://w3id.org/security/multikey/v1, https://www.w3.org/ns/cid/v1]
329
332
330
333
- id : secretKeyMultibase
331
334
label : Secret key multibase
@@ -337,7 +340,7 @@ property:
337
340
url : https://datatracker.ietf.org/doc/html/draft-multiformats-multibase-03
338
341
- label : multicodec format
339
342
url : https://github.com/multiformats/multicodec/blob/master/table.csv
340
- context : https://w3id.org/security/multikey/v1
343
+ context : [ https://w3id.org/security/multikey/v1, https://www.w3.org/ns/cid/v1]
341
344
342
345
- id : publicKeyJwk
343
346
label : Public key JWK
@@ -349,7 +352,7 @@ property:
349
352
url : https://www.iana.org/assignments/jose/jose.xhtml
350
353
- label : RFC 7517
351
354
url : https://tools.ietf.org/html/rfc7517
352
- context : https://w3id.org/security/jwk/v1
355
+ context : [ https://w3id.org/security/jwk/v1, https://www.w3.org/ns/cid/v1]
353
356
354
357
- id : secretKeyJwk
355
358
label : Secret key JWK
@@ -361,14 +364,14 @@ property:
361
364
url : https://www.iana.org/assignments/jose/jose.xhtml
362
365
- label : RFC 7517
363
366
url : https://tools.ietf.org/html/rfc7517
364
- context : https://w3id.org/security/jwk/v1
367
+ context : [ https://w3id.org/security/jwk/v1, https://www.w3.org/ns/cid/v1]
365
368
366
369
- id : revoked
367
370
label : Revocation time
368
371
range : xsd:dateTime
369
372
defined_by : https://www.w3.org/TR/cid-1.0/#dfn-revoked
370
373
domain : sec:VerificationMethod
371
- context : https://w3id.org/security/jwk/v1
374
+ context : [ https://w3id.org/security/jwk/v1, https://www.w3.org/ns/cid/v1, https://w3id.org/security/multikey/v1]
372
375
373
376
- id : digestMultibase
374
377
label : Digest multibase
0 commit comments