Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -i -u fedoraAdmin:fedoraAdmin -X PUT  http://localhost:8080/rest/test -H "Content-Type: text/turtle" --data "
@prefix awesome:  <http://example.com/awesome/> .
<> justokayawesome:test \"blah\"."


When you retrieve this resource,

Code Block
curl -i -u fedoraAdmin:fedoraAdmin -X http://localhost:8080/rest/test

...