Skip to content

Commit d7c91c1

Browse files
authored
Update README.md
1 parent 4ce3b99 commit d7c91c1

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Usage: relation-graph [options]
2929
Input OWL ontology
3030
--output-file <filename>
3131
File to stream output triples to.
32-
--mode <RDF|OWL>
33-
Configure style of triples to be output. RDF mode is the default; each existential relation is collapsed to a single direct triple.
32+
--mode <RDF|OWL|TSV>
33+
Configure style of triples to be output. RDF mode is the default; each existential relation is collapsed to a single direct triple. TSV mode outputs the same triples as RDF mode, but as TSV, compacting IRIs using an optional prefixes file.
3434
--property <IRI>
35-
Property to restrict output relations to. Provide option multiple times for multiple properties.
35+
Property to restrict output relations to. Provide option multiple times for multiple properties. If no properties are provided (via CLI or file), then all properties found in the ontology will be used.
3636
--properties-file <filename>
37-
File containing line-separated property IRIs to restrict output relations to.
37+
File containing line-separated property IRIs to restrict output relations to. If no properties are provided (via CLI or file), then all properties found in the ontology will be used.
3838
--output-subclasses <bool>
3939
Include entailed rdfs:subClassOf or owl:equivalentClass relations in output (default false)
4040
--reflexive-subclasses <bool>
@@ -47,8 +47,10 @@ Usage: relation-graph [options]
4747
Output triples where individuals are subjects, with classes as objects (default false)
4848
--disable-owl-nothing <bool>
4949
Disable inference of unsatisfiable classes by the whelk reasoner (default false)
50-
--remove-gcis <bool>
51-
Filter out subclass axioms where the left side is a complex expression
50+
--prefixes <filename>
51+
Prefix mappings to use for TSV output (YAML dictionary
52+
--obo-prefixes <bool>
53+
Compact OBO-style IRIs regardless of inclusion in prefixes file
5254
--verbose <bool>
5355
Set log level to INFO
5456
```

0 commit comments

Comments
 (0)