forked from solid/object
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoaf.ts
More file actions
17 lines (17 loc) · 804 Bytes
/
foaf.ts
File metadata and controls
17 lines (17 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const FOAF = {
account: "http://xmlns.com/foaf/0.1/account",
accountName: "http://xmlns.com/foaf/0.1/accountName",
email: "http://xmlns.com/foaf/0.1/email",
homepage: "http://xmlns.com/foaf/0.1/homepage",
icon: "http://xmlns.com/foaf/0.1/icon",
isPrimaryTopicOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf",
knows: "http://xmlns.com/foaf/0.1/knows",
maker: "http://xmlns.com/foaf/0.1/maker",
name: "http://xmlns.com/foaf/0.1/name",
nick: "http://xmlns.com/foaf/0.1/nick",
primaryTopic: "http://xmlns.com/foaf/0.1/primaryTopic",
Account: "http://xmlns.com/foaf/0.1/Account",
OnlineAccount: "http://xmlns.com/foaf/0.1/OnlineAccount",
Person: "http://xmlns.com/foaf/0.1/Person",
PersonalProfileDocument: "http://xmlns.com/foaf/0.1/PersonalProfileDocument",
} as const;