You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+31-14Lines changed: 31 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,24 +124,41 @@ and for Apache Flink add
124
124
where `VERSION` is the released version you want to use.
125
125
126
126
## Usage
127
+
Besides using the Inference API in your application code, we also provide a command line interface with various options that allow for a convenient way to use the core reasoning algorithms:
127
128
```
128
129
RDFGraphMaterializer 0.1.0
129
130
Usage: RDFGraphMaterializer [options]
130
-
131
-
132
-
-i <file> | --input <file>
133
-
the input file in N-Triple format
134
-
-o <directory> | --out <directory>
135
-
the output directory
136
-
--single-file
137
-
write the output to a single file in the output directory
(Note that setting Spark (resp. Flink) options isn't supported here and has to be done via the corresponding config files)
161
+
145
162
### Example
146
163
147
164
`RDFGraphMaterializer -i /PATH/TO/FILE/test.nt -o /PATH/TO/TEST_OUTPUT_DIRECTORY/ -p rdfs` will compute the RDFS materialization on the data contained in `test.nt` and write the inferred RDF graph to the given directory `TEST_OUTPUT_DIRECTORY`.
0 commit comments