@twin.org/standards-ld-contexts 0.0.2-next.9 → 0.0.3-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,379 @@
1
+ {
2
+ "@context": {
3
+ "@vocab": "_:",
4
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
5
+ "as": "https://www.w3.org/ns/activitystreams#",
6
+ "ldp": "http://www.w3.org/ns/ldp#",
7
+ "vcard": "http://www.w3.org/2006/vcard/ns#",
8
+ "id": "@id",
9
+ "type": "@type",
10
+ "Accept": "as:Accept",
11
+ "Activity": "as:Activity",
12
+ "IntransitiveActivity": "as:IntransitiveActivity",
13
+ "Add": "as:Add",
14
+ "Announce": "as:Announce",
15
+ "Application": "as:Application",
16
+ "Arrive": "as:Arrive",
17
+ "Article": "as:Article",
18
+ "Audio": "as:Audio",
19
+ "Block": "as:Block",
20
+ "Collection": "as:Collection",
21
+ "CollectionPage": "as:CollectionPage",
22
+ "Relationship": "as:Relationship",
23
+ "Create": "as:Create",
24
+ "Delete": "as:Delete",
25
+ "Dislike": "as:Dislike",
26
+ "Document": "as:Document",
27
+ "Event": "as:Event",
28
+ "Follow": "as:Follow",
29
+ "Flag": "as:Flag",
30
+ "Group": "as:Group",
31
+ "Ignore": "as:Ignore",
32
+ "Image": "as:Image",
33
+ "Invite": "as:Invite",
34
+ "Join": "as:Join",
35
+ "Leave": "as:Leave",
36
+ "Like": "as:Like",
37
+ "Link": "as:Link",
38
+ "Mention": "as:Mention",
39
+ "Note": "as:Note",
40
+ "Object": "as:Object",
41
+ "Offer": "as:Offer",
42
+ "OrderedCollection": "as:OrderedCollection",
43
+ "OrderedCollectionPage": "as:OrderedCollectionPage",
44
+ "Organization": "as:Organization",
45
+ "Page": "as:Page",
46
+ "Person": "as:Person",
47
+ "Place": "as:Place",
48
+ "Profile": "as:Profile",
49
+ "Question": "as:Question",
50
+ "Reject": "as:Reject",
51
+ "Remove": "as:Remove",
52
+ "Service": "as:Service",
53
+ "TentativeAccept": "as:TentativeAccept",
54
+ "TentativeReject": "as:TentativeReject",
55
+ "Tombstone": "as:Tombstone",
56
+ "Undo": "as:Undo",
57
+ "Update": "as:Update",
58
+ "Video": "as:Video",
59
+ "View": "as:View",
60
+ "Listen": "as:Listen",
61
+ "Read": "as:Read",
62
+ "Move": "as:Move",
63
+ "Travel": "as:Travel",
64
+ "IsFollowing": "as:IsFollowing",
65
+ "IsFollowedBy": "as:IsFollowedBy",
66
+ "IsContact": "as:IsContact",
67
+ "IsMember": "as:IsMember",
68
+ "subject": {
69
+ "@id": "as:subject",
70
+ "@type": "@id"
71
+ },
72
+ "relationship": {
73
+ "@id": "as:relationship",
74
+ "@type": "@id"
75
+ },
76
+ "actor": {
77
+ "@id": "as:actor",
78
+ "@type": "@id"
79
+ },
80
+ "attributedTo": {
81
+ "@id": "as:attributedTo",
82
+ "@type": "@id"
83
+ },
84
+ "attachment": {
85
+ "@id": "as:attachment",
86
+ "@type": "@id"
87
+ },
88
+ "bcc": {
89
+ "@id": "as:bcc",
90
+ "@type": "@id"
91
+ },
92
+ "bto": {
93
+ "@id": "as:bto",
94
+ "@type": "@id"
95
+ },
96
+ "cc": {
97
+ "@id": "as:cc",
98
+ "@type": "@id"
99
+ },
100
+ "context": {
101
+ "@id": "as:context",
102
+ "@type": "@id"
103
+ },
104
+ "current": {
105
+ "@id": "as:current",
106
+ "@type": "@id"
107
+ },
108
+ "first": {
109
+ "@id": "as:first",
110
+ "@type": "@id"
111
+ },
112
+ "generator": {
113
+ "@id": "as:generator",
114
+ "@type": "@id"
115
+ },
116
+ "icon": {
117
+ "@id": "as:icon",
118
+ "@type": "@id"
119
+ },
120
+ "image": {
121
+ "@id": "as:image",
122
+ "@type": "@id"
123
+ },
124
+ "inReplyTo": {
125
+ "@id": "as:inReplyTo",
126
+ "@type": "@id"
127
+ },
128
+ "items": {
129
+ "@id": "as:items",
130
+ "@type": "@id"
131
+ },
132
+ "instrument": {
133
+ "@id": "as:instrument",
134
+ "@type": "@id"
135
+ },
136
+ "orderedItems": {
137
+ "@id": "as:items",
138
+ "@type": "@id",
139
+ "@container": "@list"
140
+ },
141
+ "last": {
142
+ "@id": "as:last",
143
+ "@type": "@id"
144
+ },
145
+ "location": {
146
+ "@id": "as:location",
147
+ "@type": "@id"
148
+ },
149
+ "next": {
150
+ "@id": "as:next",
151
+ "@type": "@id"
152
+ },
153
+ "object": {
154
+ "@id": "as:object",
155
+ "@type": "@id"
156
+ },
157
+ "oneOf": {
158
+ "@id": "as:oneOf",
159
+ "@type": "@id"
160
+ },
161
+ "anyOf": {
162
+ "@id": "as:anyOf",
163
+ "@type": "@id"
164
+ },
165
+ "closed": {
166
+ "@id": "as:closed",
167
+ "@type": "xsd:dateTime"
168
+ },
169
+ "origin": {
170
+ "@id": "as:origin",
171
+ "@type": "@id"
172
+ },
173
+ "accuracy": {
174
+ "@id": "as:accuracy",
175
+ "@type": "xsd:float"
176
+ },
177
+ "prev": {
178
+ "@id": "as:prev",
179
+ "@type": "@id"
180
+ },
181
+ "preview": {
182
+ "@id": "as:preview",
183
+ "@type": "@id"
184
+ },
185
+ "replies": {
186
+ "@id": "as:replies",
187
+ "@type": "@id"
188
+ },
189
+ "result": {
190
+ "@id": "as:result",
191
+ "@type": "@id"
192
+ },
193
+ "audience": {
194
+ "@id": "as:audience",
195
+ "@type": "@id"
196
+ },
197
+ "partOf": {
198
+ "@id": "as:partOf",
199
+ "@type": "@id"
200
+ },
201
+ "tag": {
202
+ "@id": "as:tag",
203
+ "@type": "@id"
204
+ },
205
+ "target": {
206
+ "@id": "as:target",
207
+ "@type": "@id"
208
+ },
209
+ "to": {
210
+ "@id": "as:to",
211
+ "@type": "@id"
212
+ },
213
+ "url": {
214
+ "@id": "as:url",
215
+ "@type": "@id"
216
+ },
217
+ "altitude": {
218
+ "@id": "as:altitude",
219
+ "@type": "xsd:float"
220
+ },
221
+ "content": "as:content",
222
+ "contentMap": {
223
+ "@id": "as:content",
224
+ "@container": "@language"
225
+ },
226
+ "name": "as:name",
227
+ "nameMap": {
228
+ "@id": "as:name",
229
+ "@container": "@language"
230
+ },
231
+ "duration": {
232
+ "@id": "as:duration",
233
+ "@type": "xsd:duration"
234
+ },
235
+ "endTime": {
236
+ "@id": "as:endTime",
237
+ "@type": "xsd:dateTime"
238
+ },
239
+ "height": {
240
+ "@id": "as:height",
241
+ "@type": "xsd:nonNegativeInteger"
242
+ },
243
+ "href": {
244
+ "@id": "as:href",
245
+ "@type": "@id"
246
+ },
247
+ "hreflang": "as:hreflang",
248
+ "latitude": {
249
+ "@id": "as:latitude",
250
+ "@type": "xsd:float"
251
+ },
252
+ "longitude": {
253
+ "@id": "as:longitude",
254
+ "@type": "xsd:float"
255
+ },
256
+ "mediaType": "as:mediaType",
257
+ "published": {
258
+ "@id": "as:published",
259
+ "@type": "xsd:dateTime"
260
+ },
261
+ "radius": {
262
+ "@id": "as:radius",
263
+ "@type": "xsd:float"
264
+ },
265
+ "rel": "as:rel",
266
+ "startIndex": {
267
+ "@id": "as:startIndex",
268
+ "@type": "xsd:nonNegativeInteger"
269
+ },
270
+ "startTime": {
271
+ "@id": "as:startTime",
272
+ "@type": "xsd:dateTime"
273
+ },
274
+ "summary": "as:summary",
275
+ "summaryMap": {
276
+ "@id": "as:summary",
277
+ "@container": "@language"
278
+ },
279
+ "totalItems": {
280
+ "@id": "as:totalItems",
281
+ "@type": "xsd:nonNegativeInteger"
282
+ },
283
+ "units": "as:units",
284
+ "updated": {
285
+ "@id": "as:updated",
286
+ "@type": "xsd:dateTime"
287
+ },
288
+ "width": {
289
+ "@id": "as:width",
290
+ "@type": "xsd:nonNegativeInteger"
291
+ },
292
+ "describes": {
293
+ "@id": "as:describes",
294
+ "@type": "@id"
295
+ },
296
+ "formerType": {
297
+ "@id": "as:formerType",
298
+ "@type": "@id"
299
+ },
300
+ "deleted": {
301
+ "@id": "as:deleted",
302
+ "@type": "xsd:dateTime"
303
+ },
304
+ "inbox": {
305
+ "@id": "ldp:inbox",
306
+ "@type": "@id"
307
+ },
308
+ "outbox": {
309
+ "@id": "as:outbox",
310
+ "@type": "@id"
311
+ },
312
+ "following": {
313
+ "@id": "as:following",
314
+ "@type": "@id"
315
+ },
316
+ "followers": {
317
+ "@id": "as:followers",
318
+ "@type": "@id"
319
+ },
320
+ "streams": {
321
+ "@id": "as:streams",
322
+ "@type": "@id"
323
+ },
324
+ "preferredUsername": "as:preferredUsername",
325
+ "endpoints": {
326
+ "@id": "as:endpoints",
327
+ "@type": "@id"
328
+ },
329
+ "uploadMedia": {
330
+ "@id": "as:uploadMedia",
331
+ "@type": "@id"
332
+ },
333
+ "proxyUrl": {
334
+ "@id": "as:proxyUrl",
335
+ "@type": "@id"
336
+ },
337
+ "liked": {
338
+ "@id": "as:liked",
339
+ "@type": "@id"
340
+ },
341
+ "oauthAuthorizationEndpoint": {
342
+ "@id": "as:oauthAuthorizationEndpoint",
343
+ "@type": "@id"
344
+ },
345
+ "oauthTokenEndpoint": {
346
+ "@id": "as:oauthTokenEndpoint",
347
+ "@type": "@id"
348
+ },
349
+ "provideClientKey": {
350
+ "@id": "as:provideClientKey",
351
+ "@type": "@id"
352
+ },
353
+ "signClientKey": {
354
+ "@id": "as:signClientKey",
355
+ "@type": "@id"
356
+ },
357
+ "sharedInbox": {
358
+ "@id": "as:sharedInbox",
359
+ "@type": "@id"
360
+ },
361
+ "Public": {
362
+ "@id": "as:Public",
363
+ "@type": "@id"
364
+ },
365
+ "source": "as:source",
366
+ "likes": {
367
+ "@id": "as:likes",
368
+ "@type": "@id"
369
+ },
370
+ "shares": {
371
+ "@id": "as:shares",
372
+ "@type": "@id"
373
+ },
374
+ "alsoKnownAs": {
375
+ "@id": "as:alsoKnownAs",
376
+ "@type": "@id"
377
+ }
378
+ }
379
+ }