Skip to content

Commit

Permalink
updated readme.txt (new OntoViBe IRI)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-l committed Apr 15, 2015
1 parent 737fb69 commit f828067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ Instructions
* To convert an ontology with dependencies from a local file, run owl2vowl with the additional -dependencies parameter:
java -jar owl2vowl.jar -file path/to/local/ontology -dependencies path/to/dependency1 path/to/dependency2 ...

* To echo the converted ontology onto the console, use any of the input parameters together with the -echo flag:
* To echo the converted ontology on the console, use any of the input parameters together with the -echo flag:
java -jar owl2vowl.jar -echo -iri "[Ontology IRI]"

Examples
--------
* Convert OntoViBe from its IRI into a local file:
java -jar owl2vowl.jar -iri "http://ontovibe.visualdataweb.org/1.0/"
java -jar owl2vowl.jar -iri "http://ontovibe.visualdataweb.org"

* Convert OntoViBe with its dependencies from a local file:
java -jar owl2vowl.jar -file BenchmarkOntology.ttl -dependencies BenchmarkOntologyModule.ttl
java -jar owl2vowl.jar -file ontovibe.ttl -dependencies ontovibe_imported.ttl

* Convert OntoViBe from its IRI and echo it onto the console:
java -jar owl2vowl.jar -iri "http://ontovibe.visualdataweb.org/1.0/" -echo
* Convert OntoViBe from its IRI and echo it on the console:
java -jar owl2vowl.jar -iri "http://ontovibe.visualdataweb.org" -echo

* Convert a local ontology like foaf.rdf and echo it on the console:
java -jar owl2vowl.jar -file ontologies/foaf.rdf -echo

0 comments on commit f828067

Please sign in to comment.