Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Feb 3, 2014
1 parent 8de107b commit 14d5d35
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Semantika CLI
=============

A command line tool for Semantika engine. Best use for testing your domain and application model.
A command line tool for Semantika engine. This tool is best use for testing your application-domain model.

```
usage: semantika [queryanswer|materialize] [OPTION]...
Expand Down Expand Up @@ -57,4 +57,15 @@ Here are some examples to export RDB rows into RDF triples which can be useful f

```
./semantika materialize --config=configuration.xml --output=output.n3 -f N3 --quiet
```
```

User's Guide
------------

1. Download and unzip the binaries: [semantika-cli-1.0.zip](https://github.com/obidea/semantika-cli/releases/tag/1.0)
2. Create your application-domain model. There are two input documents for declaring the specification, i.e.,
* `ontology.owl`: specifies the names or labels used in the application.
* `mapping.xml`: specifies the interconnection between labels and records in database (e.g., Label 'Employee' is connected to records in column 'EMP_ID' in table 'EMPLOYEE_TNT_2010')
3. Create the configuration file that points the location of the input domain documents and other application settings.
4. Put the JDBC driver according to your database product.
5. Run the command provided by the tool.

0 comments on commit 14d5d35

Please sign in to comment.