Skip to content

Commit 75efc44

Browse files
authored
Update import command with links and examples
Added links to definitions, data file example, and a preso to get started.
1 parent 81c52a0 commit 75efc44

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/command_line_tool.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,11 @@ Add non existing triples - rg nodes=1000, size=0100000, reps=10 - 70284.21 tripl
340340
Loads all the triples stored in a file into the provided graphs.
341341
Graph names need to be separated by commans with no whitespaces. Each triple
342342
needs to placed in a single line. Each triple needs to be formated so it can be
343-
parsed as indicated in the documetation. All data in the file will be treated as triples.
343+
parsed as indicated in the [documetation](./temporal_graph_modeling.md).
344+
Please, also feel free to check this [example text file](./presentations/2016/06/21/data/triples.txt)
345+
and some examples of how to use it in this
346+
[presentation](http://go-talks.appspot.com/github.com/google/badwolf/docs/presentations/2016/06/21/ottawa-graph-meetup.slide#1)
347+
All data in the file will be treated as triples.
344348
A line starting with # willbe treated as a commented line. If the load fails you may
345349
end up with partially loaded data.
346350

0 commit comments

Comments
 (0)