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=25&rev2=26 Comment: minor typo == Usage == - Although not strictly required, tt would be good to have some background what's happening under the hood with these commands. For that, please refer to the relevant documents listed above. + Although not strictly required, it would be good to have some background what's happening under the hood with these commands. For that, please refer to the relevant documents listed above. === Add a source resource to a container === @@ -70, +70 @@ {{{ curl -i -X POST --data-binary @src/test/resources/test.png -H "Content-Type: image/png" -H "Slug: test2" http://localhost:8080/ldp/container2 - curl -i http://localhost:8080/ldp/container2/test + curl -i http://localhost:8080/ldp/container2/test2 - curl -i -H "Accept: text/turtle" http://localhost:8080/ldp/container2/test.png + curl -i -H "Accept: text/turtle" http://localhost:8080/ldp/container2/test2.png - curl -i -H "Accept: image/png" http://localhost:8080/ldp/container2/test.png + curl -i -H "Accept: image/png" http://localhost:8080/ldp/container2/test2.png }}}
