delete all triples in triple store - SPARQL query

delete {
 ?s ?p ?o.
}
where{
 ?s ?p ?o.
}

 

posted @ 2014-11-18 04:59  Rui Yan  阅读(144)  评论(0编辑  收藏  举报