Versions Compared

Key

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

...

 

Status
subtletrue
titleLock-token
(Optional) a Lock-Token for any locks previously created on resources updated by this operatiooperation

Example (1):

Code Block
curl -X PATCH -H "Content-Type: application/sparql-update" --data-binary "@body.rdf" "http://localhost:8080/rest/node/to/update"
 
Request Body:
 
PREFIX dc: <http://purl.org/dc/elements/1.1/>
INSERT {   
  <> dc:title "some-resource-title" .
}
WHERE { }
 

...