Beispiel #1
0
 /**
  * @see SMWStore::drop()
  * @since 1.6
  */
 public function drop($verbose = true)
 {
     $this->baseStore->drop($verbose);
     smwfGetSparqlDatabase()->delete("?s ?p ?o", "?s ?p ?o");
 }