Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
charbull authored Jun 22, 2018
1 parent e1c90da commit b61b9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This library can be part of an IoT application, embedded in a commissioning tool
First, retrieve the [ExampleDemoOntology.owl](https://github.com/EcoStruxure/OLGA/blob/master/docs/example/ExampleDemoOntology.owl) and generate a library to a given ${Path Of Your Choice}:

```console
java -jar target\OLGA-0.0.3-with-dependencies.jar --code cs --library trinity --name DemoExample --path .../ExampleDemoOntology.owl --out ${Path Of Your Choice}
java -jar target\OLGA-0.0.3-with-dependencies.jar --code cs --library trinity --name DemoExample --path docs/example/ExampleDemoOntology.owl --out ${Path Of Your Choice}
```

The following sections will go through the steps need to instantiate an ontology, persist it and query it.
Expand Down

0 comments on commit b61b9a0

Please sign in to comment.