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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,22 +92,22 @@ To change these parameters, just run `ontoenv init` again with the desired flags
92
92
This is often helpful for passing to reasoners or query processors; while many of these can deal with importing multiple graphs, it is much more convenient to have a single file one can ship around.
93
93
We refer to the resulting "unified graph" as the *imports closure*.
94
94
95
-
`ontoenv get-closure <root ontology name>` computes the imports closure and places it into an `output.ttl` file (or a location of your choice).
95
+
`ontoenv closure <root ontology name>` computes the imports closure and places it into an `output.ttl` file (or a location of your choice).
96
96
There are a several flags one can provide for this process
97
97
98
98
```
99
99
$ Compute the owl:imports closure of an ontology and write it to a file
0 commit comments