You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,3 +33,29 @@ To indicate that addressbook addressBook.ttl has a group called "Colleagues", ad
28
33
* <addressBook.ttl#this> vcard:includesGroup colleagues.ttl#this (NB: needs to be in groupIndex.ttl)
29
34
* <colleagues.ttl#this> a vcard:Group
30
35
* <colleagues.ttl#this> vcard:fn "Colleagues"
36
+
37
+
## Profile
38
+
### Profile document
39
+
To add information to your webid profile, you can use the following triples. Suppose your webid is https://example.com/profile/card#me, then your profile document is https://example.com/profile/card (without the '#me'). Add the following triples to it:
40
+
*<https://example.com/profile/card> a foaf:PersonalProfileDocument
0 commit comments