Skip to content

Commit 132973f

Browse files
committed
Update example JSON-LD context.
Signed-off-by: Markus Sabadello <[email protected]>
1 parent ae80162 commit 132973f

File tree

1 file changed

+62
-46
lines changed

1 file changed

+62
-46
lines changed
Lines changed: 62 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,63 @@
11
{
2-
"@context": [{
3-
"@version": 1.1
4-
},"https://www.w3.org/ns/odrl.jsonld", {
5-
"ex": "https://example.org/examples#",
6-
"schema": "http://schema.org/",
7-
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
8-
9-
"3rdPartyCorrelation": "ex:3rdPartyCorrelation",
10-
"AllVerifiers": "ex:AllVerifiers",
11-
"Archival": "ex:Archival",
12-
"BachelorDegree": "ex:BachelorDegree",
13-
"Child": "ex:Child",
14-
"CLCredentialDefinition2019": "ex:CLCredentialDefinition2019",
15-
"CLSignature2019": "ex:CLSignature2019",
16-
"IssuerPolicy": "ex:IssuerPolicy",
17-
"HolderPolicy": "ex:HolderPolicy",
18-
"Mother": "ex:Mother",
19-
"RelationshipCredential": "ex:RelationshipCredential",
20-
"UniversityDegreeCredential": "ex:UniversityDegreeCredential",
21-
"ZkpExampleSchema2018": "ex:ZkpExampleSchema2018",
22-
23-
"issuerData": "ex:issuerData",
24-
"attributes": "ex:attributes",
25-
"signature": "ex:signature",
26-
"signatureCorrectnessProof": "ex:signatureCorrectnessProof",
27-
"primaryProof": "ex:primaryProof",
28-
"nonRevocationProof": "ex:nonRevocationProof",
29-
30-
"alumniOf": {"@id": "schema:alumniOf", "@type": "rdf:HTML"},
31-
"child": {"@id": "ex:child", "@type": "@id"},
32-
"degree": "ex:degree",
33-
"degreeType": "ex:degreeType",
34-
"degreeSchool": "ex:degreeSchool",
35-
"college": "ex:college",
36-
"name": {"@id": "schema:name", "@type": "rdf:HTML"},
37-
"givenName": "schema:givenName",
38-
"familyName": "schema:familyName",
39-
"parent": {"@id": "ex:parent", "@type": "@id"},
40-
"referenceId": "ex:referenceId",
41-
"documentPresence": "ex:documentPresence",
42-
"evidenceDocument": "ex:evidenceDocument",
43-
"spouse": "schema:spouse",
44-
"subjectPresence": "ex:subjectPresence",
45-
"verifier": {"@id": "ex:verifier", "@type": "@id"}
46-
}]
47-
}
2+
"@context": [
3+
{
4+
"@version": 1.1
5+
},
6+
"https://www.w3.org/ns/odrl.jsonld",
7+
{
8+
"ex": "https://example.org/examples#",
9+
"schema": "http://schema.org/",
10+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
11+
"3rdPartyCorrelation": "ex:3rdPartyCorrelation",
12+
"AllVerifiers": "ex:AllVerifiers",
13+
"Archival": "ex:Archival",
14+
"BachelorDegree": "ex:BachelorDegree",
15+
"Child": "ex:Child",
16+
"CLCredentialDefinition2019": "ex:CLCredentialDefinition2019",
17+
"CLSignature2019": "ex:CLSignature2019",
18+
"IssuerPolicy": "ex:IssuerPolicy",
19+
"HolderPolicy": "ex:HolderPolicy",
20+
"Mother": "ex:Mother",
21+
"RelationshipCredential": "ex:RelationshipCredential",
22+
"UniversityDegreeCredential": "ex:UniversityDegreeCredential",
23+
"ZkpExampleSchema2018": "ex:ZkpExampleSchema2018",
24+
"issuerData": "ex:issuerData",
25+
"attributes": "ex:attributes",
26+
"signature": "ex:signature",
27+
"signatureCorrectnessProof": "ex:signatureCorrectnessProof",
28+
"primaryProof": "ex:primaryProof",
29+
"nonRevocationProof": "ex:nonRevocationProof",
30+
"alumniOf": {
31+
"@id": "schema:alumniOf",
32+
"@type": "rdf:HTML"
33+
},
34+
"child": {
35+
"@id": "ex:child",
36+
"@type": "@id"
37+
},
38+
"degree": "ex:degree",
39+
"degreeType": "ex:degreeType",
40+
"degreeSchool": "ex:degreeSchool",
41+
"college": "ex:college",
42+
"name": {
43+
"@id": "schema:name",
44+
"@type": "rdf:HTML"
45+
},
46+
"givenName": "schema:givenName",
47+
"familyName": "schema:familyName",
48+
"parent": {
49+
"@id": "ex:parent",
50+
"@type": "@id"
51+
},
52+
"referenceId": "ex:referenceId",
53+
"documentPresence": "ex:documentPresence",
54+
"evidenceDocument": "ex:evidenceDocument",
55+
"spouse": "schema:spouse",
56+
"subjectPresence": "ex:subjectPresence",
57+
"verifier": {
58+
"@id": "ex:verifier",
59+
"@type": "@id"
60+
}
61+
}
62+
]
63+
}

0 commit comments

Comments
 (0)