Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghxiao committed Mar 14, 2014
1 parent c392321 commit 488a6a3
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
owl-toolkit
===========

owl-toolkit is a set of command line tools for OWL files based on the
de-facto owl-api library.
owl-toolkit is a set of command line tools for OWL files based on the owl-api library.

Build
---------
Expand Down Expand Up @@ -34,9 +33,7 @@ $ owl-merge [-iri <iri>] file1.owl ... filen.owl

### owl-metrics

* `owl-metrics` prints the metrics (e.g. number of
concepts/propertes/ABox assertions
) of an OWL file
* `owl-metrics` prints the metrics (e.g. number of concepts/propertes/ABox assertions) of an OWL file

```console
$ owl-metrics [-v] file.owl
Expand Down Expand Up @@ -65,3 +62,11 @@ $ owl-pdf file.owl
```console
$ owl-profilize {-rl | -el | -ql} file.owl
```
### owl-materialize-imports

* `owl-materialize-imports` materializes the imports of the input ontology, that is,
it replaces the `import` declaration by the concrete axioms from the imported ontologies.

```console
$ owl-materialize-imports file.owl
```

0 comments on commit 488a6a3

Please sign in to comment.