Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added space between the " and @ in the namespace PUT call

...

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

...