Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a4342ade authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- Adaped for the new web site at gforge: reorganized.

parent b82a1618
No related branches found
No related tags found
No related merge requests found
<html> <html>
<head> <head>
<title>OWL alignment resources</title> <title>Alignment API</title>
<style type="text/css">@import url(style.css);</style> <style type="text/css">@import url(style.css);</style>
</head> </head>
<body> <body>
<h1 class="titre">OWL alignment resources</h1> <h1 class="titre">Alignment API and implementation</h1>
<p>A few pages for providing information about efforts towards <p>Here is the new alignment API and implementation homepage. It is
providing a decent environment for aligning OWL ontologies.</p> hosted by gforge.inria.fr which helps the developement process (by
integrating theses pages within the SVN repository for instance).</p>
<p>We proposed an alignment format and API which is presented <p>We proposed an alignment format and API which is presented
technically below. A general overview can be found <a href="align.pdf">here</a>.</p> technically below. A general overview can be found <a href="http://gforge.inria.fr/docman/view.php/117/251/align.pdf">here</a>.</p>
<h2>Main resources</h2>
<p> <p>
<dl compact="1"> <dl compact="1">
<dt><a href="format.html">Alignment format</a> <dt><a href="format.html">Alignment format</a>
<a href="align.pdf">[<font color="red">Download PDF</font>]</a></dt> <a href="http://gforge.inria.fr/docman/view.php/117/251/align.pdf">[<font color="red">Download PDF</font>]</a></dt>
</dt> </dt>
<dd>An alignment format in RDF/XML.</dd> <dd>The alignment format in RDF/XML.</dd>
<dt><a href="align.html">Alignment API</a> <dt><a href="align.html">Alignment API</a>
<a href="align.zip">[<font color="red">Download @VERS@</font>]</a></dt> <a href="http://gforge.inria.fr/frs/?group_id=117">[<font color="red">Download page</font>]</a></dt>
<dd> <dd>
An alignment API in Java and implementation on top of the OWL API.</dd> An alignment API in Java and implementation on top of the OWL API.</dd>
<dt><a href="owlapi.html">OWL-API</a> <a href="http://sourceforge.net/projects/owlapi">[<font color="red">Download here</font>]</a></dt> <dt><a href="owlapi.html">OWL-API</a> <a href="http://sourceforge.net/projects/owlapi">[<font color="red">Download here</font>]</a></dt>
<dd>Starting quickly with OWL-API.</dd> <dd>Starting quickly with OWL-API.</dd>
<dt><a href="data.html">Ontologies</a></dt> <!--dt><a href="data.html">Ontologies</a></dt>
<dd>Some data for aligning.</dd> <dd>Some data for aligning.</dd>
<dt><a href="eval.html">Evaluators</a></dt> <dt><a href="eval.html">Evaluators</a></dt>
<dd>Evaluating alignments from the format.</dd> <dd>Evaluating alignments from the format.</dd-->
<dt><a href="alignwn.html">Using the API with wordnet</a> <dt><a href="alignwn.html">Using the API with wordnet</a>
[<font color="red">Included with the API zip file</font>]</a></dt> [<font color="red">Included with the API zip file</font>]</a></dt>
<dd>Demonstrate how to use wordnet within the API</dd> <dd>Demonstrate how to use wordnet within the API</dd>
<dt><a href="http://www.iro.umontreal.ca/~owlola">[<font color="red">The OLA algorithm</font>]</a></dt> <a href="http://VisOn.gforge.inria.fr">[<font color="red">VisOn</font>]</a></dt>
<dd>The Owl-Lite Alignment algorithm (University of Montréal)</dd>
<dt><a href="http://www.iro.umontreal.ca/~owlola">
[<font color="red">VisOn pages</font>]</a> (University of Montréal)</dt>
<dd>The VisOn ontology visualizer now works with any implementation of <dd>The VisOn ontology visualizer now works with any implementation of
the API. It provides the opportunity to load and display the API. It provides the opportunity to load and display
ontologies, load, run, display and compare alignment algorithms.</dd> ontologies, load, run, display and compare alignment algorithms.</dd>
</dl></p>
<h2>Related resources</h2>
<p><dl compact="1">
<dt><a href="http://ola.gforge.inria.fr">[<font color="red">The OLA algorithm</font>]</a></dt>
<dd>A matching algorithm for OWL-Lite that measures distance between
all ontology components and perform an iterative fixpoint search
(University of Montr&eacute;al and INRIA Rh&ocirc;ne-Alpes).</dd>
<dt><a href="http://align.deri.org">[<font color="red">OWL Ontology Aligner</font>]</a></dt> <dt><a href="http://align.deri.org">[<font color="red">OWL Ontology Aligner</font>]</a></dt>
<dd>A server built around the API for processing, editing and <dd>A server built around the API for processing, editing and
rendering alignments (University of Innsbruck).</dd> rendering alignments (University of Innsbruck).</dd>
<dt><a
href="http://oaei.ontologymatching.org">[<font
color="red">Ontology Alignment Evaluation Initiative</font>]</a></dt>
<dd>Benchmarks for evaluating ontology matchers and benchmarking
campaigns (since 2004).</dd>
<dt><a
href="http://.ontologymatching.org">[<font
color="red">ontologymatching.org</font>]</a></dt>
<dd>The central resource for ontology matching and alignment information.</dd>
</dl> </dl>
</p> </p>
<address> <address>
<small> <small>
<hr /> <hr />
<center>http://co4.inrialpes.fr/align</center> <center>http://alignapi.gforge.inria.fr</center>
<hr /> <hr />
$Id$ $Id$
</small> </small>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment