- From: Luc Moreau <L.Moreau@ecs.soton.ac.uk>
- Date: Thu, 19 Apr 2012 10:38:27 +0100
- To: public-prov-wg@w3.org
Hi Stian, Yes, you are right. I made an update to the definition. Do you want to check? Luc On 04/19/2012 10:18 AM, Provenance Working Group Issue Tracker wrote: > PROV-ISSUE-351 (membership-complete): memberOf complete attribute missing [prov-dm] > > http://www.w3.org/2011/prov/track/issues/351 > > Raised by: Stian Soiland-Reyes > On product: prov-dm > > 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. > > > > -- Professor Luc Moreau Electronics and Computer Science tel: +44 23 8059 4487 University of Southampton fax: +44 23 8059 2865 Southampton SO17 1BJ email: l.moreau@ecs.soton.ac.uk United Kingdom http://www.ecs.soton.ac.uk/~lavm
Received on Thursday, 19 April 2012 09:39:01 UTC