-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransparency-context.jsonld
More file actions
106 lines (104 loc) · 2.3 KB
/
Copy pathtransparency-context.jsonld
File metadata and controls
106 lines (104 loc) · 2.3 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"@context": {
"@version": 1.1,
"trn": "https://api-evangelist.github.io/transparency/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcat": "https://www.w3.org/ns/dcat#",
"prov": "http://www.w3.org/ns/prov#",
"TransparencyReport": "trn:TransparencyReport",
"AuditLogEntry": "prov:Activity",
"report_id": {
"@id": "dcterms:identifier",
"@type": "xsd:string"
},
"entry_id": {
"@id": "dcterms:identifier",
"@type": "xsd:string"
},
"publisher": "schema:publisher",
"report_url": {
"@id": "schema:url",
"@type": "@id"
},
"report_type": {
"@id": "trn:report_type",
"@type": "xsd:string"
},
"log_type": {
"@id": "trn:log_type",
"@type": "xsd:string"
},
"period_start": {
"@id": "dcterms:temporal",
"@type": "xsd:date"
},
"period_end": {
"@id": "dcterms:temporal",
"@type": "xsd:date"
},
"occurred_at": {
"@id": "prov:atTime",
"@type": "xsd:dateTime"
},
"published_at": {
"@id": "schema:datePublished",
"@type": "xsd:dateTime"
},
"jurisdictions": {
"@id": "trn:jurisdictions",
"@container": "@set",
"@type": "xsd:string"
},
"metrics": {
"@id": "trn:metrics",
"@container": "@set"
},
"actor": {
"@id": "prov:wasAssociatedWith",
"@type": "@id"
},
"action": {
"@id": "trn:action",
"@type": "xsd:string"
},
"resource": {
"@id": "prov:used",
"@type": "@id"
},
"outcome": {
"@id": "trn:outcome",
"@type": "xsd:string"
},
"ip_address": {
"@id": "trn:ip_address",
"@type": "xsd:string"
},
"log_index": {
"@id": "trn:log_index",
"@type": "xsd:integer"
},
"merkle_proof": {
"@id": "trn:merkle_proof"
},
"root_hash": {
"@id": "trn:root_hash",
"@type": "xsd:string"
},
"tree_size": {
"@id": "trn:tree_size",
"@type": "xsd:integer"
},
"hashes": {
"@id": "trn:hashes",
"@container": "@list",
"@type": "xsd:string"
},
"tags": {
"@id": "dcat:keyword",
"@container": "@set",
"@type": "xsd:string"
}
}
}