-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.json
69 lines (62 loc) · 1.7 KB
/
context.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"@context": {
"id": "@id",
"type": "@type",
"xsd": "https://www.w3.org/2001/XMLSchema#",
"LinkedClaim": {
"@id": "http://cooperation.org/credentials#LinkedClaim",
"@context": {
"lc": "http://cooperation.org/credentials",
"id": "@id",
"digestMultibase": {
"@id": "http://cooperation.org/credentials#digestMultibase"
},
"claim": {
"@id": "lc:claim"
},
"aspect": {
"@id": "lc:aspect"
},
"statement": {
"@id": "lc:statement"
},
"object": {
"@id": "lc:object"
},
"source": {
"@id": "lc:source",
"@type": "lc:ClaimSource"
},
"confidence": {
"@id": "lc:confidence"
},
"effectiveDate": {
"@id": "lc:effectiveDate",
"@type": "xsd:dateTime"
},
"intendedAudience": {
"@id": "lc:intendedAudience"
},
"respondAt": {
"@id": "http://cooperation.org/credentials/v1#respondAt",
"@type": "@id"
}
}
},
"ClaimSource": {
"@id": "http://cooperation.org/credentials#ClaimSource",
"@context": {
"digestMultibase": { "@id": "lc:sourceDigest"},
"sourceType": { "@id": "lc:sourceType"},
"howKnown": { "@id": "lc:howKnown"},
"dateObserved": {
"@id": "lc:dateObserved",
"@type": "xsd:dateTime"
},
"author": { "@id": "lc:author", "@type": "@id"},
"curator": { "@id": "lc:curator", "@type": "@id"},
"retrieveFrom": { "@id": "lc:retrieveFrom", "@type": "@id"}
}
}
}
}