From 16a7105103f56b156a5b86e4c82b610f8a80667e Mon Sep 17 00:00:00 2001 From: Martin Koob Date: Tue, 27 Dec 2022 09:29:21 -0500 Subject: [PATCH] Update links to FOAF Vocabulary document in xAPI-Data.md Links in Section 2.4.3.2 Inverse Functional Identifier, to the Friend Of A Friend Vocabulary Specification have been updated. --- xAPI-Data.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.