simple_insert.sparql 92 B

1234567
  1. PREFIX dc: <http://purl.org/dc/elements/1.1/>
  2. INSERT {
  3. <> dc:title "Hello" .
  4. }
  5. WHERE {
  6. }