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
<pproperty="rdfs:comment">The value of this property MUST be a status scheme that provides enough information to determine the current status of the credential (e.g. suspended, revoked, etc.). The status scheme will vary depending on a variety of factors, such as whether it is simple to implement or privacy-enhancing.</p>
<pproperty="rdfs:comment">The value of this property MUST be a status scheme that provides enough information to determine the current status of the credential (e.g. suspended, revoked, etc.). The status scheme will vary depending on a variety of factors, such as whether it is simple to implement or privacy-enhancing.</p>
"en": "This document describes the RDFS vocabulary description used for Verifiable Claims [[verifiable-claims-data-model]] along with the default JSON-LD Context."
150
149
},
151
-
"dc:date": "2018-07-25",
150
+
"dc:date": "2018-11-14",
152
151
"owl:imports": [
153
152
"http://purl.org/dc/terms/",
154
153
"https://w3.org/2018/security"
@@ -190,24 +189,24 @@
190
189
],
191
190
"rdfs_properties": [
192
191
{
193
-
"@id": "cred:claim",
192
+
"@id": "cred:credentialStatus",
194
193
"@type": "rdf:Property",
195
194
"rdfs:label": {
196
-
"en": "claim"
195
+
"en": "credential status"
197
196
},
198
197
"rdfs:comment": {
199
-
"en": "A statement made about a `subject`."
198
+
"en": "The value of this property MUST be a status scheme that provides enough information to determine the current status of the credential (e.g. suspended, revoked, etc.). The status scheme will vary depending on a variety of factors, such as whether it is simple to implement or privacy-enhancing."
200
199
},
201
200
"rdfs:domain": "cred:VerifiableCredential"
202
201
},
203
202
{
204
-
"@id": "cred:credentialStatus",
203
+
"@id": "cred:credentialSubject",
205
204
"@type": "rdf:Property",
206
205
"rdfs:label": {
207
-
"en": "credential status"
206
+
"en": "credentialSubject"
208
207
},
209
208
"rdfs:comment": {
210
-
"en": "The value of this property MUST be a status scheme that provides enough information to determine the current status of the credential (e.g. suspended, revoked, etc.). The status scheme will vary depending on a variety of factors, such as whether it is simple to implement or privacy-enhancing."
Copy file name to clipboardExpand all lines: vocab/credentials.ttl
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
cred: a owl:Ontology;
11
11
dc:title "Verifiable Claims Vocabulary"@en;
12
12
dc:description """This document describes the RDFS vocabulary description used for Verifiable Claims [[verifiable-claims-data-model]] along with the default JSON-LD Context."""@en;
@@ -29,16 +29,16 @@ cred:VerifiablePresentation a rdfs:Class;
29
29
rdfs:isDefinedBy cred: .
30
30
31
31
# Property definitions
32
-
cred:claim a rdf:Property;
33
-
rdfs:label "claim"@en;
34
-
rdfs:comment """A statement made about a `subject`."""@en;
35
-
rdfs:domain cred:VerifiableCredential;
36
-
rdfs:isDefinedBy cred: .
37
32
cred:credentialStatus a rdf:Property;
38
33
rdfs:label "credential status"@en;
39
34
rdfs:comment """The value of this property MUST be a status scheme that provides enough information to determine the current status of the credential (e.g. suspended, revoked, etc.). The status scheme will vary depending on a variety of factors, such as whether it is simple to implement or privacy-enhancing."""@en;
40
35
rdfs:domain cred:VerifiableCredential;
41
36
rdfs:isDefinedBy cred: .
37
+
cred:credentialSubject a rdf:Property;
38
+
rdfs:label "credentialSubject"@en;
39
+
rdfs:comment """The primary `subject` of a credential."""@en;
40
+
rdfs:domain cred:VerifiableCredential;
41
+
rdfs:isDefinedBy cred: .
42
42
cred:evidence a rdf:Property;
43
43
rdfs:label "evidence"@en;
44
44
rdfs:comment """The value of this property MUST be one or more evidence schemes that provides enough information to a verifier to determine whether or not the evidence gathered meets their requirements."""@en;
claim,rdf:Property,claim,,VerifiableCredential,,@id,@graph,A statement made about a `subject`.
11
-
issuer,rdf:Property,issuer,,VerifiableCredential,,@id,,The value of this property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the issuer that may be used to verify the information expressed in the `credential`.
12
-
issuanceDate,rdf:Property,issuance date,,VerifiableCredential,xsd:dateTime,,,The value of this property MUST be a string value of an [[ISO8601]] combined date and time string and represents the date and time the `credential` was issued. Note that this date represents the earliest date when the information associated with the _claim property became valid.
13
-
expirationDate,rdf:Property,expiration date,,VerifiableCredential,xsd:dateTime,,,The value of this property MUST be a string value of an [[ISO8601]] combined date and time string and represents the date and time the `credential` will cease to be valid
14
-
evidence,rdf:Property,evidence,,VerifiableCredential,DocumentationVerifier,,,The value of this property MUST be one or more evidence schemes that provides enough information to a verifier to determine whether or not the evidence gathered meets their requirements.
15
-
credentialStatus,rdf:Property,credential status,,VerifiableCredential,,@id,,"The value of this property MUST be a status scheme that provides enough information to determine the current status of the credential (e.g. suspended, revoked, etc.). The status scheme will vary depending on a variety of factors, such as whether it is simple to implement or privacy-enhancing."
16
-
verifiableCredential,rdf:Property,verifiable credential,,VerifiablePresentation,Credential,@id,@graph,The contents of the `verifiableCredential` property are `verifiable credentials` as described by this specification.
17
-
termsOfUse,rdf:Property,terms of use,,VerifiableCredential,Policy,@id,,The value of this property MUST be one or more terms of use descriptions that provide enough information to a verifier to determine how they may utilize the given information.
Policy,rdfs:Class,Policy,,,,,,Issue: Generic policy with possible instance 0drlPolicy2017.
20
-
VerifiableCredential,rdfs:Class,Verifiable Credential,,,,,,A `verifiable credential` is a credential that is tamper-resistant and whose authorship can be cryptographically verified.
21
-
VerifiablePresentation,rdfs:Class,Verifiable Presentation,,,,,,A `verifiable presentation` is a presentation that is made tamper-resistant by the holder.
22
-
created,term,,dc:created,,,xsd:dateTime,,Date of creation of the resource.
23
-
creator,term,,dc:creator,,,@id,,An entity primarily responsible for making the resource.
credentialSubject,rdf:Property,credentialSubject,,VerifiableCredential,,@id,,The primary `subject` of a credential.
11
+
issuer,rdf:Property,issuer,,VerifiableCredential,,@id,,The value of this property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the issuer that may be used to verify the information expressed in the `credential`.
12
+
issuanceDate,rdf:Property,issuance date,,VerifiableCredential,xsd:dateTime,,,The value of this property MUST be a string value of an [[ISO8601]] combined date and time string and represents the date and time the `credential` was issued. Note that this date represents the earliest date when the information associated with the _claim property became valid.
13
+
expirationDate,rdf:Property,expiration date,,VerifiableCredential,xsd:dateTime,,,The value of this property MUST be a string value of an [[ISO8601]] combined date and time string and represents the date and time the `credential` will cease to be valid
14
+
evidence,rdf:Property,evidence,,VerifiableCredential,DocumentationVerifier,,,The value of this property MUST be one or more evidence schemes that provides enough information to a verifier to determine whether or not the evidence gathered meets their requirements.
15
+
credentialStatus,rdf:Property,credential status,,VerifiableCredential,,@id,,"The value of this property MUST be a status scheme that provides enough information to determine the current status of the credential (e.g. suspended, revoked, etc.). The status scheme will vary depending on a variety of factors, such as whether it is simple to implement or privacy-enhancing."
16
+
verifiableCredential,rdf:Property,verifiable credential,,VerifiablePresentation,Credential,@id,@graph,The contents of the `verifiableCredential` property are `verifiable credentials` as described by this specification.
17
+
termsOfUse,rdf:Property,terms of use,,VerifiableCredential,Policy,@id,,The value of this property MUST be one or more terms of use descriptions that provide enough information to a verifier to determine how they may utilize the given information.
Policy,rdfs:Class,Policy,,,,,,Issue: Generic policy with possible instance 0drlPolicy2017.
20
+
VerifiableCredential,rdfs:Class,Verifiable Credential,,,,,,A `verifiable credential` is a credential that is tamper-resistant and whose authorship can be cryptographically verified.
21
+
VerifiablePresentation,rdfs:Class,Verifiable Presentation,,,,,,A `verifiable presentation` is a presentation that is made tamper-resistant by the holder.
22
+
created,term,,dc:created,,,xsd:dateTime,,Date of creation of the resource.
23
+
creator,term,,dc:creator,,,@id,,An entity primarily responsible for making the resource.
0 commit comments