arangosh> var graph_module = require("@arangodb/general-graph");
arangosh> graph_module._drop("social");
true
arangosh> db._collection("female");
[ArangoCollection 15506, "female" (type document, status loaded)]
arangosh> db._collection("male");
[ArangoCollection 15508, "male" (type document, status loaded)]
arangosh> db._collection("relation");
[ArangoCollection 15510, "relation" (type edge, status loaded)]