diff --git a/html/index.html b/html/index.html index ce15b2ddd9e8b20b64fd3d259ae32958e9ea9512..37a44cc1fc70f62fb46a85ac39ebeb18bff70dfc 100644 --- a/html/index.html +++ b/html/index.html @@ -7,7 +7,7 @@ </head> <body> -[<a href="http://gforge.inria.fr/frs/?group_id=117">Download</a>] +[<a href="http://gforge.inria.fr/frs/download.php/latestzip/135/alignapi-latest.zip">Download last</a>] [<a href="align.html">Install & use</a>] [<a href="tutorial/">Tutorial</a>] [<a href="relnotes.html">Release notes</a>] @@ -15,7 +15,7 @@ [<a href="aserv.html">Server</a>] <p style="background-color: yellow; text-align: center;"> -New Alignment API 4.7. <a href="http://gforge.inria.fr/frs/?group_id=117">Get it!</a> +New Alignment API 4.7. <a href="http://gforge.inria.fr/frs/download.php/latestzip/135/alignapi-latest.zip">Get it!</a> </p> <h1 class="titre">Alignment API and Alignment Server</h1> diff --git a/html/tutorial/tutorial4/index.html b/html/tutorial/tutorial4/index.html index 948e577e4f35007e84abfb0e0343a0967aaa22f1..47b6270373d532a4b1a3a4d9c4796f5eda76789b 100644 --- a/html/tutorial/tutorial4/index.html +++ b/html/tutorial/tutorial4/index.html @@ -323,11 +323,11 @@ Generating OWL axioms from the alignments and merge the ontologies can be done w <p>Considering that the alignment has been stored in a file: alignment.rdf, this can be obtained locally:</p> <div class="terminal"> -$ java -cp $CLASSPATH fr.inrialpes.exmo.align.cli.ParserPrinter file:alignment.rdf -r fr.inrialpes.exmo.align.impl.renderer.OWLAxiomsRendererVisitor -o result/alignment.owl +$ java -cp $CLASSPATH fr.inrialpes.exmo.align.cli.ParserPrinter file:alignment.rdf -r fr.inrialpes.exmo.align.impl.renderer.OWLAxiomsRendererVisitor -o results/alignment.owl </div> or from the server: <div class="terminal"> -$ curl -L -H "Accept:application/rdf+xml" ${RESTSERV}'/retrieve?method=fr.inrialpes.exmo.align.impl.renderer.OWLAxiomsRendererVisitor&id=http://aserv.inrialpes.fr/alid/1417700303045/7849' > result/alignment.owl +$ curl -L -H "Accept:application/rdf+xml" ${RESTSERV}'/retrieve?method=fr.inrialpes.exmo.align.impl.renderer.OWLAxiomsRendererVisitor&id=http://aserv.inrialpes.fr/alid/1417700303045/7849' > results/alignment.owl </div> </div> <div class="explain" id="qu5java"> @@ -363,7 +363,7 @@ writer.close(); hermit requires gnu getopt which is not shipped anymore with the Alignment API):</p> <!--div class="terminal"> -$ java -jar HermiT.jar -l result/alignment.owl -k +$ java -jar HermiT.jar -l results/alignment.owl -k http://www.w3.org/2002/07/owl#Thing is satisfiable. </div> another option is:--> @@ -468,6 +468,10 @@ Classes equivalent to 'owl:Nothing': owl:Nothing </div> </div> + + +java -jar AgreementMakerLightCLI.jar -r -s ontology1.owl -t ontology2.owl -i alignment.rdf -o results/aml-alignment.rdf + <div class="explain" id="qu10alcomo"> <p>This also assumes that <a href="http://web.informatik.uni-mannheim.de/alcomo/">Alcomo</a> has been downloaded and is added to the path. @@ -539,7 +543,7 @@ consistent. Hence we can check some entailment results. <input type="button" onclick="hide('qu11cli');hide('qu11java');hide('qu11iddljava');" value="Hide solutions"/> </div> <div class="explain" id="qu11cli"> -<p>Considering that the merged ontologies in a file: result/alignment.owl, +<p>Considering that the merged ontologies in a file: results/alignment.owl, and that you have uploaded HermiT (the Command line version of hermit requires gnu getopt which is not shipped anymore with the Alignment API):</p>