Versions Compared

Key

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

...

The form is conveniently pre-populated with registered namespaces and a skeleton SPARQL queryupdate.

 

To add a new property to the current object or update existing properties, simply move to the bottom of the form and type in the SPARQL, then click the Update button.

...

Code Block
INSERT {<> dc:title "My Test Title" .} WHERE { };
DELETE {<> dc:title "My Title" .}
WHERE { }

More Information