From 20b5bfffa291042cc318f1d378fcec0014d19382 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 6 Feb 2019 08:38:11 +0100 Subject: [PATCH] Update webId profile image property `image` does not appear as a valid property on the FOAF specification, it should be `img` instead. Source: http://xmlns.com/foaf/spec/#term_img --- solid-webid-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solid-webid-profiles.md b/solid-webid-profiles.md index db4c514..c1f7433 100644 --- a/solid-webid-profiles.md +++ b/solid-webid-profiles.md @@ -93,7 +93,7 @@ statements: on [user names](#recommendation-for-user-names-in-profiles) below). This does not have to be a real name, it can by any pseudonym, but a string provided for apps to use for representing the user, in chats, sharing etc etc. -2. A profile SHOULD include a public `foaf:image` of either a mugshot of the person or a chosen avatar +2. A profile SHOULD include a public `foaf:img` of either a mugshot of the person or a chosen avatar to make the display of the user's contributions identifiable. 3. A profile MAY provide a `foaf:nick` nickname as a short string for use by user interfaces where space is limited.