forked from solid/object
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolid.ts
More file actions
15 lines (13 loc) · 843 Bytes
/
solid.ts
File metadata and controls
15 lines (13 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const SOLID = {
oidcIssuer: "http://www.w3.org/ns/solid/terms#oidcIssuer",
storage: "http://www.w3.org/ns/solid/terms#storage",
preferredSubjectPronoun: "http://www.w3.org/ns/solid/terms#preferredSubjectPronoun",
preferredObjectPronoun: "http://www.w3.org/ns/solid/terms#preferredObjectPronoun",
preferredRelativePronoun: "http://www.w3.org/ns/solid/terms#preferredRelativePronoun",
publicId: "http://www.w3.org/ns/solid/terms#publicId",
// the following terms are not defined but are present in https://github.com/SolidOS/profile-pane/blob/main/src/ontology/profileForm.ttl
Role: "http://www.w3.org/ns/solid/terms#Role",
CurrentRole: "http://www.w3.org/ns/solid/terms#CurrentRole",
FormerRole: "http://www.w3.org/ns/solid/terms#FormerRole",
FutureRole: "http://www.w3.org/ns/solid/terms#FutureRole",
} as const