-
Notifications
You must be signed in to change notification settings - Fork 1
/
context.json
126 lines (116 loc) · 4.74 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"@context": {
"acl": "http://www.w3.org/ns/auth/acl#",
"app": "http://www.w3.org/ns/solid/app#",
"as": "https://www.w3.org/ns/activitystreams#",
"cert": "http://www.w3.org/ns/auth/cert#",
"dc": "http://purl.org/dc/elements/1.1/",
"dct": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
"ldp": "http://www.w3.org/ns/ldp#",
"owl": "http://www.w3.org/2002/07/owl#",
"pim": "http://www.w3.org/ns/pim/space#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"sioc": "http://rdfs.org/sioc/ns#",
"solid": "http://www.w3.org/ns/solid/terms#",
"stat": "http://www.w3.org/ns/posix/stat#",
"ui": "http://www.w3.org/ns/ui#",
"vcard": "http://www.w3.org/2006/vcard/ns#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"accessControl": "acl:accessControl",
"accessTo": "acl:accessTo",
"accessToClass": "acl:accessToClass",
"agent": "acl:agent",
"agents": "acl:agent",
"agentClass": "acl:agentClass",
"agentClasses": "acl:agentClass",
"agentGroup": "acl:agentGroup",
"agentGroups": "acl:agentGroup",
"defaultAcl": "acl:default",
"defaultAclForNew": "acl:defaultForNew",
"delegates": "acl:delegates",
"mode": "acl:mode",
"modes": "acl:mode",
"origin": "acl:origin",
"origins": "acl:origin",
"actor": "as:actor",
"attachment": "as:attachment",
"attributedTo": "as:attributedTo",
"author": "as:author",
"bcc": "as:bcc",
"bto": "as:bto",
"cc": "as:cc",
"inReplyTo": "as:inReplyTo",
"object": "as:object",
"publicationDate": "as:published",
"subject": "as:subject",
"summary": "as:summary",
"target": "as:target",
"to": "as:to",
"abstract": "dc:abstract",
"abstracts": "dc:abstract",
"created": "dc:created",
"license": "dc:license",
"modified": "dc:modified",
"title": "dc:title",
"titles": "dc:title",
"account": "foaf:account",
"accounts": "foaf:account",
"age": "foaf:age",
"basedNear": "foaf:based_near",
"birthday": "foaf:birthday",
"blog": "foaf:weblog",
"depiction": "foaf:depiction",
"depicts": "foaf:depicts",
"email": "foaf:mbox",
"familyName": "foaf:familyName",
"firstName": "foaf:givenName",
"friend": "foaf:knows",
"friends": "foaf:knows",
"gender": "foaf:gender",
"givenName": "foaf:givenName",
"homepage": "foaf:homepage",
"image": "foaf:img",
"images": "foaf:img",
"interest": "foaf:topic_interest",
"interests": "foaf:topic_interest",
"knows": "foaf:knows",
"lastName": "foaf:familyName",
"logo": "foaf:logo",
"made": "foaf:made",
"maker": "foaf:maker",
"member": "foaf:member",
"name": "foaf:name",
"nick": "foaf:nick",
"page": "foaf:page",
"pages": "foaf:page",
"primaryTopic": "foaf:primaryTopic",
"primaryTopicOf": "foaf:primaryTopicOf",
"publication": "foaf:publications",
"publications": "foaf:publications",
"thumbnail": "foaf:thumbnail",
"thumbnails": "foaf:thumbnail",
"topic": "foaf:topic",
"topics": "foaf:topic",
"inbox": "ldp:inbox",
"inboxes": "ldp:inbox",
"storage": "pim:storage",
"preferences": "pim:preferencesFile",
"workspace": "pim:workspace",
"type": "rdf:type",
"types": "rdf:type",
"comment": "rdfs:comment",
"comments": "rdfs:comment",
"label": "rdfs:label",
"labels": "rdfs:label",
"seeAlso": "rdfs:seeAlso",
"definedBy": "rdfs:isDefinedBy",
"oidcIssuer": "solid:oidcIssuer",
"publicTypeIndex": "solid:publicTypeIndex",
"publicTypeIndexes": "solid:publicTypeIndex",
"privateTypeIndex": "solid:privateTypeIndex",
"privateTypeIndexes": "solid:privateTypeIndex"
}
}