diff --git a/xAPI-Data.md b/xAPI-Data.md index 9c8f6f2a..f90b8988 100644 --- a/xAPI-Data.md +++ b/xAPI-Data.md @@ -504,7 +504,7 @@ Group that is guaranteed to only ever refer to that Agent or Identified Group. ###### Rationale Agents and Groups need to be uniquely identifiable in order for data to be stored and retrieved against them. In an xAPI Statement this is accomplished using Inverse Functional Identifiers which are loosely inspired -by the widely accepted FOAF principle (see: [Friend Of A Friend](http://xmlns.com/foaf/spec/#term_Agent)). +by the widely accepted FOAF principle (see: [Friend Of A Friend](http://xmlns.com/foaf/0.1/)). ###### Details @@ -512,10 +512,10 @@ The table below lists all possible Inverse Functional Identifier properties. - - +
PropertyTypeDescription
mboxmailto IRIThe required format is "mailto:email address".
+
mboxmailto IRIThe required format is "mailto:email address".
Only email addresses that have only ever been and will ever be assigned to this Agent, but no others, SHOULD be used for this property and mbox_sha1sum.
mbox_sha1sumStringThe hex-encoded SHA1 hash of a mailto IRI (i.e. the value of an mbox property). An LRS MAY include Agents with a matching hash when a request is based on an mbox.
mbox_sha1sumStringThe hex-encoded SHA1 hash of a mailto IRI (i.e. the value of an mbox property). An LRS MAY include Agents with a matching hash when a request is based on an mbox.
openidURIAn openID that uniquely identifies the Agent.
accountObjectA user account on an existing system e.g. an LMS or intranet.