ISSUE-351: memberOf complete attribute missing

membership-complete

memberOf complete attribute missing

State:
CLOSED
Product:
prov-dm
Raised by:
Stian Soiland-Reyes
Opened on:
2012-04-19
Description:
http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-membership

says:

A membership relation, written memberOf(id, c, {(key_1, e_1), ..., (key_n, e_n)}, attrs), has:

id: an optional identifier identifying the relation;
after: an identifier (c) for the collection whose members are asserted;
key-entity-set: a set of key-entity pairs (key_1, e_1), ..., (key_n, e_n) that are members of the collection;
complete: an optional boolean Value; if true, it indicates that no other member belongs to the collection;
attributes: an optional set (attrs) of attribute-value pairs representing additional information about this relation.

The attributes don't match the shortform, and in addition the 'complete' parameter is missing from the short form. It is however present in the examples below, after the attributes. The default for complete is not stated.

Change to:


A membership relation, written memberOf(id, c, key-entity-set
, complete, attributes), has:

id: an optional identifier identifying the relation;
c: an identifier (c) for the collection whose members are asserted;
key-entity-set: a set of key-entity pairs {(key_1, e_1), ..., (key_n, e_n)} that are members of the collection;
complete: an optional boolean value; if true, it indicates that no other member belongs to the collection, default value is false;
attributes: an optional set (attrs) of attribute-value pairs {(attr_1, "val_1"), ..., (attr_n, "val_n")} representing additional information about this relation, default is an empty set.
Related Actions Items:
No related actions
Related emails:
  1. Re: PROV-ISSUE-351 (membership-complete): memberOf complete attribute missing [prov-dm] (from soiland-reyes@cs.manchester.ac.uk on 2012-05-02)
  2. Re: PROV-ISSUE-351 (membership-complete): memberOf complete attribute missing [prov-dm] (from L.Moreau@ecs.soton.ac.uk on 2012-04-19)
  3. PROV-ISSUE-351 (membership-complete): memberOf complete attribute missing [prov-dm] (from sysbot+tracker@w3.org on 2012-04-19)

Related notes:

Solved by Luc.

Stian Soiland-Reyes, 2 May 2012, 09:27:40

Display change log ATOM feed


Chair, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 351.html,v 1.1 2013-06-20 07:37:38 vivien Exp $