Hi Sachit,

What if you try sth like this:


SPARQL MODIFY GRAPH <http://mygraph>  
DELETE { ?s ?p ?o}
INSERT
  {  
    
<http://isbsg.clearbluewater.com.au/wsf/datasets/378/Capers_Jones_107_12122011081257>
 ?p ?o
   } 
FROM <http://mygraph>
WHERE 
  { 
    ?s ?p ?o . 
    ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://isbsg.org/ontology/data/Dataset> .
FILTER regex(?s, 'Capers Jones')
  } ;


Best Regards,
Rumi

  ----- Original Message ----- 
  From: Sachit Malhotra 
  To: [email protected] 
  Sent: Tuesday, December 13, 2011 12:07 AM
  Subject: [Virtuoso-users] Delete a tripple with space in subject


  Hi Guys,


  I am trying to delete a tripple that looks like this:


  http://isbsg.clearbluewater.com.au/wsf/datasets/378/Capers 
Jones_107_12122011081257 http://www.w3.org/1999/02/22-rdf-syntax-ns#type 
http://isbsg.org/ontology/data/Dataset


  In the subject, there is a space which is a mistake and i need to delete 
this. How can i do that ??


  Thanks


  -- 

  Sachit Malhotra | Clear Blue Water Pty Ltd
  +61 403565478 | [email protected]





------------------------------------------------------------------------------


  ------------------------------------------------------------------------------
  Learn Windows Azure Live!  Tuesday, Dec 13, 2011
  Microsoft is holding a special Learn Windows Azure training event for 
  developers. It will provide a great way to learn Windows Azure and what it 
  provides. You can attend the event by watching it streamed LIVE online.  
  Learn more at http://p.sf.net/sfu/ms-windowsazure


------------------------------------------------------------------------------


  _______________________________________________
  Virtuoso-users mailing list
  [email protected]
  https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to