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
+60-3Lines changed: 60 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ It saves this in a local [Oxigraph](https://github.com/oxigraph/oxigraph) databa
46
46
47
47
Begin by initializing an `ontoenv` workspace in a directory containing some ontology files (Turtle files, etc).
48
48
49
-
```
49
+
```sh
50
50
ontoenv init
51
51
```
52
52
53
53
This may take a couple minutes. `ontoenv` searches for all local files defining ontologies, identifies their dependencies, and then recursively pulls in those dependencies, *their* dependencies, and so on. It is possible to adjust which directories `ontoenv` searches for, which files it traverses, and whether it pulls ontologies from the web.
54
54
55
-
```
55
+
```sh
56
56
$ ontoenv init -h
57
57
Create a new ontology environment
58
58
@@ -95,7 +95,7 @@ We refer to the resulting "unified graph" as the *imports closure*.
95
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
+
```sh
99
99
$ Compute the owl:imports closure of an ontology and write it to a file
0 commit comments