From: Jonathan H. <hen...@ya...> - 2005-04-27 09:03:18
|
Seaborne, Andy wrote: > >-------- Original Message -------- > > >>From: Jonathan Hendler <mailto:hen...@ya...> >>Date: 26 April 2005 20:59 >> >>RAP is working well so far - >> >>I am coming from a RDMS paradigm. >> >>How would I update and delete entries? >> >>For example: >> >>Say i want to change the value of a parameter... >> >>I would pass in a value to >> >>$dbmodel->replace($s,$v,$o_old, $o_new)? >> >>Can I change $s or $v if they are never an object of svo? >> >>For delete >> >> >>$dbmodel->remove($statement) - seems simple enough, but there may be a >>collection of statements - how would I delete based on a query? >> >>Now for a bigger question- >> >>Why aren't Update and Delete part of RDQL? >> >>(http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/) >> >> > >RDQL = RDF Data *Query* Language :-) > >RDQLPlus does have insert and delete >http://rdqlplus.sourceforge.net/ >(Chris Wilper, Cornell University) > > Andy > > > hehe True, true. But the 'Q' in SQL isn't for James Bond gadget mastery either :) And it never hurts to query! (errr... ask) Thanks very much for the link! (I wonder if RAP could port this - I guess RAP wants to stick to w3c recommendations though) |