renamed nquad quad, added gml/graphml, changed default to quad

This commit is contained in:
David Schor 2015-08-11 02:32:43 -04:00
parent 19f5b090e6
commit f1566ba182
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ func Dump(qs graph.QuadStore, outFile, typ string) error {
//TODO: add possible support for exporting specific queries only
switch typ {
case "nquad":
case "quad":
export.ExportNquad()
case "json":
export.ExportJson()