-
Notifications
You must be signed in to change notification settings - Fork 2
/
ex2.pg.nq.vjen3.n3
39 lines (38 loc) · 1.94 KB
/
ex2.pg.nq.vjen3.n3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@prefix cred: <https://www.w3.org/2018/credentials#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sec: <https://w3id.org/security#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix credEx: <https://www.w3.org/ns/credentials/examples#> .
@prefix uniCred: <http://university.example/credentials/> .
[] a cred:VerifiablePresentation ;
cred:verifiableCredential {
uniCred:1872
a cred:VerifiableCredential, credEx:ExampleAlumniCredential ;
cred:credentialSubject [ id <did:example:ebfeb1f712ebc6f1c276e12ec21>
credEx:alumniOf [ id <did:example:c276e12ec21ebfeb1f712ebc6f1>
credEx:name "Example University" ]
];
cred:issuer <https://university.example/issuers/565049> ;
cred:validFrom "2010-01-01T19:23:24Z"^^xsd:dateTime ;
sec:proof {
[] a sec:DataIntegrityProof ;
dct:created "2023-06-18T21:19:10Z"^^xsd:dateTime ;
sec:cryptosuite "eddsa-2022" ;
sec:proofPurpose sec:assertionMethod ;
sec:proofValue
"zQeVbY4oey5q2M3XKaxup3tmzN4DRFTLVqpLMweBrSxMY2xHX5XTYV8nQApmEcqaqA3Q1gVHMrXFkXJeV6doDwLWx"^^sec:multibase ;
sec:verificationMethod <https://university.example/issuers/565049#key-1> .
} .
};
sec:proof {
[] a sec:DataIntegrityProof ;
dct:created "2018-09-14T21:19:10Z"^^xsd:dateTime ;
sec:challenge "1f44d55f-f161-4938-a659-f8026467f126" ;
sec:cryptosuite "eddsa-2022" ;
sec:domain "4jt78h47fh47" ;
sec:proofPurpose sec:authenticationMethod ;
sec:proofValue "zqpLMweBrSxMY2xHX5XTYV8nQAJeV6doDwLWxQeVbY4oey5q2pmEcqaqA3Q1gVHMrXFkXM3XKaxup3tmzN4DRFTLV"^^sec:multibase ;
sec:verificationMethod <did:example:ebfeb1f712ebc6f1c276e12ec21#keys-1>
} .