Dear Wiki user, You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.
The "LDPImplementationReport/2014-09-16" page has been changed by SergioFernandez: https://wiki.apache.org/marmotta/LDPImplementationReport/2014-09-16?action=diff&rev1=2&rev2=3 * '''Identifiers''' * trailing slash is ignored (removed) for URI generation. - thus http://example.com/foo and http://example.com/foo/ are treated as identic. + thus http://example.com/foo and http://example.com/foo/ are treated as identical. * query part of an URL will never be used as part of a URI. 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) @@ -19, +19 @@ * Both '''LDP-NR''' and '''LDP-NR''' are supported * Our interpretation of Sec. 5.2.3.12 implements that POST of content types not managed by the platform (i.e., not suitable Rio parser registered) adds a LDP-RS as member of the container, linking ({{{dct:hasFormat}}}/{{{dct:isFormatOf}}}) to the actual LDP-NR (URI is build by appending the file extension according the content type) * '''Only LDP-BC''' is supported, since current use cases do not justify the inclusion of LDP-DC or LDP-IC - * Sec. 5.2.3.12 ('''{{{rel='describedby'}}}-Link''') will be fulfilled by pointing to this page. + * Sec. 4.2.1.6 ('''{{{rel='ldp:constrainedBy'}}}-Link''') is fulfilled by pointing to this page. - {{{Link: <http://wiki.apache.org/marmotta/LDPImplementationReport/2014-09-16>; rel="describedby"}}} + {{{Link: <http://wiki.apache.org/marmotta/LDPImplementationReport/2014-09-16>; rel="http://www.w3.org/ns/ldp#constrainedBy"}}} * '''PATCH''' accepts [[http://afs.github.io/rdf-patch/|application/rdf-patch]] only (LD Patch support will be discussed) Patches with the predicate {{{ldp:contains}}} will result in a {{{HTTP 409 Conflict}}}
