- From: Linked Data Platform (LDP) Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Mon, 05 Nov 2012 15:39:49 +0000
- To: public-ldp-wg@w3.org
ldp-ISSUE-30 (bugtrack): Hierarchical bugtracking service [Use Cases and Requirements] http://www.w3.org/2012/ldp/track/issues/30 Raised by: Eric Prud'hommeaux On product: Use Cases and Requirements issues: nested containership. moving contained members. POST /SomeProduct { <> a :Bug } yields { /Bugz/bug2 a :Bug } POST /Bugz/bug2 { <> a :Comment } yields { /Comments/comment3 a :comment } Alice notices that /Bugz/bug2 is the same as /Bugz/bug1, reassigns comment3 and deletes bug2. or with names reflecting the hierarchy: POST /SomeProduct { <> a :Bug } yields { /SomeProduct/Bugz/bug2 a :Bug } POST /SomeProduct/Bugz/bug2 { <> a :Comment } yields { /SomeProduct/Bugz/bug2/Comments/comment3 a :comment } Alice notices that /SomeProduct/Bugz/bug2 is the same as /SomeProduct/Bugz/bug1, reassigns comment3 and deletes bug2.
Received on Monday, 5 November 2012 15:39:55 UTC