added experimental types graphml/gml
This commit is contained in:
parent
76e4a5d15e
commit
99587c2f24
2 changed files with 98 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ func Dump(qs graph.QuadStore, outFile, typ string) error {
|
|||
export.ExportNquad()
|
||||
case "json":
|
||||
export.ExportJson()
|
||||
// gml/graphml experimental
|
||||
case "gml":
|
||||
export.ExportGml()
|
||||
case "graphml":
|
||||
export.ExportGraphml()
|
||||
default:
|
||||
return fmt.Errorf("unknown format %q", typ)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue