You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serviceEndpoint,rdf:Property,service endpoint,,RefreshService,,@id,,The value of the `serviceEndpoint` property MUST be a URL to the service endpoint associated with the subject.
24
24
termsOfUse,rdf:Property,terms of use,,VerifiableCredential,odrl:Policy,@id,,"If specified, the value of the `termsOfUse` property MUST specify one or more terms of use policies under which the creator issued the credential or presentation. If the recipient (a holder or verifier) is not willing to adhere to the specified terms of use, then they do so on their own responsibility and might incur legal liability if they violate the stated Terms of Use. Each `termsOfUse` MUST specify its type, for example, `IssuerPolicy`, and optionally, its instance `id`. The precise contents of each term of use is determined by the specific `TermsOfUse` type definition."
25
25
verifiableCredential,rdf:Property,verifiable credential,,VerifiablePresentation,cred:VerifiableCredentialGraph,@id,@graph,"The value of the `verifiableCredential` property MUST identify a `Verifiable Credential Graph` (informally, it indirectly identifies a `Verifiable Credential` contained in a separate graph)."
26
+
issued,rdf:Property,issue date,,VerifiableCredential,xsd:dateTime,,,The value of the `issued` property MUST be a string value of an ISO8601 combined date and time string representing the date and time the credential was issued. Note that this date represents the earliest date when the information associated with the `credentialSubject` property became valid.
27
+
holder,rdf:Property,holder,,"VerifiableCredential,VerifiablePresentation",,@id,,The value of the `holder` property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the holder that can be used to verify the information expressed in the credential.
<pproperty="rdfs:comment">The value of the `holder` property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the holder that can be used to verify the information expressed in the credential.</p>
<pproperty="rdfs:comment">The value of the `issued` property MUST be a string value of an ISO8601 combined date and time string representing the date and time the credential was issued. Note that this date represents the earliest date when the information associated with the `credentialSubject` property became valid.</p>
Copy file name to clipboardexpand all lines: vocab/credentials/v2/vocabulary.jsonld
+29-1
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@
86
86
"dc:description": {
87
87
"en": "This document describes the RDFS vocabulary description used for Verifiable Credentials [[VC-DATA-MODEL]]."
88
88
},
89
-
"dc:date": "2022-09-02",
89
+
"dc:date": "2022-09-06",
90
90
"rdfs:seeAlso": [
91
91
"https://www.w3.org/TR/vc-data-model-2.0/"
92
92
],
@@ -244,6 +244,22 @@
244
244
"rdfs:domain": "cred:VerifiableCredential",
245
245
"rdfs:range": "xsd:dateTime"
246
246
},
247
+
{
248
+
"@id": "cred:holder",
249
+
"@type": "rdf:Property",
250
+
"rdfs:label": {
251
+
"en": "holder"
252
+
},
253
+
"rdfs:comment": {
254
+
"en": "The value of the `holder` property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the holder that can be used to verify the information expressed in the credential."
255
+
},
256
+
"rdfs:domain": {
257
+
"owl:unionOf": [
258
+
"cred:VerifiableCredential",
259
+
"cred:VerifiablePresentation"
260
+
]
261
+
}
262
+
},
247
263
{
248
264
"@id": "cred:issuanceDate",
249
265
"@type": "rdf:Property",
@@ -256,6 +272,18 @@
256
272
"rdfs:domain": "cred:VerifiableCredential",
257
273
"rdfs:range": "xsd:dateTime"
258
274
},
275
+
{
276
+
"@id": "cred:issued",
277
+
"@type": "rdf:Property",
278
+
"rdfs:label": {
279
+
"en": "issue date"
280
+
},
281
+
"rdfs:comment": {
282
+
"en": "The value of the `issued` property MUST be a string value of an ISO8601 combined date and time string representing the date and time the credential was issued. Note that this date represents the earliest date when the information associated with the `credentialSubject` property became valid."
@@ -84,12 +84,23 @@ cred:expirationDate a rdf:Property;
84
84
rdfs:domain cred:VerifiableCredential;
85
85
rdfs:range xsd:dateTime;
86
86
rdfs:isDefinedBy cred: .
87
+
cred:holder a rdf:Property;
88
+
rdfs:label "holder"@en;
89
+
rdfs:comment """The value of the `holder` property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the holder that can be used to verify the information expressed in the credential."""@en;
rdfs:comment """The value of the `issuanceDate` property MUST be a string value of an ISO8601 combined date and time string representing the date and time the credential was issued. Note that this date represents the earliest date when the information associated with the `credentialSubject` property became valid."""@en;
90
95
rdfs:domain cred:VerifiableCredential;
91
96
rdfs:range xsd:dateTime;
92
97
rdfs:isDefinedBy cred: .
98
+
cred:issued a rdf:Property;
99
+
rdfs:label "issue date"@en;
100
+
rdfs:comment """The value of the `issued` property MUST be a string value of an ISO8601 combined date and time string representing the date and time the credential was issued. Note that this date represents the earliest date when the information associated with the `credentialSubject` property became valid."""@en;
101
+
rdfs:domain cred:VerifiableCredential;
102
+
rdfs:range xsd:dateTime;
103
+
rdfs:isDefinedBy cred: .
93
104
cred:issuer a rdf:Property;
94
105
rdfs:label "issuer"@en;
95
106
rdfs:comment """The value of the `issuer` property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the issuer that can be used to verify the information expressed in the credential."""@en;
serviceEndpoint,rdf:Property,service endpoint,,RefreshService,,@id,,The value of the serviceEndpoint property MUST be a URL to the service endpoint associated with the subject.
21
21
termsOfUse,rdf:Property,terms of use,,VerifiableCredential,odrl:Policy,@id,,"If specified, the value of the termsOfUse property MUST specify one or more terms of use policies under which the creator issued the credential or presentation. If the recipient (a holder or verifier) is not willing to adhere to the specified terms of use, then they do so on their own responsibility and might incur legal liability if they violate the stated Terms of Use. Each termsOfUse MUST specify its type, for example, IssuerPolicy, and optionally, its instance id. The precise contents of each term of use is determined by the specific TermsOfUse type definition."
22
22
verifiableCredential,rdf:Property,verifiable credential,,VerifiablePresentation,cred:VerifiableCredential,@id,@graph,The value of the verifiableCredential property MUST describe a VerifiableCredential.
23
+
holder,rdf:Property,holder,,"VerifiableCredential,VerifiablePresentation",,@id,,The value of the holder property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the holder that can be used to verify the information expressed in the credential.
0 commit comments