We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650224e commit ef2e6d8Copy full SHA for ef2e6d8
1 file changed
README.md
@@ -25,8 +25,6 @@ Usage: relation-graph [options]
25
Print usage and exit
26
--help | -h <bool>
27
Print help message and exit
28
- --version
29
- Print release info and exit
30
--ontology-file <filename>
31
Input OWL ontology
32
--output-file <filename>
@@ -49,6 +47,8 @@ Usage: relation-graph [options]
49
47
Output triples where individuals are subjects, with classes as objects (default false)
50
48
--disable-owl-nothing <bool>
51
Disable inference of unsatisfiable classes by the whelk reasoner (default false)
+ --remove-gcis <bool>
+ Filter out subclass axioms where the left side is a complex expression
52
--verbose <bool>
53
Set log level to INFO
54
```
0 commit comments