1
1
vocab :
2
2
- id : cs
3
3
value : https://www.w3.org/ns/credentials/status#
4
- context : https://www.w3.org/ns/credentials/v2
5
4
6
5
prefix :
7
6
- id : cred
@@ -22,38 +21,46 @@ ontology:
22
21
23
22
class :
24
23
- id : BitstringStatusList
24
+ label : Bitstring status list class
25
25
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslist
26
26
27
27
- id : BitstringStatusListEntry
28
+ label : Bitstring status list entry class
28
29
upper_value : cred:CredentialStatus
29
30
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslistentry
30
31
31
32
- id : BitstringStatusListCredential
33
+ label : Bitstring status list credential class
32
34
upper_value : cred:VerifiableCredential
33
35
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslistcredential
34
36
35
37
- id : BitstringStatusMessage
38
+ label : Bitstring status message class
36
39
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusMessage
37
40
38
41
property :
39
42
- id : statusPurpose
43
+ label : The purpose of the status list
40
44
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusPurpose
41
45
domain :
42
46
- cs:BitstringStatusList
43
47
- cs:BitstringStatusListEntry
44
48
range : xsd:string
45
49
46
50
- id : statusListIndex
51
+ label : The position of the entry in the status list
47
52
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusListIndex
48
53
domain : cs:BitstringStatusListEntry
49
54
range : xsd:string
50
55
51
56
- id : statusListCredential
57
+ label : The location of the status list credential
52
58
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusListCredential
53
59
domain : cs:BitstringStatusListEntry
54
60
range : cs:BitstringStatusListCredential
55
61
56
62
- id : encodedList
63
+ label : The encoded status list bitstring
57
64
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#encodedList
58
65
domain : cs:BitstringStatusList
59
66
range : sec:multibase
@@ -71,6 +78,7 @@ property:
71
78
range : xsd:positiveInteger
72
79
73
80
- id : statusMessage
81
+ label : Status message
74
82
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusMessage
75
83
domain : cs:BitstringStatusList
76
84
range : cs:BitstringStatusMessage
0 commit comments