On 4/3/14 10:23 AM, Eugen F wrote:
Hi Hugh,

I have write permissions; now that you pointed to those docs I think it's a bug. Consider a query from virtuoso docs duplicated:

WITH <urn:x>
DELETE { ?person <http://xmlns.com/foaf/0.1/givenName> 'Bill' }
INSERT { ?person <http://xmlns.com/foaf/0.1/givenName> 'William' }
WHERE
  {
    ?person <http://xmlns.com/foaf/0.1/givenName> 'Bill'
  } ;

Should be:

## following omission of ";" separator between the INSERT and DELETE .
WITH <urn:x>
DELETE { ?person <http://xmlns.com/foaf/0.1/givenName> 'Bill' } ;

INSERT { ?person <http://xmlns.com/foaf/0.1/givenName> 'William' }
WHERE
  {
    ?person <http://xmlns.com/foaf/0.1/givenName> 'Bill'
  } ;


WITH <urn:x>
DELETE { ?person <http://xmlns.com/foaf/0.1/givenName> 'Bill' }
INSERT { ?person <http://xmlns.com/foaf/0.1/givenName> 'William' }
WHERE
  {
    ?person <http://xmlns.com/foaf/0.1/givenName> 'Bill'
  }


Ditto.

--

Regards,

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter Profile: https://twitter.com/kidehen
Google+ Profile: https://plus.google.com/+KingsleyIdehen/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen




Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to