Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Apr 9, 2014
1 parent a4ee12f commit 702f8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ Here are some examples to export RDB rows into RDF triples which can be useful f
User's Guide
------------

1. Download and unzip the binaries: [semantika-cli-1.1_12.zip](https://github.com/obidea/semantika-cli/releases/download/v1.1/semantika-cli-1.1_12.zip)
1. [Download and unzip the latest release](https://github.com/obidea/semantika-cli/releases).
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')
* `ontology.owl`: specifies the names or labels used in the application domain.
* `mapping.xml`: specifies the releation between the labels in ontology and data 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.
Expand Down

0 comments on commit 702f8d0

Please sign in to comment.