ISSUE-20: Identifying and naming POSTed resources

POSTed resources

Identifying and naming POSTed resources

State:
CLOSED
Product:
Use Cases and Requirements
Raised by:
Steve Battle
Opened on:
2012-10-08
Description:
<Ashok_Malhotra> RESOLVED: Close ISSUE-20 saying we're okay with the design in the FPWD. <> is self-reference within LDP operations, at least.

http://www.w3.org/2012/ldp/meeting/2012-11-01#Issue__2d_20

======


Regarding use-case : <http://www.w3.org/2012/ldp/wiki/Use_Cases_And_Requirements#UC-BPC2:_Create_resource_within_a_container>

User-story <http://www.w3.org/2012/ldp/wiki/Use_Cases_And_Requirements#Hosting_POSTed_Resources> raises questions about POSTed resources.

* How is the inserted resource identified?
The use-case scenario assumes that the inserted resource is identified by including its relation via the membership predicate, to the membership subject.
e.g.

<> rdfs:member [
a helios_bt:BugtrackerIssue;
dc:identifier "58365";
dc:type "bug";
helios_bt:isInBugtracker eg:bugtracker
]

* How does the created resource relate to the RDF description?
See user-story <http://www.w3.org/2012/ldp/wiki/Use_Cases_And_Requirements#Hosting POSTed Resources>.

The example above assumes that the object of the insert is an anonymous (existentially quantified) resource that can be skolemized to produce a URI that can be returned in the Location header.

e.g. The response the the POST

HTTP/1.1 201 Created
Location: http://example.com/bugtracker/a0001
ETag: W/"1234567890"


* Should POST support a user supplied local-name 'hint'; e.g. based on the supplied rdfs:label, to support more human-readable URIs?
Alternatively, an owl:sameAs could be used in the above to provide a user-friendly name.
Related Actions Items:
Related emails:
  1. ACTION-61complete (from steve.battle@sysemia.co.uk on 2013-07-15)
  2. Re: ldp-ISSUE-59 (recursive-delete): Reconsider usage of Aggregate/Composite construct to get predictable container delete behavior [Linked Data Platform core] (from ashok.malhotra@oracle.com on 2013-04-05)
  3. Re: A modest attempt to re-open ISSUE-20 (from henry.story@bblfish.net on 2013-03-14)
  4. Re: A modest attempt to re-open ISSUE-20 (from andy.seaborne@epimorphics.com on 2013-03-14)
  5. Re: A modest attempt to re-open ISSUE-20 (from henry.story@bblfish.net on 2013-03-14)
  6. Re: A modest attempt to re-open ISSUE-20 (from pierre-antoine.champin@liris.cnrs.fr on 2013-03-13)
  7. Re: A modest attempt to re-open ISSUE-20 (from kidehen@openlinksw.com on 2013-03-13)
  8. Re: A modest attempt to re-open ISSUE-20 (from henry.story@bblfish.net on 2013-03-13)
  9. Re: A modest attempt to re-open ISSUE-20 (from henry.story@bblfish.net on 2013-03-13)
  10. Re: A modest attempt to re-open ISSUE-20 (from andy.seaborne@epimorphics.com on 2013-03-13)
  11. Re: A modest attempt to re-open ISSUE-20 (from pierre-antoine.champin@liris.cnrs.fr on 2013-03-13)
  12. Re: A modest attempt to re-open ISSUE-20 (from henry.story@bblfish.net on 2013-03-13)
  13. Re: A modest attempt to re-open ISSUE-20 (from henry.story@bblfish.net on 2013-03-12)
  14. Re: Review and Comments for Linked Data Platform FPWD (from david@3roundstones.com on 2013-03-05)
  15. Re: Review and Comments for Linked Data Platform FPWD (from sspeiche@gmail.com on 2013-03-04)
  16. Re: "Hosting POSTed resources" user-story (from eric@w3.org on 2012-12-03)
  17. Re: "Hosting POSTed resources" user-story (from steve.battle@sysemia.co.uk on 2012-12-02)
  18. Re: "Hosting POSTed resources" user-story (from eric@w3.org on 2012-12-02)
  19. Re: "Hosting POSTed resources" user-story (from steve.battle@sysemia.co.uk on 2012-12-02)
  20. "Hosting POSTed resources" user-story (from steve.battle@sysemia.co.uk on 2012-11-29)
  21. Re: AtomPub-like Slug: header (was: Re: ldp-ISSUE-31 (conformance)) (from jasnell@gmail.com on 2012-11-05)
  22. Re: AtomPub-like Slug: header (was: Re: ldp-ISSUE-31 (conformance)) (from Erik.Wilde@emc.com on 2012-11-05)
  23. AtomPub-like Slug: header (was: Re: ldp-ISSUE-31 (conformance)) (from richard@cyganiak.de on 2012-11-05)
  24. Re: ldp-ISSUE-31 (conformance): Proper Conformance section for LDP spec [Linked Data Platform core] (from david@3roundstones.com on 2012-11-05)
  25. ldp-ISSUE-29 (Relative URIs): Relative URIs are crucial [Linked Data Platform core] (from sysbot+tracker@w3.org on 2012-11-04)
  26. Review and Comments for Linked Data Platform FPWD (from david@3roundstones.com on 2012-10-28)
  27. ldp-ISSUE-26 (creation): creation model for LDP [Linked Data Platform core] (from sysbot+tracker@w3.org on 2012-10-22)
  28. Re: Speech Acts, indexicals, REST & RDF (from Roger.Menday@uk.fujitsu.com on 2012-10-22)
  29. Re: Speech Acts, indexicals, REST & RDF (from henry.story@bblfish.net on 2012-10-17)
  30. Re: Speech Acts, indexicals, REST & RDF (from roger.menday@uk.fujitsu.com on 2012-10-17)
  31. Speech Acts, indexicals, REST & RDF (from henry.story@bblfish.net on 2012-10-16)
  32. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from ylafon@w3.org on 2012-10-15)
  33. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  34. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  35. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from lehors@us.ibm.com on 2012-10-11)
  36. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  37. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  38. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from bertails@w3.org on 2012-10-11)
  39. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  40. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  41. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  42. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  43. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  44. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  45. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from bertails@w3.org on 2012-10-11)
  46. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  47. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from bertails@w3.org on 2012-10-11)
  48. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  49. RE: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from steve.battle@sysemia.co.uk on 2012-10-11)
  50. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from bertails@w3.org on 2012-10-11)
  51. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  52. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  53. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  54. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from bertails@w3.org on 2012-10-11)
  55. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  56. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from bertails@w3.org on 2012-10-11)
  57. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  58. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  59. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  60. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  61. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  62. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  63. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from bertails@w3.org on 2012-10-11)
  64. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from bertails@w3.org on 2012-10-11)
  65. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  66. RE: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from steve.battle@sysemia.co.uk on 2012-10-11)
  67. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  68. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  69. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-11)
  70. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-11)
  71. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-11)
  72. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-10)
  73. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-10)
  74. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from roger.menday@uk.fujitsu.com on 2012-10-10)
  75. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from henry.story@bblfish.net on 2012-10-10)
  76. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from kidehen@openlinksw.com on 2012-10-10)
  77. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-10)
  78. Re: Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from andy.seaborne@epimorphics.com on 2012-10-10)
  79. Linked Data Platform ISSUE-20: What is the base URI of a POSTed document? (from steve.battle@sysemia.co.uk on 2012-10-10)
  80. Re: ldp-ISSUE-20 (POSTed resources): Identifying and naming POSTed resources [Use Cases and Requirements] (from roger.menday@uk.fujitsu.com on 2012-10-10)
  81. RE: ldp-ISSUE-20 (POSTed resources): Identifying and naming POSTed resources [Use Cases and Requirements] (from steve.battle@sysemia.co.uk on 2012-10-09)
  82. Re: ldp-ISSUE-20 (POSTed resources): Identifying and naming POSTed resources [Use Cases and Requirements] (from andy.seaborne@epimorphics.com on 2012-10-09)
  83. Re: ldp-ISSUE-20 (POSTed resources): Identifying and naming POSTed resources [Use Cases and Requirements] (from henry.story@bblfish.net on 2012-10-09)
  84. Re: ldp-ISSUE-20 (POSTed resources): Identifying and naming POSTed resources [Use Cases and Requirements] (from henry.story@bblfish.net on 2012-10-08)
  85. ldp-ISSUE-20 (POSTed resources): Identifying and naming POSTed resources [Use Cases and Requirements] (from sysbot+tracker@w3.org on 2012-10-08)

Related notes:

<Ashok_Malhotra> RESOLVED: Close ISSUE-20 saying we're okay with the design in the FPWD. <> is self-reference within LDP operations, at least.

Sandro Hawke, 1 Nov 2012, 16:50:07

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: 20.html,v 1.1 2015/08/17 04:43:07 denis Exp $