You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by Apache Wiki <wi...@apache.org> on 2014/02/21 09:27:19 UTC

[Marmotta Wiki] Update of "LDPImplementationReport" by JakobFrank

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.

The "LDPImplementationReport" page has been changed by JakobFrank:
https://wiki.apache.org/marmotta/LDPImplementationReport?action=diff&rev1=1&rev2=2

Comment:
Added some Implementation Restrictions/Clarifications

  = Marmotta LDP Implementation Report =
- 
  == Relevant Documents ==
- 
-   * [[https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp.html|LDP spec]]
+  * [[https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp.html|LDP spec]]
-   * [[https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-ucr.html|LDP Use Cases and Requirements]]
+  * [[https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-ucr.html|LDP Use Cases and Requirements]]
-   * [[https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-bp/ldp-bp.html|LDP Best Practices]]
+  * [[https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-bp/ldp-bp.html|LDP Best Practices]]
  
  == Meetings ==
- 
-   * [[http://wilderness.apache.org/archives/apachemarmotta-10_02_2014-188.html|Feb 10, 2014]]
+  * [[http://wilderness.apache.org/archives/apachemarmotta-10_02_2014-188.html|Feb 10, 2014]]
-   * [[http://wilderness.apache.org/archives/apachemarmotta-11_02_2014-1278.html|Feb 11, 2014]]
+  * [[http://wilderness.apache.org/archives/apachemarmotta-11_02_2014-1278.html|Feb 11, 2014]]
  
  == Implementation Restrictions ==
+ We agree on some restrictions:
  
+  * '''Identifiers'''
+   * trailing slash is ignored for URI generation. 
+     thus http://example.com/foo and http://example.com/foo/ are treated as identic.
- We agree on some restrictions:
-  
-   * Identifiers will never end with slash 
-     * requests to a resource with slash at the end will produce a redirect (301?) without slash
-   * Query part in a URL would never be used as part of a URI
+   * query part of an URL will never be used as part of a URI. 
-     * In order to prevent conflict with some LDP operations, such as 
-   * For the moment we won't support pagging
+     query parameters might be used for some LDP operations such as non-membership triples (tbd)
+   * resources with fragments can't be addressed directly, but can be accessed via their container (URL without fragment)
+  * '''Paging''' will be not supported
-      * Anyway the WG has resolved (Feb 17, 2014) to move out paging and ordering into a separate spec: http://www.w3.org/2013/meeting/ldp/2014-02-17#resolution_5
+    Anyway the WG has resolved (Feb 17, 2014) to move out paging and ordering into a separate spec: [[http://www.w3.org/2013/meeting/ldp/2014-02-17#resolution_5|2014-02-17#r5]]
+  * '''ETags''' are ''weak'' and soley based on the {{{dcterms:modified}}} value
+    This is something to improve for the future
+  * '''Sort''' will be not supported
+  * Support for '''LDP-NR''' (aka LDP-BR) is currently under discussion on the [[http://mail-archives.apache.org/mod_mbox/marmotta-dev/201402.mbox/%3C52FA14DD.6090506%40salzburgresearch.at%3E|mailing-list]].
+  * Sec. 5.2.11 ('''{{{rel='describedby'}}}-Link''') will be fulfilled by pointing to this page.
+    {{{Link: <http://wiki.apache.org/marmotta/LDPImplementationReport>; rel="describedby"}}}