An ActivityPods service to manager user's profile and locations.
Automatically creates a profile on user registration.
-
/profiles
with the profile of the user and his contacts (vcard:Individual
,as:Profile
) -
/locations
with the addresses linked to the user (vcard:Location
) -
/groups
with the profiles of a user's contacts. The container will contain:- vcard:Group subjects
-
vcard:Group -> vcard:hasMember -> vcard:Individual (located in the
/profiles
container) relationships - vcard:labels for vcard:Groups
As recommended by the Solid project, the vCard ontology is used to describe individuals and locations.