arangosh> var graph_module = require("org/arangodb/general-graph");
arangosh> graph_module._drop("social", true);
true
arangosh> db._collection("female");
null
arangosh> db._collection("male");
arangosh> db._collection("relation");