diff --git a/README.txt b/README.txt index 8be0ee0..afeea2a 100644 --- a/README.txt +++ b/README.txt @@ -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