diff --git a/html/tutorial/README.TXT b/html/tutorial/README.TXT
deleted file mode 100644
index f0ab78379ba6bf247225ddb6d8c510e7d5396a8d..0000000000000000000000000000000000000000
--- a/html/tutorial/README.TXT
+++ /dev/null
@@ -1,38 +0,0 @@
-#######################################################################
-
-$ setenv CWD `pwd`
-
-$ java -jar ../lib/procalign.jar --help
-
-$ java -jar ../lib/procalign.jar file://localhost$CWD/edu.umbc.ebiquity.publication.owl file://localhost$CWD/edu.mit.visus.bibtex.owl
-
-$ java -jar ../lib/procalign.jar file://localhost$CWD/edu.umbc.ebiquity.publication.owl file://localhost$CWD/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.impl.method.StringDistAlignment -DstringFunction=levenshteinDistance
-
-$ java -jar ../lib/procalign.jar file://localhost$CWD/edu.umbc.ebiquity.publication.owl file://localhost$CWD/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.impl.method.StringDistAlignment -DstringFunction=levenshteinDistance -o raw.rdf
-
-$ java -jar ../lib/procalign.jar file://localhost$CWD/edu.umbc.ebiquity.publication.owl file://localhost$CWD/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.impl.method.StringDistAlignment -DstringFunction=levenshteinDistance -t 0.5 -o dist.rdf
-
-$ java -jar ../lib/procalign.jar file://localhost$CWD/edu.umbc.ebiquity.publication.owl file://localhost$CWD/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.impl.method.StringDistAlignment -DstringFunction=smoaDistance -t 0.5 -o dist2.rdf
-
-$ java -cp ../lib/procalign.jar fr.inrialpes.exmo.align.util.ParserPrinter -i dist.rdf -o tsid.rdf
-
-$ java -cp ../lib/procalign.jar fr.inrialpes.exmo.align.util.ParserPrinter dist.rdf -r fr.inrialpes.exmo.align.impl.renderer.OWLAxiomsRendererVisitor
-
-$ java -cp ../lib/procalign.jar fr.inrialpes.exmo.align.util.EvalAlign -i fr.inrialpes.exmo.align.impl.eval.PRecEvaluator file://localhost$CWD/refalign.rdf file://localhost$CWD/dist.rdf
-
-$ java -cp ../lib/procalign.jar fr.inrialpes.exmo.align.util.EvalAlign -i fr.inrialpes.exmo.align.impl.eval.PRecEvaluator file://localhost$CWD/refalign.rdf file://localhost$CWD/dist2.rdf
-
-$ java -jar ../lib/Procalign.jar file://localhost$CWD/rdf/edu.umbc.ebiquity.publication.owl file://localhost$CWD/rdf/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.impl.method.StringDistAlignment -DstringFunction=levenshteinDistance -DprintMatrix=1 -o /dev/null > matrix.tex
-
-$ java -jar ../lib/alignwn.jar file://localhost$CWD/edu.umbc.ebiquity.publication.owl file://localhost$CWD/edu.mit.visus.bibtex.owl -i fr.inrialpes.exmo.align.ling.JWNLAlignment -o jwnl.rdf
-
-$ java -cp ../lib/procalign.jar fr.inrialpes.exmo.align.util.EvalAlign -i fr.inrialpes.exmo.align.impl.eval.PRecEvaluator file://localhost$CWD/refalign.rdf file://localhost$CWD/jwnl.rdf
-
-#######################################################################
-More info: http://alignapi.gforge.inria.fr
-
-Planning:
-- Alignment server (incl. DB storage, agents, WSDL service)
-- Extensive composition operators (with comp. tables)
-- Expressive alignment language (with SEKT/François Sharffe)
-#######################################################################
diff --git a/html/tutorial/data.xml b/html/tutorial/data.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d1dc58d9cd28bb079a4244008472d57dc3d0e617
--- /dev/null
+++ b/html/tutorial/data.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+
+<!DOCTYPE rdf:RDF [
+          <!ENTITY xsd		"http://www.w3.org/2001/XMLSchema#" >
+	  <!ENTITY rdf		"http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+	  <!ENTITY rdfs		"http://www.w3.org/2000/01/rdf-schema#" >
+	  <!ENTITY dc		"http://purl.org/dc/elements/1.1/" >
+	  <!ENTITY owl		"http://www.w3.org/2002/07/owl#" >
+	  <!ENTITY foaf 	"http://xmlns.com/foaf/0.1/">
+	  <!ENTITY ical 	"http://www.w3.org/2002/12/cal/ical#">]>
+
+<rdf:RDF
+ xmlns="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#"
+ xml:base="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#"
+ xmlns:foaf	="&foaf;"
+ xmlns:ical	="&ical;"
+ xmlns:rdf	="&rdf;"
+ xmlns:xsd	="&xsd;"
+ xmlns:rdfs	="&rdfs;"
+ xmlns:owl	="http://www.w3.org/2002/07/owl#"
+ xmlns:dc	="&dc;">
+
+<!-- This ontology describes bibliographic references. -->
+  
+  <owl:Ontology rdf:about="">
+    <dc:contributor>Jérôme Euzenat</dc:contributor>
+    <dc:description>Bibliographic entries</dc:description>
+  </owl:Ontology>
+
+  <Techreport rdf:about="#a475526642">
+    <author>
+      <PersonList>
+	<rdf:first rdf:resource="http://exmo.inrialpes.fr/people/euzenat/euzenatj.rdf#je"/>
+	<rdf:rest rdf:resource="&rdf;nil" />
+      </PersonList>
+    </author>
+    <institution rdf:resource="http://www.inria.fr"/>
+    <title>An API for ontology alignment</title>
+    <date><Date><year>1996</year></Date></date>
+    <copyright>INRIA Rhône-Alpes 2004-2006</copyright>
+    <number>Unfilled</number>
+  </Techreport>
+
+  <Institution rdf:ID="http://www.inria.fr" />
+
+  <Person rdf:ID="http://exmo.inrialpes.fr/people/euzenat/euzenatj.rdf#je" />
+
+</rdf:RDF>
diff --git a/html/tutorial/edu.mit.visus.bibtex.html b/html/tutorial/edu.mit.visus.bibtex.html
new file mode 100644
index 0000000000000000000000000000000000000000..d917a74ec4f38b08971cefc95881467247010fd9
--- /dev/null
+++ b/html/tutorial/edu.mit.visus.bibtex.html
@@ -0,0 +1,406 @@
+<html xmlns:bib="http://www.inrialpes.fr/exmo/papers" xmlns:datext="http://www.jclark.com/xt/java/java.util.Date" xmlns:datexa="xalan://java.util.Date" xmlns:units="http://visus.mit.edu/fontomri/0.01/units.owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/#" xmlns:ical="http://www.w3.org/2002/12/cal/#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:wot="http://xmlns.com/wot/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:bibtex="http://purl.org/net/nknouf/ns/bibtex#">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>bibtex ontology</title>
+</head>
+<body bgcolor="ffffff">
+<h1>bibtex ontology</h1>
+<p>Transformation of bibTeX into an OWL ontology</p>
+<p><i>Possible ontology to describe bibTeX entries.</i><br>
+Author: Nick Knouf &lt;nknouf@mit.edu&gt;<br>
+Contributor: <br>
+Date: 2003-12-29<br>
+Version: 0.01</p>
+<h2>Classes</h2>
+<dl>
+<dt>
+<b><a name="Entry">Entry</a></b> (Entry, <i>Base class for all entries)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl>
+<dt>
+<b><a name="Article">Article</a></b> (Article, <i>An article from a journal or magazine.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#hasAuthor">#hasAuthor</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasJournal">#hasJournal</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Book">Book</a></b> (Book, <i>A book with an explicit publisher.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#humanCreator">#humanCreator</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasPublisher">#hasPublisher</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Booklet">Booklet</a></b> (Booklet, <i>A work that is printed and bound, but without a named publisher or sponsoring institution.)</i>
+</dt>
+<dd>
+<ul><li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Conference">Conference</a></b> (Conference, <i>The same as INPROCEEDINGS, included for Scribe compatibility.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Inbook">Inbook</a></b> (Inbook, <i>A part of a book, which may be a chapter (or section or whatever) and/or a range of pages. )</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#humanCreator">#humanCreator</a> [1 +oo]</li>
+<li>
+<a href="#pageChapterData">#pageChapterData</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasPublisher">#hasPublisher</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Incollection">Incollection</a></b> (Incollection, <i>A part of a book having its own title.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#hasAuthor">#hasAuthor</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasBooktitle">#hasBooktitle</a> [1 +oo]</li>
+<li>
+<a href="#hasPublisher">#hasPublisher</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Inproceedings">Inproceedings</a></b> (Inproceedings, <i>An article in a conference proceedings.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#hasAuthor">#hasAuthor</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasBooktitle">#hasBooktitle</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Manual">Manual</a></b> (Manual, <i>Technical documentation.)</i>
+</dt>
+<dd>
+<ul><li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Mastersthesis">Mastersthesis</a></b> (Mastersthesis, <i>A Master's thesis.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#hasAuthor">#hasAuthor</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasSchool">#hasSchool</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Misc">Misc</a></b> (Misc, <i>Use this type when nothing else fits.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Phdthesis">Phdthesis</a></b> (Phdthesis, <i>A PhD thesis.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#hasAuthor">#hasAuthor</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasSchool">#hasSchool</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Proceedings">Proceedings</a></b> (Proceedings, <i>The proceedings of a conference.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Techreport">Techreport</a></b> (Techreport, <i>A report published by a school or other institution, usually numbered within a series.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#hasAuthor">#hasAuthor</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasInstitution">#hasInstitution</a> [1 +oo]</li>
+<li>
+<a href="#hasYear">#hasYear</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Unpublished">Unpublished</a></b> (Unpublished, <i>A document having an author and title, but not formally published.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#hasAuthor">#hasAuthor</a> [1 +oo]</li>
+<li>
+<a href="#hasTitle">#hasTitle</a> [1 +oo]</li>
+<li>
+<a href="#hasNote">#hasNote</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+</dl>
+<h2>Properties</h2>
+<dl></dl>
+<dl>
+<dt>
+<b><a name="hasKey">hasKey</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The key for a particular bibTeX entry.  Note that the rdf:ID for each Entry instance could be the bibTeX key as well, possibly making this property redundant.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasAddress">hasAddress</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasAnnotation">hasAnnotation</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasBooktitle">hasBooktitle</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (Title of a book, part of which is being cited. See the LaTeX book for how to type titles. For book entries, use the title field instead.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasCrossref">hasCrossref</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The database key of the entry being cross referenced.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasEdition">hasEdition</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The edition of a book--for example, "Second". This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="howPublished">howPublished</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (How something strange has been published. The first word should be capitalized.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasInstitution">hasInstitution</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The sponsoring institution of a technical report.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasJournal">hasJournal</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (A journal name. Abbreviations are provided for many journals; see the Local Guide)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasMonth">hasMonth</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation, as described in Appendix B.1.3 of the LaTeX book.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasNote">hasNote</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (Any additional information that can help the reader. The first word should be capitalized.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasNumber">hasNumber</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasOrganization">hasOrganization</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The organization that sponsors a conference or that publishes a manual.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasPublisher">hasPublisher</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The publisher's name.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasSchool">hasSchool</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The name of the school where a thesis was written.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasSeries">hasSeries</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasTitle">hasTitle</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The work's title, typed as explained in the LaTeX book.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasType">hasType</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The type of a technical report--for example, "Research Note".)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasVolume">hasVolume</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> (The volume of a journal or multivolume book.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasYear">hasYear</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> (The year of publication or, for an unpublished work, the year it was written. Generally it should consist of four numerals, such as 1984, although the standard styles can handle any year whose last four nonpunctuation characters are numerals, such as '(about 1984)'.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasAffiliation">hasAffiliation</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The authors affiliation.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasAbstract">hasAbstract</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (An abstract of the work.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasContents">hasContents</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (A Table of Contents.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasCopyright">hasCopyright</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (Copyright information.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasISBN">hasISBN</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The International Standard Book Number.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasISSN">hasISSN</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The International Standard Serial Number. Used to identify a journal.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasKeywords">hasKeywords</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (Key words used for searching or possibly for annotation.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasLanguage">hasLanguage</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The language the document is in.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasLocation">hasLocation</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (A location associated with the entry, such as the city in which a conference took place.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasLCCN">hasLCCN</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The Library of Congress Call Number.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasMrnumber">hasMrnumber</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The Mathematical Reviews number.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasPrice">hasPrice</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The price of the document.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasSize">hasSize</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The physical dimensions of a work.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasURL">hasURL</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp or web site where the postscript source of the report is located.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="humanCreator">humanCreator</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (A generic human creator category, necessary in order to contain both author and editor.)</i>
+</dt>
+<dd><dl>
+<dt>
+<b><a name="hasAuthor">hasAuthor</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The name(s) of the author(s), in the format described in the LaTeX book.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasEditor">hasEditor</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (Name(s) of editor(s), typed as indicated in the LaTeX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.)</i>
+</dt>
+<dd><dl></dl></dd>
+</dl></dd>
+<dt>
+<b><a name="pageChapterData">pageChapterData</a></b> <a href="#Entry">#Entry</a> -&gt; _<i> (A generic property to hold page and/or chapter data.)</i>
+</dt>
+<dd><dl>
+<dt>
+<b><a name="hasChapter">hasChapter</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> (A chapter (or section or whatever) number.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="hasPages">hasPages</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the `+' in this last example indicates pages following that don't form a simple range). To make it easier to maintain Scribe-compatible databases, the standard styles convert a single dash (as in 7-33) to the double dash used in TeX to denote number ranges (as in 7-33).)</i>
+</dt>
+<dd><dl></dl></dd>
+</dl></dd>
+</dl>
+<h2>Individuals</h2>
+<dl>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/elements/1.1/creator">ttp://purl.org/dc/elements/1.1/creator</a>&gt;</dt>
+<dd><ul compact>
+<li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li>
+<li>dc:title = 'this is a test title'</li>
+</ul></dd>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/elements/1.1/description">ttp://purl.org/dc/elements/1.1/description</a>&gt;</dt>
+<dd><ul compact><li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li></ul></dd>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/elements/1.1/date">ttp://purl.org/dc/elements/1.1/date</a>&gt;</dt>
+<dd><ul compact><li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li></ul></dd>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/elements/1.1/subject">ttp://purl.org/dc/elements/1.1/subject</a>&gt;</dt>
+<dd><ul compact><li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li></ul></dd>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/elements/1.1/title">ttp://purl.org/dc/elements/1.1/title</a>&gt;</dt>
+<dd><ul compact><li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li></ul></dd>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/elements/1.1/source">ttp://purl.org/dc/elements/1.1/source</a>&gt;</dt>
+<dd><ul compact><li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li></ul></dd>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/elements/1.1/identifier">ttp://purl.org/dc/elements/1.1/identifier</a>&gt;</dt>
+<dd><ul compact><li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li></ul></dd>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/terms/abstract">ttp://purl.org/dc/terms/abstract</a>&gt;</dt>
+<dd><ul compact><li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li></ul></dd>
+<dt>&lt;rdf:Description@<a name="ttp://purl.org/dc/terms/bibliographicCitation">ttp://purl.org/dc/terms/bibliographicCitation</a>&gt;</dt>
+<dd><ul compact><li>rdf:type = &lt;_@<a href="http://www.w3.org/2002/07/owl#AnnotationProperty">http://www.w3.org/2002/07/owl#AnnotationProperty</a>&gt;</li></ul></dd>
+</dl>
+<hr>
+<address>Generated by OWL2HTML</address>
+</body>
+</html>
diff --git a/html/tutorial/edu.mit.visus.bibtex.owl b/html/tutorial/edu.mit.visus.bibtex.owl
index 7dab8eb7b08a09be632ac5e8914fd12d04af7e6f..4efd115139fc801f40cae68acdb3bca68c326313 100644
--- a/html/tutorial/edu.mit.visus.bibtex.owl
+++ b/html/tutorial/edu.mit.visus.bibtex.owl
@@ -12,6 +12,8 @@
     <!ENTITY dctype 	"http://purl.org/dc/dcmitype/"> ]>
 	
 <rdf:RDF
+   xmlns="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#"
+   xml:base="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#"
     xmlns:units		="&units;"
     xmlns:foaf		="http://xmlns.com/foaf/0.1/"
     xmlns:rdf		="&rdf;"
diff --git a/html/tutorial/edu.umbc.ebiquity.publication.owl b/html/tutorial/edu.umbc.ebiquity.publication.owl
deleted file mode 100644
index e951beaf987d4f086d931782b0076d2ad3c9c375..0000000000000000000000000000000000000000
--- a/html/tutorial/edu.umbc.ebiquity.publication.owl
+++ /dev/null
@@ -1,310 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE owl [
-  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
-  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
-  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
-  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
-  <!ENTITY person "http://ebiquity.umbc.edu/v2.1/ontology/person.owl#">
-  <!ENTITY project "http://ebiquity.umbc.edu/v2.1/ontology/project.owl#">
-  <!ENTITY pub "http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#">]>
-<rdf:RDF 
-  xmlns:rdf = "&rdf;"
-  xmlns:rdfs = "&rdfs;"
-  xmlns:xsd = "&xsd;"
-  xmlns:owl = "&owl;"
-  xmlns:person = "&person;"
-  xmlns:project = "&project;"
-  xmlns:pub = "&pub;"
-  xmlns = "&pub;"
-  xml:base = "&pub;">
-  
-  <owl:Ontology rdf:about="&pub;publication">
-    <owl:versionInfo>0.1</owl:versionInfo>
-    <rdfs:label>eBiquity Publication Ontology</rdfs:label>
-  </owl:Ontology>
-
-  <owl:Class rdf:ID="Resource">
-    <rdfs:label>Resource</rdfs:label>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#title"/><owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality></owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#publishedOn"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#description"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#version"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#author"/><owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality></owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#firstAuthor"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction>
-    </rdfs:subClassOf>
-  </owl:Class>
-
-  <owl:DatatypeProperty rdf:ID="title">
-    <rdfs:label>Publication Title</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="publishedOn">
-    <rdfs:label>Resource Published On Date and Time</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;dateTime"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="description">
-    <rdfs:label>Resource Description</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="keyword">
-    <rdfs:label>Resource Keyword</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="version">
-    <rdfs:label>Resource Version</rdfs:label>    
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:ObjectProperty rdf:ID="author">
-    <rdfs:label>Resource Author</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&person;Person"/>
-  </owl:ObjectProperty>
-
-  <owl:ObjectProperty rdf:ID="firstAuthor">
-    <rdfs:label>Resource First Author</rdfs:label>       
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&person;Person"/>
-  </owl:ObjectProperty>        
-
-  <owl:ObjectProperty rdf:ID="softCopy">
-    <rdfs:label>Resource Soft Copy</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="#SoftCopy"/>
-  </owl:ObjectProperty>
-
-  <owl:DatatypeProperty rdf:ID="type">
-    <rdfs:label>Resource Type</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-<!-- JE: external resource
-  <owl:ObjectProperty rdf:ID="relatedProject">
-    <rdfs:label>Related Project</rdfs:label>
-    <owl:inverseOf rdf:resource="&project;relatedResource" />
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&project;Project"/>
-  </owl:ObjectProperty>
--->
-
-<!-- ... -->
-
-  <owl:Class rdf:ID="SoftCopy">
-    <rdfs:label>Soft Copy</rdfs:label>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#softCopyFormat"/><owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality></owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#softCopyURI"/><owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality></owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#softCopySize"/><owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality></owl:Restriction>
-    </rdfs:subClassOf>
-  </owl:Class>
-
-  <owl:DatatypeProperty rdf:ID="softCopyFormat">
-    <rdfs:label>Soft Copy Format</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="softCopyURI">
-    <rdfs:label>Soft Copy URI</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;anyURI"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="softCopySize">
-    <rdfs:label>Soft Copy File Size</rdfs:label>
-    <rdfs:domain rdf:resource="#Resource"/>
-    <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
-  </owl:DatatypeProperty>
-
-<!-- ... -->
-
-  <owl:Class rdf:ID="Publication">
-    <rdfs:label>Publication</rdfs:label>
-    <rdfs:subClassOf rdf:resource="#Resource"/>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#editor"/><owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality></owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf>
-      <owl:Restriction><owl:onProperty rdf:resource="#abstract"/><owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality></owl:Restriction>
-    </rdfs:subClassOf>
-  </owl:Class>
-
-  <owl:ObjectProperty rdf:ID="editor">
-    <rdfs:label>Publication Editor</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&person;Person"/>
-  </owl:ObjectProperty>
-
-  <owl:DatatypeProperty rdf:ID="abstract">
-    <rdfs:label>Publication Abstract</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="edition">
-    <rdfs:label>Publication Edition</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="chapter">
-    <rdfs:label>Publication Chapter</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="series">
-    <rdfs:label>Publication Series</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="pages">
-    <rdfs:label>Publication Pages</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="volume">
-    <rdfs:label>Publication Volume</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="number">
-    <rdfs:label>Publication Number</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="note">
-    <rdfs:label>Publication Note</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="address">
-    <rdfs:label>Publication Address</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="organization">
-    <rdfs:label>Publication Organization</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="journal">
-    <rdfs:label>Publication Journal</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="booktitle">
-    <rdfs:label>Publication Book Title</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="school">
-    <rdfs:label>Publication School</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="institution">
-    <rdfs:label>Publication Institution</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="publisher">
-    <rdfs:label>Publication Publisher</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;string"/>
-  </owl:DatatypeProperty>
-
-  <owl:DatatypeProperty rdf:ID="counter">
-    <rdfs:label>Publication Counter</rdfs:label>
-    <rdfs:domain rdf:resource="#Publication"/>
-    <rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
-  </owl:DatatypeProperty>
-
-  <owl:Class rdf:ID="Article">
-    <rdfs:label>Article</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="Book">
-    <rdfs:label>Book</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="InBook">
-    <rdfs:label>InBook</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="InCollection">
-    <rdfs:label>InCollection</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="InProceedings">
-    <rdfs:label>InProceedings</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="MastersThesis">
-    <rdfs:label>MastersThesis</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="Misc">
-    <rdfs:label>Misc</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="PhdThesis">
-    <rdfs:label>PhdThesis</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="Proceedings">
-    <rdfs:label>Proceedings</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-  <owl:Class rdf:ID="TechReport">
-    <rdfs:label>TechReport</rdfs:label>
-    <rdfs:subClassOf rdf:resource="&pub;Publication" />
-  </owl:Class>
-
-</rdf:RDF>
diff --git a/html/tutorial/file_properties.xml b/html/tutorial/file_properties.xml
index 6ee28eea5a23cdbae00218de2576f0945caeee92..f75586512e93a7e5ded2280c5b102076fb6cc3ba 100644
--- a/html/tutorial/file_properties.xml
+++ b/html/tutorial/file_properties.xml
@@ -38,7 +38,7 @@
 		<param name="dictionary_element_factory" value="net.didion.jwnl.princeton.data.PrincetonWN17FileDictionaryElementFactory"/>
 		<param name="file_manager" value="net.didion.jwnl.dictionary.file_manager.FileManagerImpl">
 			<param name="file_type" value="net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile"/>
-			<param name="dictionary_path" value="../../WordNet-2.0/dict"/>
+			<param name="dictionary_path" value="../../../WordNet-2.0/dict"/>
 		</param>
 	</dictionary>
 	<resource class="PrincetonResource"/>
diff --git a/html/tutorial/index.html b/html/tutorial/index.html
index d721eab6e485810178a9f9f1d4a726a00056c53a..04f634e9090a3579d1688545e2235d21e8023122 100644
--- a/html/tutorial/index.html
+++ b/html/tutorial/index.html
@@ -117,9 +117,17 @@ generates <tt>results/file.html</tt> from the alignment file <tt>results/file.rd
 <p>Your mission, if you accept it, will be to find the best alignment
   between two bibliographic ontologies. They can be seen here:
 <dl>
-<dt></dt><dd></dd>
-<dt></dt><dd></dd>
+<dt>edu.mit.visus.bibtex.owl</dt><dd>is a relatively faithfull
+    transcription of BibTeX as an ontology. It can be seen here
+    in <a href="edu.mit.visus.bibtex.owl">RDF/XML</a> or 
+    <a href="edu.mit.visus.bibtex.html">HTML</a>.</dd>
+<dt>myOnto.owl</dt><dd>is an extension of the previous one that
+    contains a number of supplementary concepts. It can be seen here
+    in <a href="myOnto.owl">RDF/XML</a> or 
+    <a href="myOnto.html">HTML</a>.</dd>
 </dl>
+These two ontologies have been used for a few year in the <a href="oaei.ontologymatching.org">Ontology
+Alignment Evaluation Initiative</a>
 </p>
 
 <hr />
@@ -142,11 +150,37 @@ See the output in <a href="results/equal.rdf">RDF/XML</a> or <a href="results/eq
 This format, in RDF/XML, is made of a
 header containing "metadata" about the alignment:
 <div class="owl"><pre>
+&lt;?xml version='1.0' encoding='utf-8' standalone='no'?>
+&lt;rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xml:base='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+         xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
+&lt;Alignment>
+  &lt;xml>yes&lt;/xml>
+  &lt;level>0&lt;/level>
+  &lt;type>**&lt;/type>
+  &lt;time>66&lt;/time>
+  &lt;owl:Class rdf:about="Techreport">
+    &lt;owl:equivalentClass rdf:resource="Techreport"/>
+  &lt;/owl:Class>
+
+  &lt;method>fr.inrialpes.exmo.align.impl.method.StringDistAlignment&lt;/method>
+  &lt;onto1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl&lt;/onto1>
+  &lt;onto2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl&lt;/onto2>
+  &lt;uri1>http://alignapi.gforge.inria.fr/tutorial/myOnto.owl&lt;/uri1>
+  &lt;uri2>http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl&lt;/uri2>
 </pre></div>
 and the corresponding set of correspondences:
 <div class="owl"><pre>
+  &lt;map>
+    &lt;Cell>
+      &lt;entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Article'/>
+      &lt;entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      &lt;measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0&lt;/measure>
+      &lt;relation>=&lt;/relation>
+    &lt;/Cell>
+  &lt;/map>
 </pre></div>
-
 each correspondence is made of two references to the aligned entities,
 the relation holding between the entities (<tt>=</tt>) and a confidence measure
 (<tt>1.0</tt>) in this correspondence. Here, because the default method that
@@ -161,7 +195,7 @@ $ java -jar ../../lib/procalign.jar -i fr.inrialpes.exmo.align.impl.method.Strin
 </pre></div>
 See the output in <a href="results/levenshtein.rdf">RDF/XML</a> or <a href="results/levenshtein.html">HTML</a>.</p>
 
-<p>This is achieved by specifying the class of alignment to be used
+<p>This is achieved by specifying the class of Alignment to be used
 (through the <tt>-i</tt> switch) and the distance function to be used
 (<tt>-DstringFunction=levenshteinDistance</tt>).</p>
 
@@ -175,6 +209,12 @@ Discussion" onclick="hide('qu1')"/></form></div>
     correspondences are available.
 </p></div></p>
 
+<p>We do the same with another measure (smoaDistance):
+<div class="fragment"><pre>
+$ java -jar ../../lib/procalign.jar -i fr.inrialpes.exmo.align.impl.method.StringDistAlignment -DstringFunction=smoaDistance file://localhost$CWD/myOnto.owl file://localhost$CWD/edu.mit.visus.bibtex.owl -o results/SMOA.rdf
+</pre></div>
+</p>
+
 <p><div class="logic"><p><b>More work:</b> you can apply other available alignments
   classes. Look in the
   <a
@@ -210,7 +250,10 @@ or <a href="results/levenshtein33.html">HTML</a>.</p>
 Discussion" onclick="show('qu4')"/><input type="button" value="Hide
 Discussion" onclick="hide('qu4')"/></form></div>
 <div class="explain" id="qu4"><p>
-Find them
+This operation has contributed eliminating a number of innacurate
+correspondences like Journal-Conference or
+Composite-Conference. However, there remains some unaccurate
+correspondences like Institution-InCollection and Published-UnPublished!
 </p></div></p>
 
 <p>We can also apply this treatment to other methods available:
@@ -255,6 +298,13 @@ $ java -cp ../../lib/procalign.jar fr.inrialpes.exmo.align.util.ParserPrinter re
 </pre></div>
 The result is a set of OWL assertions of the form:
 <div class="owl"><pre>
+  &lt;owl:Class rdf:about="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Techreport">
+    &lt;owl:equivalentClass rdf:resource="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport"/>
+  &lt;/owl:Class>
+
+  &lt;owl:ObjectProperty rdf:about="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#copyright">
+    &lt;owl:equivalentProperty rdf:resource="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasCopyright"/>
+  &lt;/owl:ObjectProperty>
 </pre></div>
 </p>
 
@@ -265,6 +315,35 @@ $ java -cp ../../lib/procalign.jar fr.inrialpes.exmo.align.util.ParserPrinter re
 </pre></div>
 which brings for the same assertions:
 <div class="owl"><pre>
+  &lt;ruleml:imp>
+    &lt;ruleml:_body>
+      &lt;swrl:classAtom>
+        &lt;owllx:Class owllx:name="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Techreport"/>
+        &lt;ruleml:var>x&lt;/ruleml:var>
+      &lt;/swrl:classAtom>
+    &lt;/ruleml:_body>
+    &lt;ruleml:_head>
+      &lt;swrlx:classAtom>
+        &lt;owllx:Class owllx:name="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasCopyright"/>
+        &lt;ruleml:var>x&lt;/ruleml:var>
+      &lt;/swrl:classAtom>
+    &lt;/ruleml:_head>
+  &lt;/ruleml:imp>
+
+  &lt;ruleml:imp>
+    &lt;ruleml:_body>
+      &lt;swrl:individualPropertyAtom swrlx:property="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#copyright"/>
+        &lt;ruleml:var>x&lt;/ruleml:var>
+        &lt;ruleml:var>y&lt;/ruleml:var>
+      &lt;/swrl:individualPropertyAtom>
+    &lt;/ruleml:_body>
+    &lt;ruleml:_head>
+      &lt;swrl:datavaluedPropertyAtom swrlx:property="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasCopyright"/>
+        &lt;ruleml:var>x&lt;/ruleml:var>
+        &lt;ruleml:var>y&lt;/ruleml:var>
+      &lt;/swrl:datavaluedPropertyAtom>
+    &lt;/ruleml:_head>
+  &lt;/ruleml:imp>
 </pre></div>
 </p>
 
@@ -300,6 +379,20 @@ $ java -cp ../../lib/procalign.jar fr.inrialpes.exmo.align.util.EvalAlign -i fr.
 The first argument is always the reference alignment, the second one
 is the alignment to be evaluated. The result is given here:
 <div class="owl"><pre>
+&lt;?xml version='1.0' encoding='utf-8' standalone='yes'?>
+&lt;rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+  xmlns:map='http://www.atl.external.lmco.com/projects/ontology/ResultsOntology.n3#'>
+  &lt;map:output rdf:about=''>
+    &lt;map:reference rdf:resource="file://localhost/JAVA/alignapi/html/tutorial/results/refalign.rdf">
+    &lt;map:input rdf:resource="file://localhost/JAVA/alignapi/html/tutorial/results/equal.rdf">
+    &lt;map:precision>1.0&lt;/map:precision>
+    &lt;map:recall>0.22916666666666666&lt;/map:recall>
+    &lt;fallout>0.0&lt;/fallout>
+    &lt;map:fMeasure>0.37288135593220334&lt;/map:fMeasure>
+    &lt;map:oMeasure>0.22916666666666666&lt;/map:oMeasure>
+    &lt;result>0.22916666666666666&lt;/result>
+  &lt;/map:output>
+&lt;/rdf:RDF>
 </pre></div>
 Of course, since that method only match objects with the same name, it
 is accurate, yielding a high precision. However, it has poor recall.
@@ -322,8 +415,21 @@ $ java -cp ../../lib/procalign.jar fr.inrialpes.exmo.align.util.EvalAlign -i fr.
 <div class="button"><form><input type="button" value="Show
 result" onclick="show('qu6')"/><input type="button" value="Hide
 result" onclick="hide('qu6')"/></form></div>
-<div class="explain" id="qu6">
-<pre>
+<div class="explain" id="qu6"><pre>
+&lt;?xml version='1.0' encoding='utf-8' standalone='yes'?>
+&lt;rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+  xmlns:map='http://www.atl.external.lmco.com/projects/ontology/ResultsOntology.n3#'>
+  &lt;map:output rdf:about=''>
+    &lt;map:reference rdf:resource="file://localhost/JAVA/alignapi/html/tutorial/results/refalign.rdf">
+    &lt;map:input rdf:resource="file://localhost/JAVA/alignapi/html/tutorial/results/levenshtein33.rdf">
+    &lt;map:precision>0.6811594202898551&lt;/map:precision>
+    &lt;map:recall>0.9791666666666666&lt;/map:recall>
+    &lt;fallout>0.3188405797101449&lt;/fallout>
+    &lt;map:fMeasure>0.8034188034188035&lt;/map:fMeasure>
+    &lt;map:oMeasure>0.5208333333333333&lt;/map:oMeasure>
+    &lt;result>1.4374999999999998&lt;/result>
+  &lt;/map:output>
+&lt;/rdf:RDF>
 </pre></div></p>
 
 <p>It is possible to summarize these results by comparing them to
@@ -333,11 +439,71 @@ result" onclick="hide('qu6')"/></form></div>
   directory. Here we only have the <tt>results</tt> directory:
 <div class="fragment"><pre>
 $ cp refalign.rdf results
-$ java -cp ../../lib/procalign.jar fr.inrialpes.exmo.align.util.GroupEval -r refalign.rdf -l "refalign,raw,SMOA,levenshteinDistance" -c -prf -o results/eval.html
+$ java -cp ../../lib/procalign.jar fr.inrialpes.exmo.align.util.GroupEval -r refalign.rdf -l "refalign,equal,SMOA,SMOA5,levenshtein,levenshtein33" -c prf -o results/eval.html
 </pre></div>
 The results are displayed in
 the <a href="results/eval.html">results/eval.html</a> file whose main
-content is the table:
+content is the table:<br />
+<center>
+<table border='2' frame='sides' rules='groups'>
+<colgroup align='center' />
+<colgroup align='center' span='2' />
+<colgroup align='center' span='2' />
+<colgroup align='center' span='2' />
+<colgroup align='center' span='2' />
+<colgroup align='center' span='2' />
+<colgroup align='center' span='2' />
+<thead valign='top'><tr><th>algo</th>
+<th colspan='2'>refalign</th>
+<th colspan='2'>equal</th>
+<th colspan='2'>SMOA</th>
+<th colspan='2'>SMOA5</th>
+<th colspan='2'>levenshtein</th>
+<th colspan='2'>levenshtein33</th>
+</tr></thead><tbody><tr><td>test</td>
+<td>Prec.</td>
+<td>Rec.</td>
+<td>Prec.</td>
+<td>Rec.</td>
+<td>Prec.</td>
+<td>Rec.</td>
+<td>Prec.</td>
+<td>Rec.</td>
+<td>Prec.</td>
+<td>Rec.</td>
+<td>Prec.</td>
+<td>Rec.</td>
+</tr></tbody><tbody>
+<tr>
+<td>results</td>
+<td>1.00</td>
+<td>1.00</td>
+<td>1.00</td>
+<td>0.23</td>
+<td>0.56</td>
+<td>0.98</td>
+<td>0.69</td>
+<td>0.96</td>
+<td>0.53</td>
+<td>1.00</td>
+<td>0.68</td>
+<td>0.98</td>
+</tr>
+<tr bgcolor="yellow"><td>H-mean</td><td>1.00</td>
+<td>1.00</td>
+<td>1.00</td>
+<td>0.23</td>
+<td>0.56</td>
+<td>0.98</td>
+<td>0.69</td>
+<td>0.96</td>
+<td>0.53</td>
+<td>1.00</td>
+<td>0.68</td>
+<td>0.98</td>
+</tr>
+</tbody></table>
+</center>
 </p>
 
 <!--div class="fragment"><pre>
@@ -346,7 +512,11 @@ $ java -jar ../../lib/Procalign.jar file://localhost$CWD/rdf/edu.umbc.ebiquity.p
 
 <div class="logic"><p><b>More work:</b> As you can see,
     the <tt>PRecEvaluator</tt> does not only provide precision and
-    recall but also provides F-measure
+    recall but also provides F-measure. F-measure is usually used as
+    an "absolute" trade-off between precision and recall (i.e., the
+    optimum F-measure is considered the best precision and
+    recall). Can you establish this point for SMOA and levenshtein and
+    tell which algorithm is more adapted?
 </p></div>
 
 <!--div class="logic"><p><b>More work:</b>If you want to compare several algorithms, there
@@ -402,7 +572,7 @@ Planning:
 <h2>Acknowledgements</h2>
 
 <p>The format of this tutorial has been shamelessly borrowed from Sean
-  Bechhofer's OWL tutorial.</p>
+  Bechhofer's <a href="http://owl.man.ac.uk/2005/07/sssw/">OWL tutorial</a>.</p>
 
 <hr />
 <center><small>http://alignapi.gforge.inria.fr/tutorial</small></center>
diff --git a/html/tutorial/myOnto.html b/html/tutorial/myOnto.html
new file mode 100644
index 0000000000000000000000000000000000000000..6bdf8476d7a011ba6908e32cee539ce5df998e07
--- /dev/null
+++ b/html/tutorial/myOnto.html
@@ -0,0 +1,777 @@
+<html xmlns:bib="http://www.inrialpes.fr/exmo/papers" xmlns:datext="http://www.jclark.com/xt/java/java.util.Date" xmlns:datexa="xalan://java.util.Date" xmlns:units="http://visus.mit.edu/fontomri/0.01/units.owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/#" xmlns:ical="http://www.w3.org/2002/12/cal/#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:wot="http://xmlns.com/wot/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:bibtex="http://purl.org/net/nknouf/ns/bibtex#">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>bibtex ontology</title>
+</head>
+<body bgcolor="ffffff">
+<h1>bibtex ontology</h1>
+<p>Transformation of bibTeX into an OWL ontology</p>
+<p><i>Possible ontology to describe bibTeX entries.</i><br>
+Author: Nick Knouf &lt;nknouf@mit.edu&gt;<br>
+Contributor: Antoine Zimmermann &lt;antoine.zimmermann@inrialpes.fr&gt;, <br>
+Date: 2004-01-10<br>
+Version: 0.01</p>
+<h2>Classes</h2>
+<dl>
+<dt>
+<b><a name="Entry">Entry</a></b> (Entry, <i>Base class for all entries)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#date">#date</a> [0 1]</li>
+<li>
+<a href="#title">#title</a> [0 1]</li>
+<li>
+<a href="#author">#author</a> [0 1]</li>
+</ul>
+<dl>
+<dt>
+<b><a name="Published">Published</a></b> (Published, <i>.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl>
+<dt>
+<b><a name="Article">Article</a></b> (Article, <i>An article from a journal or magazine.)</i>
+</dt>
+<dd>super: <i><a href="#Part">#Part</a></i><br><ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#title">#title</a> [1 1]</li>
+<li>
+<a href="#inJournal">#inJournal</a> [1 1]</li>
+<li>
+<a href="#date">#date</a> [1 1] <i><a href="#DateWithMonth">#DateWithMonth</a></i><br>
+</li>
+<li>
+<a href="#number">#number</a> [0 1]</li>
+<li>
+<a href="#volume">#volume</a> [0 1]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Book">Book</a></b> (Book, <i>A single book that may be a monography or a collection of written texts.)</i>
+</dt>
+<dd>super: <i><a href="#Composite">#Composite</a></i><br><ul>
+<li>
+<a href="#humanCreator">#humanCreator</a> [1 1]</li>
+<li>
+<a href="#edition">#edition</a> [0 1]</li>
+</ul>
+<dl>
+<dt>
+<b><a name="Monography">Monography</a></b> (Monography, <i>A book that is a single entity, as opposed to a collection.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Collection">Collection</a></b> (Collection, <i>A book that is collection of texts or articles.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="BookPart">BookPart</a></b> (BookPart, <i>May be a chapter (or section or whatever), a range of pages or a part of a book having its own title.)</i>
+</dt>
+<dd>super: <i><a href="#Part">#Part</a></i><br><ul>
+<li>
+<a href="#chapter">#chapter</a> [0 1]</li>
+<li>
+<a href="#pagesOrChapter">#pagesOrChapter</a> [0 2]</li>
+</ul>
+<dl>
+<dt>
+<b><a name="InBook">InBook</a></b> (InBook, <i>May be a chapter (or section or whatever) and/or a range of pages.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#pagesOrChapter">#pagesOrChapter</a> [1 +oo]</li>
+<li>
+<a href="#inMonography">#inMonography</a> [1 1]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="InCollection">InCollection</a></b> (Incollection, <i>A part of a book having its own title.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#inCollection">#inCollection</a> [1 1]</li>
+</ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="Composite">Composite</a></b> (Book, <i>A work that may be composed of several parts or chapter. May be a monography, a collection or a proceedings.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#numberOrVolume">#numberOrVolume</a> [0 1]</li>
+<li>
+<a href="#publisher">#publisher</a> [0 1]</li>
+<li>
+<a href="#series">#series</a> [0 1]</li>
+<li>
+<a href="#title">#title</a> [1 1] [1 1]</li>
+<li>
+<a href="#date">#date</a> [1 1] <i><a href="#DateWithMonth">#DateWithMonth</a></i><br>
+</li>
+</ul>
+<dl>
+<dt>
+<b><a name="Book">Book</a></b> (Book, <i>A single book that may be a monography or a collection of written texts.)</i>
+</dt>
+<dd>super: <i><a href="#Published">#Published</a></i><br><ul>
+<li>
+<a href="#humanCreator">#humanCreator</a> [1 1]</li>
+<li>
+<a href="#edition">#edition</a> [0 1]</li>
+</ul>
+<dl>
+<dt>
+<b><a name="Monography">Monography</a></b> (Monography, <i>A book that is a single entity, as opposed to a collection.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Collection">Collection</a></b> (Collection, <i>A book that is collection of texts or articles.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="Proceedings">Proceedings</a></b> (Proceedings, <i>The proceedings of a conference.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#publisher">#publisher</a> [0 1]</li>
+<li>
+<a href="#editor">#editor</a> [0 1]</li>
+<li>
+<a href="#organization">#organization</a> [0 1]</li>
+</ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="Informal">Informal</a></b> (Informal, <i>A document that that was informally published or not published.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl>
+<dt>
+<b><a name="Booklet">Booklet</a></b> (Booklet, <i>A work that is printed and bound, but without a named publisher or sponsoring institution.)</i>
+</dt>
+<dd>
+<ul><li>
+<a href="#title">#title</a> [1 1]</li></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Deliverable">Deliverable</a></b> (Conference, <i>TROUVER UNE DESCRIPTION POUR CA.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="LectureNotes">LectureNotes</a></b> (LectureNotes, <i>Lecture notes.)</i>
+</dt>
+<dd>super: <i><a href="#Academic">#Academic</a></i><br><ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Manual">Manual</a></b> (Manual, <i>Technical documentation.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#organization">#organization</a> [0 1]</li>
+<li>
+<a href="#edition">#edition</a> [0 1]</li>
+<li>
+<a href="#title">#title</a> [1 1]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Misc">Misc</a></b> (Misc, <i>Use this type when nothing else fits.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="TechReport">TechReport</a></b> (TechReport, <i>A report published by a school or other institution, usually numbered within a series.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#title">#title</a> [1 1]</li>
+<li>
+<a href="#institution">#institution</a> [1 1]</li>
+<li>
+<a href="#date">#date</a> [1 1] <i><a href="#DateWithMonth">#DateWithMonth</a></i><br>
+</li>
+<li>
+<a href="#number">#number</a> [0 1]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Unpublished">Unpublished</a></b> (Unpublished, <i>A document having an author and title, but not formally published.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#title">#title</a> [1 1]</li>
+<li>
+<a href="#note">#note</a> [1 +oo]</li>
+</ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="Part">Part</a></b> (Part, <i>A part of something (either Book or Proceedings).)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#pages">#pages</a> [0 1]</li>
+<li>
+<a href="#title">#title</a> [1 1]</li>
+<li>
+<a href="#isPartOf">#isPartOf</a> [1 1]</li>
+</ul>
+<dl>
+<dt>
+<b><a name="Article">Article</a></b> (Article, <i>An article from a journal or magazine.)</i>
+</dt>
+<dd>super: <i><a href="#Published">#Published</a></i><br><ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#title">#title</a> [1 1]</li>
+<li>
+<a href="#inJournal">#inJournal</a> [1 1]</li>
+<li>
+<a href="#date">#date</a> [1 1] <i><a href="#DateWithMonth">#DateWithMonth</a></i><br>
+</li>
+<li>
+<a href="#number">#number</a> [0 1]</li>
+<li>
+<a href="#volume">#volume</a> [0 1]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="BookPart">BookPart</a></b> (BookPart, <i>May be a chapter (or section or whatever), a range of pages or a part of a book having its own title.)</i>
+</dt>
+<dd>super: <i><a href="#Published">#Published</a></i><br><ul>
+<li>
+<a href="#chapter">#chapter</a> [0 1]</li>
+<li>
+<a href="#pagesOrChapter">#pagesOrChapter</a> [0 2]</li>
+</ul>
+<dl>
+<dt>
+<b><a name="InBook">InBook</a></b> (InBook, <i>May be a chapter (or section or whatever) and/or a range of pages.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#pagesOrChapter">#pagesOrChapter</a> [1 +oo]</li>
+<li>
+<a href="#inMonography">#inMonography</a> [1 1]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="InCollection">InCollection</a></b> (Incollection, <i>A part of a book having its own title.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#inCollection">#inCollection</a> [1 1]</li>
+</ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="InProceedings">InProceedings</a></b> (InProceedings, <i>An article in a conference proceedings.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#inProceedings">#inProceedings</a> [1 1]</li>
+</ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="Academic">Academic</a></b> (Academic, <i>A Master's or PhD thesis.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#author">#author</a> [1 1]</li>
+<li>
+<a href="#title">#title</a> [1 1]</li>
+<li>
+<a href="#school">#school</a> [1 1]</li>
+</ul>
+<dl>
+<dt>
+<b><a name="LectureNotes">LectureNotes</a></b> (LectureNotes, <i>Lecture notes.)</i>
+</dt>
+<dd>super: <i><a href="#Informal">#Informal</a></i><br><ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Thesis">Thesis</a></b> (Thesis, <i>A thesis (either Master or PhD).)</i>
+</dt>
+<dd>
+<ul><li>
+<a href="#date">#date</a> [1 1] <i><a href="#DateWithMonth">#DateWithMonth</a></i><br>
+</li></ul>
+<dl>
+<dt>
+<b><a name="MastersThesis">MastersThesis</a></b> (MastersThesis, <i>A Master's thesis.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="PhdThesis">PhdThesis</a></b> (PhdThesis, <i>A PhD thesis.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="MotionPicture">MotionPicture</a></b> (MotionPicture, <i>A film/movie/motion picture.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="Institution">Institution</a></b> (Institution, <i>An institution.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="School">School</a></b> (School, <i>A school or university.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Journal">Journal</a></b> (Journal, <i>A journal.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Organization">Organization</a></b> (Organization, <i>An organization.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Publisher">Publisher</a></b> (Publisher, <i>A publisher.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Person">Person</a></b> (Person, <i>A person.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="PersonList">PersonList</a></b> (Person list, <i>A list of persons.)</i>
+</dt>
+<dd>super: <i><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#List">http://www.w3.org/1999/02/22-rdf-syntax-ns#List</a></i><br><ul>
+<li>
+<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#first">http://www.w3.org/1999/02/22-rdf-syntax-ns#first</a> [1 1] <i><a href="#Person">#Person</a></i><br>
+</li>
+<li>
+<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest">http://www.w3.org/1999/02/22-rdf-syntax-ns#rest</a> [1 1] (<i><a href="#PersonList">#PersonList</a></i> |  { <dt>&lt;rdf:List@<a name="ttp://www.w3.org/1999/02/22-rdf-syntax-ns#nil">ttp://www.w3.org/1999/02/22-rdf-syntax-ns#nil</a>&gt;</dt>
+<dd><ul compact></ul></dd> } )<br>
+</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="http://www.w3.org/1999/02/22-rdf-syntax-ns#List">http://www.w3.org/1999/02/22-rdf-syntax-ns#List</a></b> (, <i>)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="PageRange">PageRange</a></b> (PageRange, <i>A range of pages.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#startPage">#startPage</a> [1 1]</li>
+<li>
+<a href="#endPage">#endPage</a> [1 1]</li>
+</ul>
+<dl></dl>
+</dd>
+<dt>
+<b><a name="Date">Date</a></b> (Date, <i>Date of a day, month or year.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#year">#year</a> [1 1]</li>
+<li>
+<a href="#month">#month</a> [0 1]</li>
+</ul>
+<dl>
+<dt>
+<b><a name="DateWithMonth">DateWithMonth</a></b> (Date, <i>Date of a day, month or year.)</i>
+</dt>
+<dd>
+<ul>
+<li>
+<a href="#month">#month</a> [1 1]</li>
+<li>
+<a href="#day">#day</a> [0 1]</li>
+</ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+<dt>
+<b><a name="Text">Text</a></b> (Text, <i>A simple text with possibly other information such as language, etc.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl>
+<dt>
+<b><a name="Title">Title</a></b> (Title, <i>A title.)</i>
+</dt>
+<dd>
+<ul></ul>
+<dl></dl>
+</dd>
+</dl>
+</dd>
+</dl>
+<h2>Properties</h2>
+<dl>
+<dt>
+<b><a name="annote">annote</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="edition">edition</a></b>:
+    (<i><a href="#Book">#Book</a></i> | <i><a href="#Manual">#Manual</a></i>) -&gt;  <a href="#Text">#Text</a><i> (The edition of a book--for example, "Second". This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="howPublished">howPublished</a></b>:
+    (<i><a href="#Misc">#Misc</a></i> | <i><a href="#Booklet">#Booklet</a></i>) -&gt;  <a href="#Text">#Text</a><i> (How something strange has been published. The first word should be capitalized.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="isPartOf">isPartOf</a></b>:
+     <a href="#Part">#Part</a> -&gt; _<i> (The document that contains a text or article.)</i>
+</dt>
+<dd><dl>
+<dt>
+<b><a name="inJournal">inJournal</a></b>:
+     <a href="#Article">#Article</a> -&gt;  <a href="#Journal">#Journal</a><i> (A journal name. Abbreviations are provided for many journals; see the Local Guide)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="inMonography">inMonography</a></b>:
+     <a href="#InBook">#InBook</a> -&gt;  <a href="#Monography">#Monography</a><i> (A reference to the book that contains the entry. The entry must be an InBook end the book a Monography.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="inCollection">inCollection</a></b>:
+     <a href="#InCollection">#InCollection</a> -&gt;  <a href="#Collection">#Collection</a><i> (A reference to the book that contains the entry. The entry must be an Inbook or Incollection.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="inProceedings">inProceedings</a></b>:
+     <a href="#InProceedings">#InProceedings</a> -&gt;  <a href="#Proceedings">#Proceedings</a><i> (A reference to the proceedings in which the entry appears. The entry must be an InProceedings.)</i>
+</dt>
+<dd><dl></dl></dd>
+</dl></dd>
+<dt>
+<b><a name="institution">institution</a></b>:
+     <a href="#TechReport">#TechReport</a> -&gt;  <a href="#Institution">#Institution</a><i> (The sponsoring institution of a technical report.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="date">date</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Date">#Date</a><i> (The date when the work was published or, for an unpublished work, in which it was written.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="note">note</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (Any additional information that can help the reader. The first word should be capitalized.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="organization">organization</a></b>:
+    (<i><a href="#Proceedings">#Proceedings</a></i> | <i><a href="#Manual">#Manual</a></i>) -&gt;  <a href="#Organization">#Organization</a><i> (The organization that sponsors a conference or that publishes a manual.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="publisher">publisher</a></b>:
+     <a href="#Composite">#Composite</a> -&gt;  <a href="#Publisher">#Publisher</a><i> (The publisher's name.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="school">school</a></b>:
+    (<i><a href="#Thesis">#Thesis</a></i> | <i><a href="#LectureNotes">#LectureNotes</a></i>) -&gt;  <a href="#School">#School</a><i> (The name of the school where a thesis was written.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="series">series</a></b>:
+     <a href="#Composite">#Composite</a> -&gt;  <a href="#Title">#Title</a><i> (The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="title">title</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Title">#Title</a><i> (The work's title, typed as explained in the LaTeX book.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="type">type</a></b>:
+    (<i><a href="#BookPart">#BookPart</a></i> | <i><a href="#Techreport">#Techreport</a></i> | <i><a href="#Thesis">#Thesis</a></i>) -&gt;  <a href="#Text">#Text</a><i> (The type of a technical report--for example, "Research Note".)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="affiliation">affiliation</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The authors affiliation.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="abstract">abstract</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (An abstract of the work.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="contents">contents</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (A Table of Contents.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="copyright">copyright</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (Copyright information.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="isbn">isbn</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The International Standard Book Number.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="issn">issn</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The International Standard Serial Number. Used to identify a journal.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="keywords">keywords</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (Key words used for searching or possibly for annotation.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="language">language</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The language the document is in.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="location">location</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (A location associated with the entry, such as the city in which a conference took place.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="lccn">lccn</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The Library of Congress Call Number.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="mrNumber">mrNumber</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The Mathematical Reviews number.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="price">price</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The price of the document.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="size">size</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The physical dimensions of a work.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="url">url</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#Text">#Text</a><i> (The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp or web site where the postscript source of the report is located.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="directors">directors</a></b>:
+     <a href="#MotionPicture">#MotionPicture</a> -&gt;  <a href="#PersonList">#PersonList</a><i> (The list of persons who directed the motion picture.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="humanCreator">humanCreator</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#PersonList">#PersonList</a><i> (A generic human creator category, necessary in order to contain both author and editor.)</i>
+</dt>
+<dd><dl>
+<dt>
+<b><a name="author">author</a></b>:
+     <a href="#Entry">#Entry</a> -&gt;  <a href="#PersonList">#PersonList</a><i> (The name(s) of the author(s), in the format described in the LaTeX book.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="editor">editor</a></b>:
+     <a href="#Composite">#Composite</a> -&gt;  <a href="#PersonList">#PersonList</a><i> (Name(s) of editor(s), typed as indicated in the LaTeX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.)</i>
+</dt>
+<dd><dl></dl></dd>
+</dl></dd>
+<dt>
+<b><a name="pagesOrChapter">pagesOrChapter</a></b>:
+    (<i><a href="#Part">#Part</a></i>) -&gt; _<i> (A generic property to hold page and/or chapter data.)</i>
+</dt>
+<dd><dl>
+<dt>
+<b><a name="chapter">chapter</a></b>:
+     <a href="#BookPart">#BookPart</a> -&gt;  <a href="#Text">#Text</a><i> (A chapter (or section or whatever) number.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="pages">pages</a></b>:
+    (<i><a href="#Part">#Part</a></i>) -&gt;  <a href="#PageRange">#PageRange</a><i> (A range of page, with an upper and lower limit.)</i>
+</dt>
+<dd><dl></dl></dd>
+</dl></dd>
+<dt>
+<b><a name="http://www.w3.org/1999/02/22-rdf-syntax-ns#first">http://www.w3.org/1999/02/22-rdf-syntax-ns#first</a></b>:
+     <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#List">http://www.w3.org/1999/02/22-rdf-syntax-ns#List</a> -&gt; _<i> ()</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest">http://www.w3.org/1999/02/22-rdf-syntax-ns#rest</a></b>:
+     <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#List">http://www.w3.org/1999/02/22-rdf-syntax-ns#List</a> -&gt; _<i> ()</i>
+</dt>
+<dd><dl></dl></dd>
+</dl>
+<dl>
+<dt>
+<b><a name="key">key</a></b> <a href="#Entry">#Entry</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The key for a particular bibTeX entry. Note that the rdf:ID for each Entry instance could be the bibTeX key as well, possibly making this property redundant.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="volume">volume</a></b>(<i><a href="#Article">#Article</a></i> | <i><a href="#Composite">#Composite</a></i>) -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> (The volume of a journal or multivolume book.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="numberOrVolume">numberOrVolume</a></b>(<i><a href="#Article">#Article</a></i> | <i><a href="#Composite">#Composite</a></i>) -&gt; _<i> (The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.)</i>
+</dt>
+<dd><dl>
+<dt>
+<b><a name="number">number</a></b>(<i><a href="#Article">#Article</a></i> | <i><a href="#Composite">#Composite</a></i>) -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.)</i>
+</dt>
+<dd><dl></dl></dd>
+</dl></dd>
+<dt>
+<b><a name="startPage">startPage</a></b> <a href="#PageRange">#PageRange</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> (The beginning of a range of pages.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="endPage">endPage</a></b> <a href="#PageRange">#PageRange</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> (The end of a range of pages.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="year">year</a></b> <a href="#Date">#Date</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> ()</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="month">month</a></b> <a href="#Date">#Date</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> ()</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="day">day</a></b> <a href="#DateWithMonth">#DateWithMonth</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">http://www.w3.org/2001/XMLSchema#nonNegativeInteger</a><i> ()</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="lang">lang</a></b> <a href="#Text">#Text</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (The language in which the words are written.)</i>
+</dt>
+<dd><dl></dl></dd>
+<dt>
+<b><a name="short">short</a></b> <a href="#Title">#Title</a> -&gt;  <a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a><i> (A shorten version of the title.)</i>
+</dt>
+<dd><dl></dl></dd>
+</dl>
+<h2>Individuals</h2>
+<dl></dl>
+<hr>
+<address>Generated by OWL2HTML</address>
+</body>
+</html>
diff --git a/html/tutorial/myOnto.owl b/html/tutorial/myOnto.owl
new file mode 100644
index 0000000000000000000000000000000000000000..fbc37a213d7c22cfa523303363e6b00eee3ade8f
--- /dev/null
+++ b/html/tutorial/myOnto.owl
@@ -0,0 +1,1179 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!-- NE PAS OUBLIER DE MODIFIER DES URIREFS -->
+<!DOCTYPE rdf:RDF [
+          <!ENTITY xsd		"http://www.w3.org/2001/XMLSchema#" >
+	  <!ENTITY rdf		"http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+	  <!ENTITY rdfs		"http://www.w3.org/2000/01/rdf-schema#" >
+	  <!ENTITY dc		"http://purl.org/dc/elements/1.1/" > 
+	  <!ENTITY owl		"http://www.w3.org/2002/07/owl#" >
+	  <!ENTITY units	"http://visus.mit.edu/fontomri/0.01/units.owl#" >
+	  <!ENTITY bibtex	"http://purl.org/net/nknouf/ns/bibtex#">
+	  <!ENTITY dcterms 	"http://purl.org/dc/terms/">
+	  <!ENTITY dctype 	"http://purl.org/dc/dcmitype/"> ]>
+
+<rdf:RDF
+ xmlns="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#"
+ xml:base="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#"
+ xmlns:units	="&units;"
+ xmlns:foaf	="http://xmlns.com/foaf/0.1/"
+ xmlns:rdf	="&rdf;"
+ xmlns:xsd	="&xsd;"
+ xmlns:rdfs	="&rdfs;"
+ xmlns:owl	="http://www.w3.org/2002/07/owl#"
+ xmlns:wot	="http://xmlns.com/wot/0.1/"
+ xmlns:dc	="&dc;"
+ xmlns:dcterms	="&dcterms;"
+ xmlns:dctype	="&dctype;"
+ xmlns:bibtex	="&bibtex;">
+  
+  <owl:Ontology rdf:about="">
+    <dc:creator>Nick Knouf &lt;nknouf@mit.edu&gt;</dc:creator>
+    <dc:contributor>Antoine Zimmermann &lt;antoine.zimmermann@inrialpes.fr&gt;</dc:contributor>
+    <dc:description>Transformation of bibTeX into an OWL ontology</dc:description>
+    <dc:date>2004-01-10</dc:date>
+    <dc:subject>fMRI, ontology, fMRI analysis, foo, bar</dc:subject>
+    <rdfs:label>bibtex ontology</rdfs:label>
+    <dc:title>bibtex.owl: an ontology for bibTeX entries</dc:title>
+    <dc:identifier rdf:datatype="&xsd;anyURI">http://visus.mit.edu/bibtex/0.01/bibtex.owl</dc:identifier>
+    <rdfs:comment>Possible ontology to describe bibTeX entries.</rdfs:comment>
+    <owl:versionInfo>0.01</owl:versionInfo>
+  </owl:Ontology>
+
+  <!--
+    ********  ENTRIES  ********
+    
+    Entries form the basis of a bibTeX database and are categorized by their type, such as a book, journal article, conference proceedings, etc.  Each entry type has a specific set of fields that are required in bibTeX; as a first pass, these fields will also be required in the OWL ontology.
+    
+    Note: all rdfs:comment values for the entries come from http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node6.html.
+  -->
+  <owl:Class rdf:ID="Entry">
+    <rdfs:label xml:lang="en">Entry</rdfs:label>
+    <rdfs:comment xml:lang="en">Base class for all entries</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#author" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+
+  <!-- 
+    Trouver un autre nom por cette classe.
+    Regroupe Book (Monography+Collection), InBook (InMonography, InCollection), Article
+  -->
+  <owl:Class rdf:ID="Published">   
+    <rdfs:subClassOf rdf:resource="#Entry" />
+    <rdfs:label xml:lang="en">Published</rdfs:label>
+    <rdfs:comment xml:lang="en">.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Article">
+    <rdfs:subClassOf rdf:resource="#Published" />
+    <rdfs:subClassOf rdf:resource="#Part" />
+    <rdfs:label xml:lang="en">Article</rdfs:label>
+    <rdfs:comment xml:lang="en">An article from a journal or magazine.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#author" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#inJournal" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:allValuesFrom rdf:resource="#DateWithMonth" />
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#number" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#volume" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Composite">
+    <rdfs:subClassOf rdf:resource="#Entry" />
+    <rdfs:label xml:lang="en">Book</rdfs:label>
+    <rdfs:comment xml:lang="en">A work that may be composed of several parts or chapter. May be a monography, a collection or a proceedings.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#numberOrVolume" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#publisher" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#series" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:allValuesFrom rdf:resource="#DateWithMonth" />
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Book">
+    <rdfs:subClassOf rdf:resource="#Composite" />
+    <rdfs:subClassOf rdf:resource="#Published" />
+    <rdfs:label xml:lang="en">Book</rdfs:label>
+    <rdfs:comment xml:lang="en">A single book that may be a monography or a collection of written texts.</rdfs:comment>
+     <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#humanCreator" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+	<dc:description>One thing to figure out is whether or not this tells us what we want; that is, does this imply that we must have at least one property of humanCreator, which could be either author or editor?</dc:description>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#edition" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Monography">
+    <rdfs:subClassOf rdf:resource="#Book" />
+    <rdfs:label xml:lang="en">Monography</rdfs:label>
+    <rdfs:comment xml:lang="en">A book that is a single entity, as opposed to a collection.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Collection">
+    <rdfs:subClassOf rdf:resource="#Book" />
+    <rdfs:label xml:lang="en">Collection</rdfs:label>
+    <rdfs:comment xml:lang="en">A book that is collection of texts or articles.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Informal">
+    <rdfs:subClassOf rdf:resource="#Entry" />
+    <rdfs:label xml:lang="en">Informal</rdfs:label>
+    <rdfs:comment xml:lang="en">A document that that was informally published or not published.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Booklet">
+    <rdfs:subClassOf rdf:resource="#Informal" />
+    <rdfs:label xml:lang="en">Booklet</rdfs:label>
+    <rdfs:comment xml:lang="en">A work that is printed and bound, but without a named publisher or sponsoring institution.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+<!--
+  <owl:Class rdf:ID="Conference">
+    <rdfs:subClassOf rdf:resource="#Part" />
+    <owl:equivalentClass rdf:resource="#InProceedings" />
+    <rdfs:label xml:lang="en">Conference</rdfs:label>
+    <rdfs:comment xml:lang="en">The same as INPROCEEDINGS, included for Scribe compatibility.</rdfs:comment>
+  </owl:Class>
+-->
+
+  <owl:Class rdf:ID="Deliverable">
+    <rdfs:subClassOf rdf:resource="#Informal" />
+    <rdfs:label xml:lang="en">Conference</rdfs:label>
+    <rdfs:comment xml:lang="en">TROUVER UNE DESCRIPTION POUR CA.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Part">
+    <rdfs:subClassOf rdf:resource="#Entry" />
+    <rdfs:label xml:lang="en">Part</rdfs:label>
+    <rdfs:comment xml:lang="en">A part of something (either Book or Proceedings).</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#pages" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#isPartOf" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="BookPart">
+    <rdfs:subClassOf rdf:resource="#Part" />
+    <rdfs:subClassOf rdf:resource="#Published" />
+    <rdfs:label xml:lang="en">BookPart</rdfs:label>
+    <rdfs:comment xml:lang="en">May be a chapter (or section or whatever), a range of pages or a part of a book having its own title.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#chapter" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#pagesOrChapter" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="InBook">
+    <rdfs:subClassOf rdf:resource="#BookPart" />
+    <rdfs:label xml:lang="en">InBook</rdfs:label>
+    <rdfs:comment xml:lang="en">May be a chapter (or section or whatever) and/or a range of pages.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<!-- author OR editor (given in the Book description) ??? -->
+	<owl:onProperty rdf:resource="#author" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#pagesOrChapter" />
+	<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#inMonography" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="InCollection">
+    <rdfs:subClassOf rdf:resource="#BookPart" />
+    <rdfs:label xml:lang="en">Incollection</rdfs:label>
+    <rdfs:comment xml:lang="en">A part of a book having its own title.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#author" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#inCollection" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="InProceedings">
+    <rdfs:subClassOf rdf:resource="#Part" />
+    <rdfs:label xml:lang="en">InProceedings</rdfs:label>
+    <rdfs:comment xml:lang="en">An article in a conference proceedings.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#author" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#inProceedings" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="LectureNotes">
+    <rdfs:subClassOf rdf:resource="#Informal" />
+    <rdfs:subClassOf rdf:resource="#Academic" />
+    <rdfs:label xml:lang="en">LectureNotes</rdfs:label>
+    <rdfs:comment xml:lang="en">Lecture notes.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Manual">
+    <rdfs:subClassOf rdf:resource="#Informal" />
+    <rdfs:label xml:lang="en">Manual</rdfs:label>
+    <rdfs:comment xml:lang="en">Technical documentation.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#organization" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#edition" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Academic">
+    <rdfs:subClassOf rdf:resource="#Entry" />
+    <rdfs:label xml:lang="en">Academic</rdfs:label>
+    <rdfs:comment xml:lang="en">A Master's or PhD thesis.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#author" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#school" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Thesis">
+    <rdfs:subClassOf rdf:resource="#Academic" />
+    <rdfs:label xml:lang="en">Thesis</rdfs:label>
+    <rdfs:comment xml:lang="en">A thesis (either Master or PhD).</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:allValuesFrom rdf:resource="#DateWithMonth" />
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="MastersThesis">
+    <rdfs:subClassOf rdf:resource="#Thesis" />
+    <rdfs:label xml:lang="en">MastersThesis</rdfs:label>
+    <rdfs:comment xml:lang="en">A Master's thesis.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Misc">
+    <rdfs:subClassOf rdf:resource="#Informal" />
+    <rdfs:label xml:lang="en">Misc</rdfs:label>
+    <rdfs:comment xml:lang="en">Use this type when nothing else fits.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="PhdThesis">
+    <rdfs:subClassOf rdf:resource="#Entry" />
+    <rdfs:label xml:lang="en">PhdThesis</rdfs:label>
+    <rdfs:comment xml:lang="en">A PhD thesis.</rdfs:comment>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Proceedings">
+    <rdfs:subClassOf rdf:resource="#Composite" />
+    <rdfs:label xml:lang="en">Proceedings</rdfs:label>
+    <rdfs:comment xml:lang="en">The proceedings of a conference.</rdfs:comment>
+    <rdfs:comment xml:lang="en">A proceedings may be implicitly defined with an inproceedings.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#publisher" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#editor" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#organization" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="TechReport">
+    <rdfs:subClassOf rdf:resource="#Informal" />
+    <rdfs:label xml:lang="en">TechReport</rdfs:label>
+    <rdfs:comment xml:lang="en">A report published by a school or other institution, usually numbered within a series.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#author" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#institution" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#date" />
+	<owl:allValuesFrom rdf:resource="#DateWithMonth" />
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#number" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="Unpublished">
+    <rdfs:subClassOf rdf:resource="#Informal" />
+    <rdfs:label xml:lang="en">Unpublished</rdfs:label>
+    <rdfs:comment xml:lang="en">A document having an author and title, but not formally published.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#author" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#title" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#note" />
+	<owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="MotionPicture">
+    <rdfs:subClassOf rdf:resource="#Entry" />
+    <rdfs:label xml:lang="en">MotionPicture</rdfs:label>
+    <rdfs:comment xml:lang="en">A film/movie/motion picture.</rdfs:comment>
+  </owl:Class>
+  
+
+  <!--
+    ********  FIELDS  ********
+    
+    Fields can be considered the properties of a bibTeX entry.  Each entry type (described above) has a different set of required and optional fields.  The fields will all be datatype properties for the time being.
+
+    Note: all rdfs:comment values for the entries come from http://newton.ex.ac.uk/tex/pack/bibtex/btxdoc/node7.html
+  -->
+
+  <owl:DatatypeProperty rdf:ID="key">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="&xsd;string" />
+    <rdfs:label xml:lang="en">key</rdfs:label>
+    <rdfs:comment xml:lang="en">The key for a particular bibTeX entry. Note that the rdf:ID for each Entry instance could be the bibTeX key as well, possibly making this property redundant.</rdfs:comment>
+  </owl:DatatypeProperty>
+
+<!--
+
+Les adresses seront indiqu̩es dans les descriptions des objets adequats
+
+  <owl:DatatypeProperty rdf:ID="address">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="&xsd;string" />
+    <rdfs:label xml:lang="en">address</rdfs:label>
+    <rdfs:comment xml:lang="en">Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.</rdfs:comment>
+  </owl:DatatypeProperty>
+-->
+
+  <owl:ObjectProperty rdf:ID="annote">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">annote</rdfs:label>
+    <rdfs:comment xml:lang="en">An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="author">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#PersonList" />
+    <rdfs:subPropertyOf rdf:resource="#humanCreator" />
+    <rdfs:label xml:lang="en">author</rdfs:label>
+    <rdfs:comment xml:lang="en">The name(s) of the author(s), in the format described in the LaTeX book.</rdfs:comment>
+    <dc:description>This is tricky due to the fact that order is not (generally) preserved in RDF documents.  The problem arises when you want to have an author list where the order is _extremely_ important.  How shall we do that?  Perhaps we want to define "hasPrimaryAuthor", "hasSecondaryAuthor", "hasTertiaryAuthor", and "hasRemainingAuthors", or something of that sort.  This will be have to given more thought.</dc:description>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="chapter">
+    <rdfs:domain rdf:resource="#BookPart" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:subPropertyOf rdf:resource="#pagesOrChapter" />
+    <rdfs:label xml:lang="en">chapter</rdfs:label>
+    <rdfs:comment xml:lang="en">A chapter (or section or whatever) number.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="edition">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Book" />
+	  <owl:Class rdf:about="#Manual" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">edition</rdfs:label>
+    <rdfs:comment xml:lang="en">The edition of a book--for example, "Second". This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="editor">
+    <rdfs:domain rdf:resource="#Composite" />
+    <rdfs:range rdf:resource="#PersonList" />
+    <rdfs:subPropertyOf rdf:resource="#humanCreator" />
+    <rdfs:label xml:lang="en">editor</rdfs:label>
+    <rdfs:comment xml:lang="en">Name(s) of editor(s), typed as indicated in the LaTeX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.</rdfs:comment>
+    <dc:description>Again, the same issues that arose with the "author" property apply here.</dc:description>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="howPublished">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Misc" />
+	  <owl:Class rdf:about="#Booklet" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">published</rdfs:label>
+    <rdfs:comment xml:lang="en">How something strange has been published. The first word should be capitalized.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="isPartOf">
+    <rdfs:domain rdf:resource="#Part" />
+    <rdfs:label xml:lang="en">is part of</rdfs:label>
+    <rdf:type rdf:resource="&owl;TransitiveProperty" />
+    <rdfs:comment xml:lang="en">The document that contains a text or article.</rdfs:comment>
+    <dc:description>This is an object property that refers to another entry an external objects.</dc:description>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="institution">
+    <rdfs:domain rdf:resource="#TechReport" />
+    <!-- trouver une ontologie avec institution ??? -->
+    <rdfs:range rdf:resource="#Institution" />
+    <rdfs:label xml:lang="en">institution</rdfs:label>
+    <rdfs:comment xml:lang="en">The sponsoring institution of a technical report.</rdfs:comment>
+    <dc:description>This could be an object property that refers to an external set of institution instances.</dc:description>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="inJournal">
+    <rdfs:domain rdf:resource="#Article" />
+    <!-- trouver une ontologie avec journal -->
+    <rdfs:range rdf:resource="#Journal" />
+    <rdfs:subPropertyOf rdf:resource="#isPartOf" />
+    <rdfs:label xml:lang="en">in journal</rdfs:label>
+    <rdfs:comment xml:lang="en">A journal name. Abbreviations are provided for many journals; see the Local Guide</rdfs:comment>
+    <dc:description>This could optionally be an object property, whereby the range would refer to an external set of journal instances, thus providing standardized abbreviations for different bibliographic styles.</dc:description>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="date">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Date" />
+    <rdfs:label xml:lang="en">date</rdfs:label>
+    <rdfs:comment xml:lang="en">The date when the work was published or, for an unpublished work, in which it was written.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="note">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">note</rdfs:label>
+    <rdfs:comment xml:lang="en">Any additional information that can help the reader. The first word should be capitalized.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:DatatypeProperty rdf:ID="number">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Article" />
+	  <owl:Class rdf:about="#Composite" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:range rdf:resource="&xsd;string" />
+    <rdfs:subPropertyOf rdf:resource="#numberOrVolume" />
+    <rdfs:label xml:lang="en">number</rdfs:label>
+    <rdfs:comment xml:lang="en">The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.</rdfs:comment>
+  </owl:DatatypeProperty>
+
+  <owl:ObjectProperty rdf:ID="organization">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Proceedings" />
+	  <owl:Class rdf:about="#Manual" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:range rdf:resource="#Organization" />
+    <rdfs:label xml:lang="en">organization</rdfs:label>
+    <rdfs:comment xml:lang="en">The organization that sponsors a conference or that publishes a manual.</rdfs:comment>
+    <dc:description>This could be an object property that refers to an external set of organization instances.</dc:description>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="pages">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Part" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:range rdf:resource="#PageRange" />
+    <rdfs:subPropertyOf rdf:resource="#pagesOrChapter" />
+    <rdfs:label xml:lang="en">pages</rdfs:label>
+    <rdfs:comment xml:lang="en">A range of page, with an upper and lower limit.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="publisher">
+    <rdfs:domain rdf:resource="#Composite" />
+    <!-- trouver une ontologie avec Publisher ??? -->
+    <rdfs:range rdf:resource="#Publisher" />
+    <rdfs:label xml:lang="en">publisher</rdfs:label>
+    <rdfs:comment xml:lang="en">The publisher's name.</rdfs:comment>
+    <dc:description>This is a case where an ObjectProperty might be a better choice, where the range is some set of publisher names defined in another ontology.  That would allow all of the metadata for the publisher to be incorporated as needed.</dc:description>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="school">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Thesis" />
+	  <owl:Class rdf:about="#LectureNotes" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <!-- trouver une ontologie avec school ??? -->
+    <rdfs:range rdf:resource="#School" />
+    <rdfs:label xml:lang="en">school</rdfs:label>
+    <rdfs:comment xml:lang="en">The name of the school where a thesis was written.</rdfs:comment>
+    <dc:description>As with "publisher", this could be an ObjectProperty that refers to an external set of school instances.</dc:description>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="series">
+    <rdfs:domain rdf:resource="#Composite" />
+    <rdfs:range rdf:resource="#Title" />
+    <rdfs:label xml:lang="en">series</rdfs:label>
+    <rdfs:comment xml:lang="en">The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="title">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Title" />
+    <rdfs:label xml:lang="en">title</rdfs:label>
+    <rdfs:comment xml:lang="en">The work's title, typed as explained in the LaTeX book.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="type">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#BookPart" />
+	  <owl:Class rdf:about="#Techreport" />
+	  <owl:Class rdf:about="#Thesis" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">type</rdfs:label>
+    <rdfs:comment xml:lang="en">The type of a technical report--for example, "Research Note".</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:DatatypeProperty rdf:ID="volume">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Article" />
+	  <owl:Class rdf:about="#Composite" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:range rdf:resource="&xsd;nonNegativeInteger" />
+    <rdfs:label xml:lang="en">volume</rdfs:label>
+    <rdfs:comment xml:lang="en">The volume of a journal or multivolume book.</rdfs:comment>
+  </owl:DatatypeProperty>
+
+  <owl:ObjectProperty rdf:ID="affiliation">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">affiliation</rdfs:label>
+    <rdfs:comment xml:lang="en">The authors affiliation.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="abstract">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">abstract</rdfs:label>
+    <rdfs:comment xml:lang="en">An abstract of the work.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="contents">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">ontents</rdfs:label>
+    <rdfs:comment xml:lang="en">A Table of Contents.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="copyright">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">copyright</rdfs:label>
+    <rdfs:comment xml:lang="en">Copyright information.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="isbn">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">ISBN</rdfs:label>
+    <rdfs:comment xml:lang="en">The International Standard Book Number.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="issn">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">ISSN</rdfs:label>
+    <rdfs:comment xml:lang="en">The International Standard Serial Number. Used to identify a journal.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="keywords">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">keywords</rdfs:label>
+    <rdfs:comment xml:lang="en">Key words used for searching or possibly for annotation.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="language">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">language</rdfs:label>
+    <rdfs:comment xml:lang="en">The language the document is in.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="location">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">location</rdfs:label>
+    <rdfs:comment xml:lang="en">A location associated with the entry, such as the city in which a conference took place.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="lccn">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">LCCN</rdfs:label>
+    <rdfs:comment xml:lang="en">The Library of Congress Call Number.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="mrNumber">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">MR number</rdfs:label>
+    <rdfs:comment xml:lang="en">The Mathematical Reviews number.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="price">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">price</rdfs:label>
+    <rdfs:comment xml:lang="en">The price of the document.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="size">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">size</rdfs:label>
+    <rdfs:comment xml:lang="en">The physical dimensions of a work.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="url">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#Text" />
+    <rdfs:label xml:lang="en">URL</rdfs:label>
+    <rdfs:comment xml:lang="en">The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp or web site where the postscript source of the report is located.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="inMonography">
+    <rdfs:domain rdf:resource="#InBook" />
+    <rdfs:range rdf:resource="#Monography" />
+    <rdfs:subPropertyOf rdf:resource="#isPartOf" />
+    <rdfs:label xml:lang="en">inMonography</rdfs:label>
+    <rdfs:comment xml:lang="en">A reference to the book that contains the entry. The entry must be an InBook end the book a Monography.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="inCollection">
+    <rdfs:domain rdf:resource="#InCollection" />
+    <rdfs:range rdf:resource="#Collection" />
+    <rdfs:subPropertyOf rdf:resource="#isPartOf" />
+    <rdfs:label xml:lang="en">in collection</rdfs:label>
+    <rdfs:comment xml:lang="en">A reference to the book that contains the entry. The entry must be an Inbook or Incollection.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="inProceedings">
+    <rdfs:domain rdf:resource="#InProceedings" />
+    <rdfs:range rdf:resource="#Proceedings" />
+    <rdfs:subPropertyOf rdf:resource="#isPartOf" />
+    <rdfs:label xml:lang="en">in proceedings</rdfs:label>
+    <rdfs:comment xml:lang="en">A reference to the proceedings in which the entry appears. The entry must be an InProceedings.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <!-- Properties for motion picture -->
+  <owl:ObjectProperty rdf:ID="directors">
+    <rdfs:domain rdf:resource="#MotionPicture" />
+    <rdfs:range rdf:resource="#PersonList" />
+    <rdfs:label xml:lang="en">directors</rdfs:label>
+    <rdfs:comment xml:lang="en">The list of persons who directed the motion picture.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <!--
+    ********  "META" PROPERTIES  ********
+    
+    We define here some meta properties that the fields above may use as superproperties.  This is necessary in order to define cardinality constraints properly.
+  -->
+  <owl:ObjectProperty rdf:ID="humanCreator">
+    <rdfs:domain rdf:resource="#Entry" />
+    <rdfs:range rdf:resource="#PersonList" />
+    <rdfs:label xml:lang="en">human creator</rdfs:label>
+    <rdfs:comment xml:lang="en">A generic human creator category, necessary in order to contain both author and editor.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:ObjectProperty rdf:ID="pagesOrChapter">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Part" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:label xml:lang="en">page and/or chapter data</rdfs:label>
+    <rdfs:comment xml:lang="en">A generic property to hold page and/or chapter data.</rdfs:comment>
+  </owl:ObjectProperty>
+
+  <owl:DatatypeProperty rdf:ID="numberOrVolume">
+    <rdfs:domain>
+      <owl:Class>
+	<owl:unionOf rdf:parseType="Collection">
+	  <owl:Class rdf:about="#Article" />
+	  <owl:Class rdf:about="#Composite" />
+	</owl:unionOf>
+      </owl:Class>
+    </rdfs:domain>
+    <rdfs:label xml:lang="en">volume or number</rdfs:label>
+    <rdfs:comment xml:lang="en">The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.</rdfs:comment>
+  </owl:DatatypeProperty>
+
+  <!--
+    ********* OTHER CLASSES ********
+
+    Other useful classes.
+  -->
+
+<!-- trouver une ontologie pour ca -->
+  <owl:Class rdf:ID="Institution">
+    <rdfs:label xml:lang="en">Institution</rdfs:label>
+    <rdfs:comment xml:lang="en">An institution.</rdfs:comment>
+    <!-- A COMPLETER
+    <owl:equivalentClass rdf:resource="" />
+    -->
+  </owl:Class>
+
+  <!-- trouver une ontologie pour ca -->
+  <owl:Class rdf:ID="School">
+    <rdfs:label xml:lang="en">School</rdfs:label>
+    <rdfs:comment xml:lang="en">A school or university.</rdfs:comment>
+    <!-- A COMPLETER
+    <owl:equivalentClass rdf:resource="" />
+    -->
+  </owl:Class>
+
+  <!-- trouver une ontologie pour ca -->
+  <owl:Class rdf:ID="Journal">
+    <rdfs:label xml:lang="en">Journal</rdfs:label>
+    <rdfs:comment xml:lang="en">A journal.</rdfs:comment>
+    <!-- A COMPLETER
+    <owl:equivalentClass rdf:resource="" />
+    -->
+  </owl:Class>
+
+  <!-- trouver une ontologie pour ca -->
+  <owl:Class rdf:ID="Organization">
+    <rdfs:label xml:lang="en">Organization</rdfs:label>
+    <rdfs:comment xml:lang="en">An organization.</rdfs:comment>
+    <!-- A COMPLETER
+    <owl:equivalentClass rdf:resource="" />
+    -->
+  </owl:Class>
+
+  <!-- trouver une ontologie pour ca -->
+  <owl:Class rdf:ID="Publisher">
+    <rdfs:label xml:lang="en">Publisher</rdfs:label>
+    <rdfs:comment xml:lang="en">A publisher.</rdfs:comment>
+    <!-- A COMPLETER
+    <owl:equivalentClass rdf:resource="" />
+    -->
+  </owl:Class>
+
+<!-- Les personnes sont des foaf:Person -->
+
+  <owl:Class rdf:ID="Person">
+    <rdfs:label xml:lang="en">Person</rdfs:label>
+    <rdfs:comment xml:lang="en">A person.</rdfs:comment>
+<!--    <owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Person" /> -->
+  </owl:Class>
+
+<!-- Temporaire
+  <owl:Class rdf:ID="PersonList">
+    <rdfs:label xml:lang="en">PersonList</rdfs:label>
+    <rdfs:comment xml:lang="en">A person list.</rdfs:comment>
+  </owl:Class>
+-->
+
+  <owl:Class rdf:ID="PersonList">
+    <rdfs:subClassOf rdf:resource="&rdf;List" />
+    <rdfs:label xml:lang="en">Person list</rdfs:label>
+    <rdfs:comment xml:lang="en">A list of persons.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="&rdf;first" />        
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="&rdf;first" />
+	<owl:allValuesFrom rdf:resource="#Person" />
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="&rdf;rest" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="&rdf;rest" />
+	<owl:allValuesFrom>
+	  <owl:Class>
+	    <owl:unionOf rdf:parseType="Collection">
+	      <owl:Class rdf:about="#PersonList" />
+	      <owl:Class>
+		<owl:oneOf rdf:parseType="Collection">
+		  <rdf:List rdf:about="&rdf;nil" />
+		</owl:oneOf>
+	      </owl:Class>
+	    </owl:unionOf>
+	  </owl:Class>
+	</owl:allValuesFrom>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+<!-- redefinition des propretes de rdf:List (pour jena) -->
+  <owl:Class rdf:about="&rdf;List" />
+  <owl:ObjectProperty rdf:about="&rdf;first">
+    <rdfs:domain rdf:resource="&rdf;List" />
+  </owl:ObjectProperty>
+  <owl:ObjectProperty rdf:about="&rdf;rest">
+    <rdfs:domain rdf:resource="&rdf;List" />
+  </owl:ObjectProperty>
+
+  <owl:Class rdf:ID="PageRange">
+    <rdfs:label xml:lang="en">PageRange</rdfs:label>
+    <rdfs:comment xml:lang="en">A range of pages.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#startPage" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#endPage" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:DatatypeProperty rdf:ID="startPage">
+    <rdfs:domain rdf:resource="#PageRange" />
+    <rdfs:range rdf:resource="&xsd;nonNegativeInteger" />
+    <rdfs:label xml:lang="en">start page</rdfs:label>
+    <rdfs:comment xml:lang="en">The beginning of a range of pages.</rdfs:comment>
+  </owl:DatatypeProperty>
+
+  <owl:DatatypeProperty rdf:ID="endPage">
+    <rdfs:domain rdf:resource="#PageRange" />
+    <rdfs:range rdf:resource="&xsd;nonNegativeInteger" />
+    <rdfs:label xml:lang="en">end page</rdfs:label>
+    <rdfs:comment xml:lang="en">The end of a range of pages.</rdfs:comment>
+  </owl:DatatypeProperty>
+
+  <owl:Class rdf:ID="Date">
+    <rdfs:label xml:lang="en">Date</rdfs:label>
+    <rdfs:comment xml:lang="en">Date of a day, month or year.</rdfs:comment>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#year" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#month" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+
+  <owl:Class rdf:ID="DateWithMonth">
+    <rdfs:label xml:lang="en">Date</rdfs:label>
+    <rdfs:comment xml:lang="en">Date of a day, month or year.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="#Date"/>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#month" />
+	<owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf>
+      <owl:Restriction>
+	<owl:onProperty rdf:resource="#day" />
+	<owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxCardinality>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+  </owl:Class>
+    
+  <owl:DatatypeProperty rdf:ID="year">
+    <rdfs:domain rdf:resource="#Date" />
+    <rdfs:range rdf:resource="&xsd;nonNegativeInteger" />
+    <rdfs:label xml:lang="en">year</rdfs:label>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:ID="month">
+    <rdfs:domain rdf:resource="#Date" />
+    <rdfs:range rdf:resource="&xsd;nonNegativeInteger" />
+    <rdfs:label xml:lang="en">month</rdfs:label>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:ID="day">
+    <rdfs:domain rdf:resource="#DateWithMonth" />
+    <rdfs:range rdf:resource="&xsd;nonNegativeInteger" />
+    <rdfs:label xml:lang="en">day</rdfs:label>
+  </owl:DatatypeProperty>
+
+<!-- definir ces attributs comme des objets -->
+  <owl:Class rdf:ID="Text">
+    <rdfs:label xml:lang="en">Text</rdfs:label>
+    <rdfs:comment xml:lang="en">A simple text with possibly other information such as language, etc.</rdfs:comment>
+    <rdfs:comment xml:lang="en">Domain for affiliation, type, edition, chapter, howpublished, number, copyright, contents, isbn, issn, langugage, lccn, price, size, location, url.</rdfs:comment>
+  </owl:Class>
+  <owl:DatatypeProperty rdf:ID="lang">
+    <!-- peut etre utiliser simplement xml:lang ? -->
+    <rdfs:domain rdf:resource="#Text" />
+    <rdfs:range rdf:resource="&xsd;string" />
+    <rdfs:label xml:lang="en">lang</rdfs:label>
+    <rdfs:comment xml:lang="en">The language in which the words are written.</rdfs:comment>
+  </owl:DatatypeProperty>
+  <owl:Class rdf:ID="Title">
+    <rdfs:label xml:lang="en">Title</rdfs:label>
+    <rdfs:comment xml:lang="en">A title.</rdfs:comment>
+    <rdfs:subClassOf rdf:resource="#Text" />
+  </owl:Class>
+  <owl:DatatypeProperty rdf:ID="short">
+    <rdfs:domain rdf:resource="#Title" />
+    <rdfs:range rdf:resource="&xsd;string" />
+    <rdfs:label xml:lang="en">short</rdfs:label>
+    <rdfs:comment xml:lang="en">A shorten version of the title.</rdfs:comment>
+  </owl:DatatypeProperty> 
+  
+<!-- 
+
+A FAIRE:
+
+ - ecrire les criteres d'unfification en un pseudo langage formel
+ - mettre a jour BibTeX2RDF **rapidement**
+
+-->
+
+</rdf:RDF>
diff --git a/html/tutorial/refalign.rdf b/html/tutorial/refalign.rdf
index 611d1a9508a2ee54540ec5c32bf483338ad822b7..449b45cbfaef5144b70bcf596db2dad86aa7bac9 100644
--- a/html/tutorial/refalign.rdf
+++ b/html/tutorial/refalign.rdf
@@ -6,242 +6,401 @@
 <Alignment>
   <xml>yes</xml>
   <level>0</level>
-  <type>**</type>
-  <time>66</time>
-  <method>fr.inrialpes.exmo.align.impl.method.StringDistAlignment</method>
-  <onto1>file://localhost/JAVA/alignapi/tutorial/edu.umbc.ebiquity.publication.owl</onto1>
-  <onto2>file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl</onto2>
-  <uri1>http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#publication</uri1>
-  <uri2>file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl</uri2>
+  <type>11</type>
+  <method>Manually generated</method>
+  <onto1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</onto1>
+  <onto2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</onto2>
+  <uri1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</uri1>
+  <uri2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</uri2>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#Article'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#InProceedings'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Inproceedings'/>
       <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#volume'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#key'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasKey'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Entry'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Entry'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#contents'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasContents'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#lang'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#keywords'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#size'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasSize'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#type'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasType'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#address'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasAddress'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#howPublished'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#howPublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#TechReport'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#volume'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#chapter'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#month'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#InBook'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333334</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#copyright'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasCopyright'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#series'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasSeries'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#chapter'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#author'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#InBook'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#Misc'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#editor'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
       <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#Book'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#series'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasSeries'/>
       <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#publishedOn'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#howPublished'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#title'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasTitle'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#InCollection'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9166666666666666</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Booklet'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#publisher'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasPublisher'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#numberOrVolume'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#school'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasSchool'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Unpublished'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#MastersThesis'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#MastersThesis'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
       <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9230769230769231</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#Proceedings'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#inJournal'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasJournal'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <!--map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#mrNumber'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map-->
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#pages'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
       <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#institution'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasInstitution'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7142857142857143</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#edition'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasEdition'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#PhdThesis'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8888888888888888</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#affiliation'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#number'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#year'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasYear'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#keyword'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5454545454545454</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#organization'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasOrganization'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#title'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasTitle'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#school'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasSchool'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#journal'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasJournal'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#publisher'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasPublisher'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#edition'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasEdition'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Misc'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#abstract'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasAbstract'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7272727272727273</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Techreport'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#InProceedings'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#Inproceedings'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9230769230769231</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#institution'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasInstitution'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#editor'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#abstract'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasAbstract'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#organization'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasOrganization'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7333333333333334</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#location'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasLocation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#pages'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Article'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
   <map>
     <Cell>
-      <entity1 rdf:resource='http://ebiquity.umbc.edu/v2.1/ontology/publication.owl#booktitle'/>
-      <entity2 rdf:resource='file://localhost/JAVA/alignapi/tutorial/edu.mit.visus.bibtex.owl#hasBooktitle'/>
-      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#price'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasPrice'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Book'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#PhdThesis'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Proceedings'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#number'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#TechReport'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#InCollection'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#author'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#note'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#humanCreator'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#humanCreator'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#pagesOrChapter'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#Manual'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#Manual'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl#language'/>
+      <entity2 rdf:resource='file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
       <relation>=</relation>
     </Cell>
   </map>
diff --git a/html/tutorial/results/AOMS5.html b/html/tutorial/results/AOMS5.html
new file mode 100644
index 0000000000000000000000000000000000000000..30993c52ee63a50655dc24bd244800b137fd9bdd
--- /dev/null
+++ b/html/tutorial/results/AOMS5.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
+<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
+<body bgcolor="white">
+<h1>(level 0)
+  Alignment</h1>
+<h2>Source:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl">file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</a>
+</h2>
+<h2>Target:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl">file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</a>
+</h2>
+<h2>Correspondences</h2>
+<dl compact>
+<dt>List = Unpublished</dt>
+<dd>0.0</dd>
+<dt>Booklet = Booklet</dt>
+<dd>1.0</dd>
+<dt>InBook = Inbook</dt>
+<dd>1.0</dd>
+<dt>rest = hasAddress</dt>
+<dd>0.6181318681318682</dd>
+<dt>Collection = Incollection</dt>
+<dd>0.9545454545454546</dd>
+<dt>Part = Article</dt>
+<dd>0.6907600596125186</dd>
+<dt>keywords = hasKeywords</dt>
+<dd>0.9210526315789473</dd>
+<dt>number = hasNumber</dt>
+<dd>0.9</dd>
+<dt>lang = hasLanguage</dt>
+<dd>0.7666666666666666</dd>
+<dt>Misc = Misc</dt>
+<dd>1.0</dd>
+<dt>editor = hasEditor</dt>
+<dd>0.9</dd>
+<dt>InProceedings = Inproceedings</dt>
+<dd>1.0</dd>
+<dt>type = hasType</dt>
+<dd>0.8636363636363636</dd>
+<dt>location = hasLocation</dt>
+<dd>0.9210526315789473</dd>
+<dt>isbn = hasISBN</dt>
+<dd>0.8636363636363636</dd>
+<dt>copyright = hasCopyright</dt>
+<dd>0.9285714285714286</dd>
+<dt>TechReport = Techreport</dt>
+<dd>1.0</dd>
+<dt>contents = hasContents</dt>
+<dd>0.9210526315789473</dd>
+<dt>series = hasSeries</dt>
+<dd>0.9</dd>
+<dt>annote = hasNote</dt>
+<dd>0.7234226447709594</dd>
+<dt>key = hasKey</dt>
+<dd>0.8333333333333333</dd>
+<dt>date = pageChapterData</dt>
+<dd>0.551511758118701</dd>
+<dt>lccn = hasLCCN</dt>
+<dd>0.8636363636363636</dd>
+<dt>Published = Unpublished</dt>
+<dd>0.95</dd>
+<dt>Institution = Incollection</dt>
+<dd>0.5162004984768762</dd>
+<dt>MastersThesis = Mastersthesis</dt>
+<dd>1.0</dd>
+<dt>Entry = Entry</dt>
+<dd>1.0</dd>
+<dt>price = hasPrice</dt>
+<dd>0.8846153846153846</dd>
+<dt>Publisher = Unpublished</dt>
+<dd>0.8795640326975477</dd>
+<dt>edition = hasEdition</dt>
+<dd>0.9117647058823529</dd>
+<dt>size = hasSize</dt>
+<dd>0.8636363636363636</dd>
+<dt>year = hasYear</dt>
+<dd>0.8636363636363636</dd>
+<dt>month = hasMonth</dt>
+<dd>0.8846153846153846</dd>
+<dt>Unpublished = Unpublished</dt>
+<dd>1.0</dd>
+<dt>Proceedings = Proceedings</dt>
+<dd>1.0</dd>
+<dt>institution = hasInstitution</dt>
+<dd>0.94</dd>
+<dt>humanCreator = humanCreator</dt>
+<dd>1.0</dd>
+<dt>Techreport = Techreport</dt>
+<dd>1.0</dd>
+<dt>volume = hasVolume</dt>
+<dd>0.9</dd>
+<dt>affiliation = hasAffiliation</dt>
+<dd>0.94</dd>
+<dt>issn = hasISSN</dt>
+<dd>0.8636363636363636</dd>
+<dt>short = hasAuthor</dt>
+<dd>0.5693581780538302</dd>
+<dt>language = hasLanguage</dt>
+<dd>0.9210526315789473</dd>
+<dt>Article = Article</dt>
+<dd>1.0</dd>
+<dt>url = hasURL</dt>
+<dd>0.8333333333333333</dd>
+<dt>author = hasAuthor</dt>
+<dd>0.9</dd>
+<dt>BookPart = Book</dt>
+<dd>0.9</dd>
+<dt>note = hasNote</dt>
+<dd>0.8636363636363636</dd>
+<dt>howPublished = howPublished</dt>
+<dd>1.0</dd>
+<dt>publisher = hasPublisher</dt>
+<dd>0.9285714285714286</dd>
+<dt>school = hasSchool</dt>
+<dd>0.9</dd>
+<dt>Thesis = Phdthesis</dt>
+<dd>0.9</dd>
+<dt>InCollection = Incollection</dt>
+<dd>1.0</dd>
+<dt>endPage = hasPages</dt>
+<dd>0.6456989247311828</dd>
+<dt>startPage = hasPages</dt>
+<dd>0.582855093256815</dd>
+<dt>organization = hasOrganization</dt>
+<dd>0.9444444444444444</dd>
+<dt>inJournal = hasJournal</dt>
+<dd>0.8258074162679425</dd>
+<dt>abstract = hasAbstract</dt>
+<dd>0.9210526315789473</dd>
+<dt>PhdThesis = Phdthesis</dt>
+<dd>1.0</dd>
+<dt>Book = Book</dt>
+<dd>1.0</dd>
+<dt>title = hasTitle</dt>
+<dd>0.8846153846153846</dd>
+<dt>numberOrVolume = hasNumber</dt>
+<dd>0.6533426834969611</dd>
+<dt>pages = hasPages</dt>
+<dd>0.8846153846153846</dd>
+<dt>pagesOrChapter = pageChapterData</dt>
+<dd>0.8904574940252646</dd>
+<dt>Manual = Manual</dt>
+<dd>1.0</dd>
+<dt>mrNumber = hasMrnumber</dt>
+<dd>0.9210526315789473</dd>
+<dt>chapter = hasChapter</dt>
+<dd>0.9117647058823529</dd>
+</dl>
+</body>
+</html>
diff --git a/html/tutorial/results/AOMS5.rdf b/html/tutorial/results/AOMS5.rdf
new file mode 100644
index 0000000000000000000000000000000000000000..437c0766d748a230e1ebcfc4785de74c72edf820
--- /dev/null
+++ b/html/tutorial/results/AOMS5.rdf
@@ -0,0 +1,552 @@
+<?xml version='1.0' encoding='utf-8' standalone='no'?>
+<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xml:base='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+         xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
+<Alignment>
+  <xml>yes</xml>
+  <level>0</level>
+  <type>**</type>
+  <method>fr.inrialpes.exmo.align.impl.BasicAlignment</method>
+  <onto1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</onto1>
+  <onto2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</onto2>
+  <uri1>http://alignapi.gforge.inria.fr/tutorial/myOnto.owl</uri1>
+  <uri2>http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl</uri2>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#List'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Booklet'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InBook'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#rest'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAddress'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6181318681318682</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Collection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9545454545454546</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Part'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6907600596125186</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#keywords'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#number'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#lang'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7666666666666666</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Misc'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#editor'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InProceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inproceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#type'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasType'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#location'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLocation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#isbn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasISBN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#copyright'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasCopyright'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#TechReport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#contents'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasContents'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#series'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSeries'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#annote'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7234226447709594</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#key'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKey'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333333</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#date'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#pageChapterData'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.551511758118701</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#lccn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLCCN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Published'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.95</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5162004984768762</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#MastersThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Entry'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Entry'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#price'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPrice'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8795640326975477</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#edition'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEdition'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9117647058823529</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#size'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSize'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#year'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasYear'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#month'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Unpublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Proceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasInstitution'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.94</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#humanCreator'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#humanCreator'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Techreport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#volume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#affiliation'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.94</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#issn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasISSN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#short'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5693581780538302</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#language'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Article'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#url'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasURL'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333333</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#author'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#BookPart'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#note'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#howPublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#howPublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPublisher'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#school'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSchool'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Thesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InCollection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#endPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6456989247311828</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#startPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.582855093256815</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#organization'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasOrganization'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9444444444444444</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inJournal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasJournal'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8258074162679425</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#abstract'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAbstract'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PhdThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Book'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#title'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasTitle'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#numberOrVolume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6533426834969611</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pages'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pagesOrChapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#pageChapterData'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8904574940252646</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Manual'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Manual'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#mrNumber'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMrnumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#chapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9117647058823529</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+</Alignment>
+</rdf:RDF>
diff --git a/html/tutorial/results/SMOA.html b/html/tutorial/results/SMOA.html
new file mode 100644
index 0000000000000000000000000000000000000000..77701845831c2050b163a75997c3c2e36716fd7d
--- /dev/null
+++ b/html/tutorial/results/SMOA.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
+<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
+<body bgcolor="white">
+<h1>(level 0)
+  Alignment</h1>
+<h2>Source:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl">file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</a>
+</h2>
+<h2>Target:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl">file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</a>
+</h2>
+<h2>Correspondences</h2>
+<dl compact>
+<dt>lang = hasLanguage</dt>
+<dd>0.7666666666666666</dd>
+<dt>Proceedings = Proceedings</dt>
+<dd>1.0</dd>
+<dt>PersonList = Unpublished</dt>
+<dd>0.37969924812030076</dd>
+<dt>organization = hasOrganization</dt>
+<dd>0.9444444444444444</dd>
+<dt>key = hasKey</dt>
+<dd>0.8333333333333333</dd>
+<dt>title = hasTitle</dt>
+<dd>0.8846153846153846</dd>
+<dt>copyright = hasCopyright</dt>
+<dd>0.9285714285714286</dd>
+<dt>inJournal = hasJournal</dt>
+<dd>0.8258074162679425</dd>
+<dt>TechReport = Techreport</dt>
+<dd>1.0</dd>
+<dt>Article = Article</dt>
+<dd>1.0</dd>
+<dt>InProceedings = Inproceedings</dt>
+<dd>1.0</dd>
+<dt>Informal = Inbook</dt>
+<dd>0.09999999999999998</dd>
+<dt>contents = hasContents</dt>
+<dd>0.9210526315789473</dd>
+<dt>LectureNotes = Incollection</dt>
+<dd>0.43410852713178294</dd>
+<dt>numberOrVolume = hasNumber</dt>
+<dd>0.6533426834969611</dd>
+<dt>BookPart = Book</dt>
+<dd>0.9</dd>
+<dt>InCollection = Incollection</dt>
+<dd>1.0</dd>
+<dt>price = hasPrice</dt>
+<dd>0.8846153846153846</dd>
+<dt>chapter = hasChapter</dt>
+<dd>0.9117647058823529</dd>
+<dt>MastersThesis = Mastersthesis</dt>
+<dd>1.0</dd>
+<dt>edition = hasEdition</dt>
+<dd>0.9117647058823529</dd>
+<dt>Part = Article</dt>
+<dd>0.6907600596125186</dd>
+<dt>MotionPicture = Incollection</dt>
+<dd>0.41935828877005354</dd>
+<dt>type = hasType</dt>
+<dd>0.8636363636363636</dd>
+<dt>number = hasNumber</dt>
+<dd>0.9</dd>
+<dt>endPage = hasPages</dt>
+<dd>0.6456989247311828</dd>
+<dt>startPage = hasPages</dt>
+<dd>0.582855093256815</dd>
+<dt>rest = hasAddress</dt>
+<dd>0.6181318681318682</dd>
+<dt>editor = hasEditor</dt>
+<dd>0.9</dd>
+<dt>directors = hasEditor</dt>
+<dd>0.43410852713178294</dd>
+<dt>Organization = Incollection</dt>
+<dd>0.43410852713178294</dd>
+<dt>short = hasAuthor</dt>
+<dd>0.5693581780538302</dd>
+<dt>PhdThesis = Phdthesis</dt>
+<dd>1.0</dd>
+<dt>Unpublished = Unpublished</dt>
+<dd>1.0</dd>
+<dt>mrNumber = hasMrnumber</dt>
+<dd>0.9210526315789473</dd>
+<dt>isPartOf = hasPages</dt>
+<dd>0.48054635761589404</dd>
+<dt>keywords = hasKeywords</dt>
+<dd>0.9210526315789473</dd>
+<dt>Book = Book</dt>
+<dd>1.0</dd>
+<dt>Misc = Misc</dt>
+<dd>1.0</dd>
+<dt>note = hasNote</dt>
+<dd>0.8636363636363636</dd>
+<dt>institution = hasInstitution</dt>
+<dd>0.94</dd>
+<dt>series = hasSeries</dt>
+<dd>0.9</dd>
+<dt>Manual = Manual</dt>
+<dd>1.0</dd>
+<dt>month = hasMonth</dt>
+<dd>0.8846153846153846</dd>
+<dt>Entry = Entry</dt>
+<dd>1.0</dd>
+<dt>volume = hasVolume</dt>
+<dd>0.9</dd>
+<dt>Publisher = Unpublished</dt>
+<dd>0.8795640326975477</dd>
+<dt>author = hasAuthor</dt>
+<dd>0.9</dd>
+<dt>publisher = hasPublisher</dt>
+<dd>0.9285714285714286</dd>
+<dt>Techreport = Techreport</dt>
+<dd>1.0</dd>
+<dt>pagesOrChapter = pageChapterData</dt>
+<dd>0.8904574940252646</dd>
+<dt>Person = Mastersthesis</dt>
+<dd>0.4562818336162988</dd>
+<dt>school = hasSchool</dt>
+<dd>0.9</dd>
+<dt>isbn = hasISBN</dt>
+<dd>0.8636363636363636</dd>
+<dt>InBook = Inbook</dt>
+<dd>1.0</dd>
+<dt>inMonography = hasMonth</dt>
+<dd>0.40649350649350646</dd>
+<dt>Institution = Incollection</dt>
+<dd>0.5162004984768762</dd>
+<dt>humanCreator = humanCreator</dt>
+<dd>1.0</dd>
+<dt>Text = Techreport</dt>
+<dd>0.09999999999999998</dd>
+<dt>Composite = Conference</dt>
+<dd>0.09999999999999998</dd>
+<dt>howPublished = howPublished</dt>
+<dd>1.0</dd>
+<dt>year = hasYear</dt>
+<dd>0.8636363636363636</dd>
+<dt>Monography = Manual</dt>
+<dd>0.050000000000000044</dd>
+<dt>location = hasLocation</dt>
+<dd>0.9210526315789473</dd>
+<dt>Booklet = Booklet</dt>
+<dd>1.0</dd>
+<dt>Thesis = Phdthesis</dt>
+<dd>0.9</dd>
+<dt>lccn = hasLCCN</dt>
+<dd>0.8636363636363636</dd>
+<dt>inCollection = hasEdition</dt>
+<dd>0.470550576184379</dd>
+<dt>Academic = Article</dt>
+<dd>0.050000000000000044</dd>
+<dt>issn = hasISSN</dt>
+<dd>0.8636363636363636</dd>
+<dt>pages = hasPages</dt>
+<dd>0.8846153846153846</dd>
+<dt>Collection = Incollection</dt>
+<dd>0.9545454545454546</dd>
+<dt>Published = Unpublished</dt>
+<dd>0.95</dd>
+<dt>annote = hasNote</dt>
+<dd>0.7234226447709594</dd>
+<dt>language = hasLanguage</dt>
+<dd>0.9210526315789473</dd>
+<dt>date = pageChapterData</dt>
+<dd>0.551511758118701</dd>
+<dt>PageRange = Phdthesis</dt>
+<dd>0.050000000000000044</dd>
+<dt>affiliation = hasAffiliation</dt>
+<dd>0.94</dd>
+<dt>inProceedings = hasEditor</dt>
+<dd>0.3718133718133718</dd>
+<dt>url = hasURL</dt>
+<dd>0.8333333333333333</dd>
+<dt>abstract = hasAbstract</dt>
+<dd>0.9210526315789473</dd>
+<dt>Title = Techreport</dt>
+<dd>0.050000000000000044</dd>
+<dt>List = Unpublished</dt>
+<dd>0.600990099009901</dd>
+<dt>size = hasSize</dt>
+<dd>0.8636363636363636</dd>
+</dl>
+</body>
+</html>
diff --git a/html/tutorial/results/SMOA.rdf b/html/tutorial/results/SMOA.rdf
new file mode 100644
index 0000000000000000000000000000000000000000..de8e21160cb53923be9f10698e6a57da2a53bca7
--- /dev/null
+++ b/html/tutorial/results/SMOA.rdf
@@ -0,0 +1,689 @@
+<?xml version='1.0' encoding='utf-8' standalone='no'?>
+<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xml:base='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+         xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
+<Alignment>
+  <xml>yes</xml>
+  <level>0</level>
+  <type>**</type>
+  <time>152</time>
+  <method>fr.inrialpes.exmo.align.impl.method.StringDistAlignment</method>
+  <onto1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</onto1>
+  <onto2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</onto2>
+  <uri1>http://alignapi.gforge.inria.fr/tutorial/myOnto.owl</uri1>
+  <uri2>http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl</uri2>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#lang'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7666666666666666</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Proceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PersonList'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.37969924812030076</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#organization'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasOrganization'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9444444444444444</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#key'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKey'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333333</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#title'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasTitle'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#copyright'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasCopyright'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inJournal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasJournal'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8258074162679425</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#TechReport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Article'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InProceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inproceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Informal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.09999999999999998</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#contents'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasContents'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#LectureNotes'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.43410852713178294</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#numberOrVolume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6533426834969611</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#BookPart'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InCollection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#price'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPrice'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#chapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9117647058823529</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#MastersThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#edition'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEdition'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9117647058823529</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Part'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6907600596125186</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#MotionPicture'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.41935828877005354</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#type'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasType'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#number'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#endPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6456989247311828</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#startPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.582855093256815</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#rest'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAddress'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6181318681318682</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#editor'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#directors'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.43410852713178294</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Organization'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.43410852713178294</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#short'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5693581780538302</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PhdThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Unpublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#mrNumber'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMrnumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#isPartOf'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.48054635761589404</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#keywords'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Book'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Misc'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#note'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasInstitution'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.94</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#series'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSeries'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Manual'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Manual'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#month'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Entry'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Entry'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#volume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8795640326975477</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#author'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPublisher'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Techreport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pagesOrChapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#pageChapterData'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8904574940252646</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Person'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4562818336162988</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#school'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSchool'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#isbn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasISBN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InBook'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inMonography'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.40649350649350646</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5162004984768762</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#humanCreator'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#humanCreator'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Text'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.09999999999999998</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Composite'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Conference'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.09999999999999998</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#howPublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#howPublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#year'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasYear'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Monography'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Manual'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.050000000000000044</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#location'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLocation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Booklet'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Thesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#lccn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLCCN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inCollection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEdition'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.470550576184379</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Academic'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.050000000000000044</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#issn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasISSN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pages'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Collection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9545454545454546</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Published'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.95</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#annote'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7234226447709594</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#language'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#date'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#pageChapterData'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.551511758118701</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PageRange'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.050000000000000044</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#affiliation'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.94</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inProceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.3718133718133718</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#url'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasURL'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333333</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#abstract'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAbstract'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Title'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.050000000000000044</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#List'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.600990099009901</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#size'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSize'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+</Alignment>
+</rdf:RDF>
diff --git a/html/tutorial/results/SMOA5.html b/html/tutorial/results/SMOA5.html
new file mode 100644
index 0000000000000000000000000000000000000000..94b08970dc6d4fa6bdcc491752b0e9d6d48b0e3e
--- /dev/null
+++ b/html/tutorial/results/SMOA5.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
+<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
+<body bgcolor="white">
+<h1>(level 0)
+  Alignment</h1>
+<h2>Source:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl">file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</a>
+</h2>
+<h2>Target:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl">file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</a>
+</h2>
+<h2>Correspondences</h2>
+<dl compact>
+<dt>lang = hasLanguage</dt>
+<dd>0.7666666666666666</dd>
+<dt>Proceedings = Proceedings</dt>
+<dd>1.0</dd>
+<dt>key = hasKey</dt>
+<dd>0.8333333333333333</dd>
+<dt>organization = hasOrganization</dt>
+<dd>0.9444444444444444</dd>
+<dt>title = hasTitle</dt>
+<dd>0.8846153846153846</dd>
+<dt>copyright = hasCopyright</dt>
+<dd>0.9285714285714286</dd>
+<dt>inJournal = hasJournal</dt>
+<dd>0.8258074162679425</dd>
+<dt>Article = Article</dt>
+<dd>1.0</dd>
+<dt>TechReport = Techreport</dt>
+<dd>1.0</dd>
+<dt>InProceedings = Inproceedings</dt>
+<dd>1.0</dd>
+<dt>contents = hasContents</dt>
+<dd>0.9210526315789473</dd>
+<dt>numberOrVolume = hasNumber</dt>
+<dd>0.6533426834969611</dd>
+<dt>BookPart = Book</dt>
+<dd>0.9</dd>
+<dt>price = hasPrice</dt>
+<dd>0.8846153846153846</dd>
+<dt>InCollection = Incollection</dt>
+<dd>1.0</dd>
+<dt>chapter = hasChapter</dt>
+<dd>0.9117647058823529</dd>
+<dt>edition = hasEdition</dt>
+<dd>0.9117647058823529</dd>
+<dt>MastersThesis = Mastersthesis</dt>
+<dd>1.0</dd>
+<dt>Part = Article</dt>
+<dd>0.6907600596125186</dd>
+<dt>type = hasType</dt>
+<dd>0.8636363636363636</dd>
+<dt>number = hasNumber</dt>
+<dd>0.9</dd>
+<dt>endPage = hasPages</dt>
+<dd>0.6456989247311828</dd>
+<dt>startPage = hasPages</dt>
+<dd>0.582855093256815</dd>
+<dt>rest = hasAddress</dt>
+<dd>0.6181318681318682</dd>
+<dt>editor = hasEditor</dt>
+<dd>0.9</dd>
+<dt>short = hasAuthor</dt>
+<dd>0.5693581780538302</dd>
+<dt>PhdThesis = Phdthesis</dt>
+<dd>1.0</dd>
+<dt>Unpublished = Unpublished</dt>
+<dd>1.0</dd>
+<dt>keywords = hasKeywords</dt>
+<dd>0.9210526315789473</dd>
+<dt>mrNumber = hasMrnumber</dt>
+<dd>0.9210526315789473</dd>
+<dt>Book = Book</dt>
+<dd>1.0</dd>
+<dt>Misc = Misc</dt>
+<dd>1.0</dd>
+<dt>note = hasNote</dt>
+<dd>0.8636363636363636</dd>
+<dt>series = hasSeries</dt>
+<dd>0.9</dd>
+<dt>institution = hasInstitution</dt>
+<dd>0.94</dd>
+<dt>Manual = Manual</dt>
+<dd>1.0</dd>
+<dt>month = hasMonth</dt>
+<dd>0.8846153846153846</dd>
+<dt>Entry = Entry</dt>
+<dd>1.0</dd>
+<dt>volume = hasVolume</dt>
+<dd>0.9</dd>
+<dt>Publisher = Unpublished</dt>
+<dd>0.8795640326975477</dd>
+<dt>author = hasAuthor</dt>
+<dd>0.9</dd>
+<dt>publisher = hasPublisher</dt>
+<dd>0.9285714285714286</dd>
+<dt>Techreport = Techreport</dt>
+<dd>1.0</dd>
+<dt>pagesOrChapter = pageChapterData</dt>
+<dd>0.8904574940252646</dd>
+<dt>school = hasSchool</dt>
+<dd>0.9</dd>
+<dt>isbn = hasISBN</dt>
+<dd>0.8636363636363636</dd>
+<dt>InBook = Inbook</dt>
+<dd>1.0</dd>
+<dt>Institution = Incollection</dt>
+<dd>0.5162004984768762</dd>
+<dt>humanCreator = humanCreator</dt>
+<dd>1.0</dd>
+<dt>howPublished = howPublished</dt>
+<dd>1.0</dd>
+<dt>year = hasYear</dt>
+<dd>0.8636363636363636</dd>
+<dt>location = hasLocation</dt>
+<dd>0.9210526315789473</dd>
+<dt>Booklet = Booklet</dt>
+<dd>1.0</dd>
+<dt>lccn = hasLCCN</dt>
+<dd>0.8636363636363636</dd>
+<dt>Thesis = Phdthesis</dt>
+<dd>0.9</dd>
+<dt>issn = hasISSN</dt>
+<dd>0.8636363636363636</dd>
+<dt>pages = hasPages</dt>
+<dd>0.8846153846153846</dd>
+<dt>Collection = Incollection</dt>
+<dd>0.9545454545454546</dd>
+<dt>annote = hasNote</dt>
+<dd>0.7234226447709594</dd>
+<dt>Published = Unpublished</dt>
+<dd>0.95</dd>
+<dt>language = hasLanguage</dt>
+<dd>0.9210526315789473</dd>
+<dt>date = pageChapterData</dt>
+<dd>0.551511758118701</dd>
+<dt>affiliation = hasAffiliation</dt>
+<dd>0.94</dd>
+<dt>url = hasURL</dt>
+<dd>0.8333333333333333</dd>
+<dt>abstract = hasAbstract</dt>
+<dd>0.9210526315789473</dd>
+<dt>List = Unpublished</dt>
+<dd>0.600990099009901</dd>
+<dt>size = hasSize</dt>
+<dd>0.8636363636363636</dd>
+</dl>
+</body>
+</html>
diff --git a/html/tutorial/results/SMOA5.rdf b/html/tutorial/results/SMOA5.rdf
new file mode 100644
index 0000000000000000000000000000000000000000..ea21ad19b364adf598a7c2b43e54af86d486829e
--- /dev/null
+++ b/html/tutorial/results/SMOA5.rdf
@@ -0,0 +1,553 @@
+<?xml version='1.0' encoding='utf-8' standalone='no'?>
+<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xml:base='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+         xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
+<Alignment>
+  <xml>yes</xml>
+  <level>0</level>
+  <type>**</type>
+  <time>162</time>
+  <method>fr.inrialpes.exmo.align.impl.method.StringDistAlignment</method>
+  <onto1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</onto1>
+  <onto2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</onto2>
+  <uri1>http://alignapi.gforge.inria.fr/tutorial/myOnto.owl</uri1>
+  <uri2>http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl</uri2>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#lang'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7666666666666666</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Proceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#key'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKey'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333333</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#organization'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasOrganization'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9444444444444444</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#title'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasTitle'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#copyright'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasCopyright'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inJournal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasJournal'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8258074162679425</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Article'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#TechReport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InProceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inproceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#contents'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasContents'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#numberOrVolume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6533426834969611</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#BookPart'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#price'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPrice'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InCollection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#chapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9117647058823529</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#edition'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEdition'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9117647058823529</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#MastersThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Part'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6907600596125186</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#type'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasType'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#number'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#endPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6456989247311828</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#startPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.582855093256815</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#rest'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAddress'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6181318681318682</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#editor'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#short'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5693581780538302</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PhdThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Unpublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#keywords'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#mrNumber'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMrnumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Book'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Misc'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#note'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#series'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSeries'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasInstitution'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.94</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Manual'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Manual'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#month'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Entry'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Entry'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#volume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8795640326975477</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#author'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPublisher'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Techreport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pagesOrChapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#pageChapterData'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8904574940252646</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#school'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSchool'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#isbn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasISBN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InBook'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5162004984768762</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#humanCreator'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#humanCreator'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#howPublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#howPublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#year'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasYear'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#location'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLocation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Booklet'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#lccn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLCCN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Thesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#issn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasISSN'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pages'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8846153846153846</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Collection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9545454545454546</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#annote'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7234226447709594</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Published'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.95</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#language'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#date'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#pageChapterData'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.551511758118701</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#affiliation'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.94</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#url'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasURL'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333333</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#abstract'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAbstract'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9210526315789473</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#List'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.600990099009901</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#size'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSize'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8636363636363636</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+</Alignment>
+</rdf:RDF>
diff --git a/html/tutorial/results/SMOA5.xsl b/html/tutorial/results/SMOA5.xsl
new file mode 100644
index 0000000000000000000000000000000000000000..ac228ca9484ad6de681d246136ef1ce306ff308d
--- /dev/null
+++ b/html/tutorial/results/SMOA5.xsl
@@ -0,0 +1,425 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
+    xmlns:owl="http://www.w3.org/2002/07/owl#"
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+xmlns:ns1="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#"
+xmlns:ns2="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#"
+>
+
+  <xsl:template match="rdf:List">
+    <xsl:element name="ns2:Unpublished">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Booklet">
+    <xsl:element name="ns2:Booklet">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:InBook">
+    <xsl:element name="ns2:Inbook">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="rdf:rest">
+    <xsl:element name="ns2:hasAddress">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Collection">
+    <xsl:element name="ns2:Incollection">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Part">
+    <xsl:element name="ns2:Article">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:keywords">
+    <xsl:element name="ns2:hasKeywords">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:number">
+    <xsl:element name="ns2:hasNumber">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:lang">
+    <xsl:element name="ns2:hasLanguage">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Misc">
+    <xsl:element name="ns2:Misc">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:editor">
+    <xsl:element name="ns2:hasEditor">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:InProceedings">
+    <xsl:element name="ns2:Inproceedings">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:type">
+    <xsl:element name="ns2:hasType">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:location">
+    <xsl:element name="ns2:hasLocation">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:isbn">
+    <xsl:element name="ns2:hasISBN">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:copyright">
+    <xsl:element name="ns2:hasCopyright">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:TechReport">
+    <xsl:element name="ns2:Techreport">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:contents">
+    <xsl:element name="ns2:hasContents">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:series">
+    <xsl:element name="ns2:hasSeries">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:annote">
+    <xsl:element name="ns2:hasNote">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:key">
+    <xsl:element name="ns2:hasKey">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:date">
+    <xsl:element name="ns2:pageChapterData">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:lccn">
+    <xsl:element name="ns2:hasLCCN">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Published">
+    <xsl:element name="ns2:Unpublished">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Institution">
+    <xsl:element name="ns2:Incollection">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:MastersThesis">
+    <xsl:element name="ns2:Mastersthesis">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Entry">
+    <xsl:element name="ns2:Entry">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:price">
+    <xsl:element name="ns2:hasPrice">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Publisher">
+    <xsl:element name="ns2:Unpublished">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:edition">
+    <xsl:element name="ns2:hasEdition">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:size">
+    <xsl:element name="ns2:hasSize">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:year">
+    <xsl:element name="ns2:hasYear">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:month">
+    <xsl:element name="ns2:hasMonth">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Unpublished">
+    <xsl:element name="ns2:Unpublished">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Proceedings">
+    <xsl:element name="ns2:Proceedings">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:institution">
+    <xsl:element name="ns2:hasInstitution">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:humanCreator">
+    <xsl:element name="ns2:humanCreator">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Techreport">
+    <xsl:element name="ns2:Techreport">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:volume">
+    <xsl:element name="ns2:hasVolume">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:affiliation">
+    <xsl:element name="ns2:hasAffiliation">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:issn">
+    <xsl:element name="ns2:hasISSN">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:short">
+    <xsl:element name="ns2:hasAuthor">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:language">
+    <xsl:element name="ns2:hasLanguage">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Article">
+    <xsl:element name="ns2:Article">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:url">
+    <xsl:element name="ns2:hasURL">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:author">
+    <xsl:element name="ns2:hasAuthor">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:BookPart">
+    <xsl:element name="ns2:Book">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:note">
+    <xsl:element name="ns2:hasNote">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:howPublished">
+    <xsl:element name="ns2:howPublished">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:publisher">
+    <xsl:element name="ns2:hasPublisher">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:school">
+    <xsl:element name="ns2:hasSchool">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Thesis">
+    <xsl:element name="ns2:Phdthesis">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:InCollection">
+    <xsl:element name="ns2:Incollection">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:endPage">
+    <xsl:element name="ns2:hasPages">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:startPage">
+    <xsl:element name="ns2:hasPages">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:organization">
+    <xsl:element name="ns2:hasOrganization">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:inJournal">
+    <xsl:element name="ns2:hasJournal">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:abstract">
+    <xsl:element name="ns2:hasAbstract">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:PhdThesis">
+    <xsl:element name="ns2:Phdthesis">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Book">
+    <xsl:element name="ns2:Book">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:title">
+    <xsl:element name="ns2:hasTitle">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:numberOrVolume">
+    <xsl:element name="ns2:hasNumber">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:pages">
+    <xsl:element name="ns2:hasPages">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:pagesOrChapter">
+    <xsl:element name="ns2:pageChapterData">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:Manual">
+    <xsl:element name="ns2:Manual">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:mrNumber">
+    <xsl:element name="ns2:hasMrnumber">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <xsl:template match="ns1:chapter">
+    <xsl:element name="ns2:hasChapter">
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:element>
+  </xsl:template>
+
+  <!-- Copying the root -->
+  <xsl:template match="/">
+    <xsl:apply-templates/>
+  </xsl:template>
+
+  <!-- Copying all elements and attributes -->
+  <xsl:template match="*|@*|text()">
+    <xsl:copy>
+      <xsl:apply-templates select="*|@*|text()"/>
+    </xsl:copy>
+  </xsl:template>
+
+</xsl:stylesheet>
diff --git a/html/tutorial/results/data.xml b/html/tutorial/results/data.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4ea9908df7699e3da267ffe601de9133257d9819
--- /dev/null
+++ b/html/tutorial/results/data.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<rdf:RDF xmlns="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:ical="http://www.w3.org/2002/12/cal/ical#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:base="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#">
+
+
+  
+  <owl:Ontology rdf:about="">
+    <dc:contributor>J&#xE9;r&#xF4;me Euzenat</dc:contributor>
+    <dc:description>Bibliographic entries</dc:description>
+  </owl:Ontology>
+
+  <ns2:Techreport xmlns:ns2="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#" rdf:about="#a475526642">
+    <ns2:hasAuthor>
+      <PersonList>
+	<rdf:first rdf:resource="http://exmo.inrialpes.fr/people/euzenat/euzenatj.rdf#je"/>
+	<ns2:hasAddress rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
+      </PersonList>
+    </ns2:hasAuthor>
+    <ns2:hasInstitution rdf:resource="http://www.inria.fr"/>
+    <ns2:hasTitle>An API for ontology alignment</ns2:hasTitle>
+    <ns2:pageChapterData><Date><ns2:hasYear>1996</ns2:hasYear></Date></ns2:pageChapterData>
+    <ns2:hasCopyright>INRIA Rh&#xF4;ne-Alpes 2004-2006</ns2:hasCopyright>
+    <ns2:hasNumber>Unfilled</ns2:hasNumber>
+  </ns2:Techreport>
+
+  <ns2:Incollection xmlns:ns2="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#" rdf:ID="http://www.inria.fr"/>
+
+  <Person rdf:ID="http://exmo.inrialpes.fr/people/euzenat/euzenatj.rdf#je"/>
+
+</rdf:RDF>
diff --git a/html/tutorial/results/equal.html b/html/tutorial/results/equal.html
new file mode 100644
index 0000000000000000000000000000000000000000..1024d47d8b6d91d572751dd37dbdc40b894f529a
--- /dev/null
+++ b/html/tutorial/results/equal.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
+<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
+<body bgcolor="white">
+<h1>(level 0)
+  Alignment</h1>
+<h2>Source:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl">file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</a>
+</h2>
+<h2>Target:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl">file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</a>
+</h2>
+<h2>Correspondences</h2>
+<dl compact>
+<dt>humanCreator = humanCreator</dt>
+<dd>1.0</dd>
+<dt>Booklet = Booklet</dt>
+<dd>1.0</dd>
+<dt>Article = Article</dt>
+<dd>1.0</dd>
+<dt>Book = Book</dt>
+<dd>1.0</dd>
+<dt>howPublished = howPublished</dt>
+<dd>1.0</dd>
+<dt>Misc = Misc</dt>
+<dd>1.0</dd>
+<dt>Entry = Entry</dt>
+<dd>1.0</dd>
+<dt>Proceedings = Proceedings</dt>
+<dd>1.0</dd>
+<dt>Unpublished = Unpublished</dt>
+<dd>1.0</dd>
+<dt>Techreport = Techreport</dt>
+<dd>1.0</dd>
+<dt>Manual = Manual</dt>
+<dd>1.0</dd>
+</dl>
+</body>
+</html>
diff --git a/html/tutorial/results/equal.rdf b/html/tutorial/results/equal.rdf
new file mode 100644
index 0000000000000000000000000000000000000000..fced25b48bb92bbd4f236e17a685e963c44201ba
--- /dev/null
+++ b/html/tutorial/results/equal.rdf
@@ -0,0 +1,105 @@
+<?xml version='1.0' encoding='utf-8' standalone='no'?>
+<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xml:base='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+         xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
+<Alignment>
+  <xml>yes</xml>
+  <level>0</level>
+  <type>**</type>
+  <time>122</time>
+  <method>fr.inrialpes.exmo.align.impl.method.StringDistAlignment</method>
+  <onto1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</onto1>
+  <onto2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</onto2>
+  <uri1>http://alignapi.gforge.inria.fr/tutorial/myOnto.owl</uri1>
+  <uri2>http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl</uri2>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#humanCreator'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#humanCreator'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Booklet'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Article'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Book'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#howPublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#howPublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Misc'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Entry'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Entry'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Proceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Unpublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Techreport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Manual'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Manual'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+</Alignment>
+</rdf:RDF>
diff --git a/html/tutorial/results/levenshtein.html b/html/tutorial/results/levenshtein.html
new file mode 100644
index 0000000000000000000000000000000000000000..67d5b5843ee0a1e6631ca7f5cd59266138df82aa
--- /dev/null
+++ b/html/tutorial/results/levenshtein.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
+<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
+<body bgcolor="white">
+<h1>(level 0)
+  Alignment</h1>
+<h2>Source:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl">file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</a>
+</h2>
+<h2>Target:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl">file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</a>
+</h2>
+<h2>Correspondences</h2>
+<dl compact>
+<dt>first = hasAffiliation</dt>
+<dd>0.2142857142857143</dd>
+<dt>lang = hasLanguage</dt>
+<dd>0.2727272727272727</dd>
+<dt>Proceedings = Proceedings</dt>
+<dd>1.0</dd>
+<dt>day = hasKey</dt>
+<dd>0.33333333333333337</dd>
+<dt>PersonList = Mastersthesis</dt>
+<dd>0.3076923076923077</dd>
+<dt>organization = hasOrganization</dt>
+<dd>0.7333333333333334</dd>
+<dt>key = hasKey</dt>
+<dd>0.33333333333333337</dd>
+<dt>title = hasTitle</dt>
+<dd>0.5</dd>
+<dt>copyright = hasCopyright</dt>
+<dd>0.6666666666666667</dd>
+<dt>inJournal = hasJournal</dt>
+<dd>0.7</dd>
+<dt>TechReport = Techreport</dt>
+<dd>0.9</dd>
+<dt>Article = Article</dt>
+<dd>1.0</dd>
+<dt>InProceedings = Inproceedings</dt>
+<dd>0.9230769230769231</dd>
+<dt>Informal = Inbook</dt>
+<dd>0.375</dd>
+<dt>contents = hasContents</dt>
+<dd>0.6363636363636364</dd>
+<dt>LectureNotes = Techreport</dt>
+<dd>0.41666666666666663</dd>
+<dt>numberOrVolume = hasVolume</dt>
+<dd>0.4285714285714286</dd>
+<dt>BookPart = Booklet</dt>
+<dd>0.625</dd>
+<dt>InCollection = Incollection</dt>
+<dd>0.9166666666666666</dd>
+<dt>price = hasPrice</dt>
+<dd>0.5</dd>
+<dt>chapter = hasChapter</dt>
+<dd>0.6</dd>
+<dt>MastersThesis = Mastersthesis</dt>
+<dd>0.9230769230769231</dd>
+<dt>edition = hasEdition</dt>
+<dd>0.6</dd>
+<dt>Part = Mastersthesis</dt>
+<dd>0.23076923076923073</dd>
+<dt>MotionPicture = Article</dt>
+<dd>0.3076923076923077</dd>
+<dt>type = hasType</dt>
+<dd>0.4285714285714286</dd>
+<dt>number = hasNumber</dt>
+<dd>0.5555555555555556</dd>
+<dt>endPage = hasPages</dt>
+<dd>0.5</dd>
+<dt>School = Inbook</dt>
+<dd>0.33333333333333337</dd>
+<dt>startPage = hasLanguage</dt>
+<dd>0.4545454545454546</dd>
+<dt>rest = hasAddress</dt>
+<dd>0.30000000000000004</dd>
+<dt>editor = hasEditor</dt>
+<dd>0.5555555555555556</dd>
+<dt>Organization = Incollection</dt>
+<dd>0.33333333333333337</dd>
+<dt>directors = hasKeywords</dt>
+<dd>0.36363636363636365</dd>
+<dt>DateWithMonth = Mastersthesis</dt>
+<dd>0.3076923076923077</dd>
+<dt>Date = Article</dt>
+<dd>0.2857142857142857</dd>
+<dt>short = hasMonth</dt>
+<dd>0.375</dd>
+<dt>PhdThesis = Phdthesis</dt>
+<dd>0.8888888888888888</dd>
+<dt>Unpublished = Unpublished</dt>
+<dd>1.0</dd>
+<dt>mrNumber = hasNumber</dt>
+<dd>0.6666666666666667</dd>
+<dt>isPartOf = hasChapter</dt>
+<dd>0.30000000000000004</dd>
+<dt>keywords = hasKeywords</dt>
+<dd>0.6363636363636364</dd>
+<dt>Book = Book</dt>
+<dd>1.0</dd>
+<dt>Misc = Misc</dt>
+<dd>1.0</dd>
+<dt>note = hasNote</dt>
+<dd>0.4285714285714286</dd>
+<dt>institution = hasInstitution</dt>
+<dd>0.7142857142857143</dd>
+<dt>series = hasSeries</dt>
+<dd>0.6666666666666667</dd>
+<dt>Manual = Manual</dt>
+<dd>1.0</dd>
+<dt>month = hasMonth</dt>
+<dd>0.5</dd>
+<dt>Entry = Entry</dt>
+<dd>1.0</dd>
+<dt>volume = hasVolume</dt>
+<dd>0.5555555555555556</dd>
+<dt>Publisher = Unpublished</dt>
+<dd>0.6363636363636364</dd>
+<dt>Journal = Conference</dt>
+<dd>0.30000000000000004</dd>
+<dt>author = hasAuthor</dt>
+<dd>0.6666666666666667</dd>
+<dt>publisher = hasPublisher</dt>
+<dd>0.6666666666666667</dd>
+<dt>Techreport = Techreport</dt>
+<dd>1.0</dd>
+<dt>pagesOrChapter = hasChapter</dt>
+<dd>0.6428571428571428</dd>
+<dt>Person = Techreport</dt>
+<dd>0.30000000000000004</dd>
+<dt>school = hasSchool</dt>
+<dd>0.6666666666666667</dd>
+<dt>isbn = hasMonth</dt>
+<dd>0.25</dd>
+<dt>InBook = Inbook</dt>
+<dd>0.8333333333333334</dd>
+<dt>inMonography = hasMonth</dt>
+<dd>0.25</dd>
+<dt>Institution = Incollection</dt>
+<dd>0.5</dd>
+<dt>humanCreator = humanCreator</dt>
+<dd>1.0</dd>
+<dt>Text = Techreport</dt>
+<dd>0.30000000000000004</dd>
+<dt>Composite = Conference</dt>
+<dd>0.30000000000000004</dd>
+<dt>howPublished = howPublished</dt>
+<dd>1.0</dd>
+<dt>year = hasYear</dt>
+<dd>0.4285714285714286</dd>
+<dt>Monography = Conference</dt>
+<dd>0.30000000000000004</dd>
+<dt>location = hasLocation</dt>
+<dd>0.6363636363636364</dd>
+<dt>Booklet = Booklet</dt>
+<dd>1.0</dd>
+<dt>Thesis = Phdthesis</dt>
+<dd>0.5555555555555556</dd>
+<dt>lccn = hasLocation</dt>
+<dd>0.18181818181818177</dd>
+<dt>inCollection = hasAffiliation</dt>
+<dd>0.3571428571428571</dd>
+<dt>Deliverable = Conference</dt>
+<dd>0.2727272727272727</dd>
+<dt>Academic = Incollection</dt>
+<dd>0.25</dd>
+<dt>issn = hasMonth</dt>
+<dd>0.25</dd>
+<dt>pages = hasPages</dt>
+<dd>0.5</dd>
+<dt>Collection = Incollection</dt>
+<dd>0.75</dd>
+<dt>Published = Unpublished</dt>
+<dd>0.7272727272727273</dd>
+<dt>annote = hasNote</dt>
+<dd>0.5714285714285714</dd>
+<dt>language = hasLanguage</dt>
+<dd>0.6363636363636364</dd>
+<dt>date = hasNote</dt>
+<dd>0.4285714285714286</dd>
+<dt>PageRange = Proceedings</dt>
+<dd>0.36363636363636365</dd>
+<dt>affiliation = hasAffiliation</dt>
+<dd>0.7857142857142857</dd>
+<dt>inProceedings = hasContents</dt>
+<dd>0.3076923076923077</dd>
+<dt>url = hasJournal</dt>
+<dd>0.30000000000000004</dd>
+<dt>abstract = hasAbstract</dt>
+<dd>0.7272727272727273</dd>
+<dt>Title = Article</dt>
+<dd>0.4285714285714286</dd>
+<dt>List = Misc</dt>
+<dd>0.5</dd>
+<dt>size = hasSize</dt>
+<dd>0.5714285714285714</dd>
+</dl>
+</body>
+</html>
diff --git a/html/tutorial/results/levenshtein.rdf b/html/tutorial/results/levenshtein.rdf
new file mode 100644
index 0000000000000000000000000000000000000000..195403124ca4b5945cc2e67926ab202cb825268f
--- /dev/null
+++ b/html/tutorial/results/levenshtein.rdf
@@ -0,0 +1,745 @@
+<?xml version='1.0' encoding='utf-8' standalone='no'?>
+<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xml:base='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+         xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
+<Alignment>
+  <xml>yes</xml>
+  <level>0</level>
+  <type>**</type>
+  <time>84</time>
+  <method>fr.inrialpes.exmo.align.impl.method.StringDistAlignment</method>
+  <onto1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</onto1>
+  <onto2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</onto2>
+  <uri1>http://alignapi.gforge.inria.fr/tutorial/myOnto.owl</uri1>
+  <uri2>http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl</uri2>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#first'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.2142857142857143</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#lang'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.2727272727272727</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Proceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#day'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKey'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.33333333333333337</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PersonList'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.3076923076923077</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#organization'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasOrganization'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7333333333333334</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#key'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKey'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.33333333333333337</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#title'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasTitle'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#copyright'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasCopyright'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inJournal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasJournal'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#TechReport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Article'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InProceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inproceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9230769230769231</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Informal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.375</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#contents'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasContents'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#LectureNotes'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.41666666666666663</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#numberOrVolume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#BookPart'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.625</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InCollection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9166666666666666</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#price'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPrice'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#chapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#MastersThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9230769230769231</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#edition'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEdition'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Part'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.23076923076923073</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#MotionPicture'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.3076923076923077</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#type'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasType'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#number'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#endPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#School'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.33333333333333337</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#startPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4545454545454546</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#rest'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAddress'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.30000000000000004</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#editor'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Organization'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.33333333333333337</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#directors'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.36363636363636365</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#DateWithMonth'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.3076923076923077</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Date'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.2857142857142857</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#short'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.375</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PhdThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8888888888888888</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Unpublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#mrNumber'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#isPartOf'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.30000000000000004</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#keywords'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Book'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Misc'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#note'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasInstitution'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7142857142857143</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#series'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSeries'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Manual'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Manual'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#month'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Entry'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Entry'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#volume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Journal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Conference'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.30000000000000004</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#author'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPublisher'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Techreport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pagesOrChapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6428571428571428</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Person'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.30000000000000004</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#school'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSchool'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#isbn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.25</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InBook'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333334</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inMonography'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.25</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#humanCreator'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#humanCreator'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Text'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.30000000000000004</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Composite'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Conference'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.30000000000000004</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#howPublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#howPublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#year'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasYear'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Monography'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Conference'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.30000000000000004</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#location'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLocation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Booklet'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Thesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#lccn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLocation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.18181818181818177</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inCollection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.3571428571428571</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Deliverable'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Conference'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.2727272727272727</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Academic'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.25</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#issn'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.25</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pages'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Collection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.75</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Published'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7272727272727273</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#annote'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5714285714285714</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#language'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#date'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PageRange'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.36363636363636365</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#affiliation'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7857142857142857</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inProceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasContents'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.3076923076923077</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#url'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasJournal'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.30000000000000004</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#abstract'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAbstract'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7272727272727273</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Title'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#List'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#size'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSize'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5714285714285714</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+</Alignment>
+</rdf:RDF>
diff --git a/html/tutorial/results/levenshtein33.html b/html/tutorial/results/levenshtein33.html
new file mode 100644
index 0000000000000000000000000000000000000000..ccb209d2aca7d68ad25141d91835762081a23367
--- /dev/null
+++ b/html/tutorial/results/levenshtein33.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN">
+<html xmlns:align="http://knowledgeweb.semanticweb.org/heterogeneity/alignment" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
+<body bgcolor="white">
+<h1>(level 0)
+  Alignment</h1>
+<h2>Source:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/myOnto.owl">file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</a>
+</h2>
+<h2>Target:
+    <a href="http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl">file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</a>
+</h2>
+<h2>Correspondences</h2>
+<dl compact>
+<dt>Proceedings = Proceedings</dt>
+<dd>1.0</dd>
+<dt>day = hasKey</dt>
+<dd>0.33333333333333337</dd>
+<dt>key = hasKey</dt>
+<dd>0.33333333333333337</dd>
+<dt>organization = hasOrganization</dt>
+<dd>0.7333333333333334</dd>
+<dt>title = hasTitle</dt>
+<dd>0.5</dd>
+<dt>copyright = hasCopyright</dt>
+<dd>0.6666666666666667</dd>
+<dt>inJournal = hasJournal</dt>
+<dd>0.7</dd>
+<dt>TechReport = Techreport</dt>
+<dd>0.9</dd>
+<dt>Article = Article</dt>
+<dd>1.0</dd>
+<dt>InProceedings = Inproceedings</dt>
+<dd>0.9230769230769231</dd>
+<dt>Informal = Inbook</dt>
+<dd>0.375</dd>
+<dt>contents = hasContents</dt>
+<dd>0.6363636363636364</dd>
+<dt>LectureNotes = Techreport</dt>
+<dd>0.41666666666666663</dd>
+<dt>numberOrVolume = hasVolume</dt>
+<dd>0.4285714285714286</dd>
+<dt>BookPart = Booklet</dt>
+<dd>0.625</dd>
+<dt>price = hasPrice</dt>
+<dd>0.5</dd>
+<dt>InCollection = Incollection</dt>
+<dd>0.9166666666666666</dd>
+<dt>chapter = hasChapter</dt>
+<dd>0.6</dd>
+<dt>edition = hasEdition</dt>
+<dd>0.6</dd>
+<dt>MastersThesis = Mastersthesis</dt>
+<dd>0.9230769230769231</dd>
+<dt>type = hasType</dt>
+<dd>0.4285714285714286</dd>
+<dt>number = hasNumber</dt>
+<dd>0.5555555555555556</dd>
+<dt>endPage = hasPages</dt>
+<dd>0.5</dd>
+<dt>School = Inbook</dt>
+<dd>0.33333333333333337</dd>
+<dt>startPage = hasLanguage</dt>
+<dd>0.4545454545454546</dd>
+<dt>editor = hasEditor</dt>
+<dd>0.5555555555555556</dd>
+<dt>Organization = Incollection</dt>
+<dd>0.33333333333333337</dd>
+<dt>directors = hasKeywords</dt>
+<dd>0.36363636363636365</dd>
+<dt>short = hasMonth</dt>
+<dd>0.375</dd>
+<dt>PhdThesis = Phdthesis</dt>
+<dd>0.8888888888888888</dd>
+<dt>Unpublished = Unpublished</dt>
+<dd>1.0</dd>
+<dt>keywords = hasKeywords</dt>
+<dd>0.6363636363636364</dd>
+<dt>mrNumber = hasNumber</dt>
+<dd>0.6666666666666667</dd>
+<dt>Book = Book</dt>
+<dd>1.0</dd>
+<dt>Misc = Misc</dt>
+<dd>1.0</dd>
+<dt>note = hasNote</dt>
+<dd>0.4285714285714286</dd>
+<dt>series = hasSeries</dt>
+<dd>0.6666666666666667</dd>
+<dt>institution = hasInstitution</dt>
+<dd>0.7142857142857143</dd>
+<dt>Manual = Manual</dt>
+<dd>1.0</dd>
+<dt>month = hasMonth</dt>
+<dd>0.5</dd>
+<dt>Entry = Entry</dt>
+<dd>1.0</dd>
+<dt>volume = hasVolume</dt>
+<dd>0.5555555555555556</dd>
+<dt>Publisher = Unpublished</dt>
+<dd>0.6363636363636364</dd>
+<dt>author = hasAuthor</dt>
+<dd>0.6666666666666667</dd>
+<dt>publisher = hasPublisher</dt>
+<dd>0.6666666666666667</dd>
+<dt>Techreport = Techreport</dt>
+<dd>1.0</dd>
+<dt>pagesOrChapter = hasChapter</dt>
+<dd>0.6428571428571428</dd>
+<dt>school = hasSchool</dt>
+<dd>0.6666666666666667</dd>
+<dt>InBook = Inbook</dt>
+<dd>0.8333333333333334</dd>
+<dt>Institution = Incollection</dt>
+<dd>0.5</dd>
+<dt>humanCreator = humanCreator</dt>
+<dd>1.0</dd>
+<dt>howPublished = howPublished</dt>
+<dd>1.0</dd>
+<dt>year = hasYear</dt>
+<dd>0.4285714285714286</dd>
+<dt>location = hasLocation</dt>
+<dd>0.6363636363636364</dd>
+<dt>Booklet = Booklet</dt>
+<dd>1.0</dd>
+<dt>Thesis = Phdthesis</dt>
+<dd>0.5555555555555556</dd>
+<dt>inCollection = hasAffiliation</dt>
+<dd>0.3571428571428571</dd>
+<dt>pages = hasPages</dt>
+<dd>0.5</dd>
+<dt>Collection = Incollection</dt>
+<dd>0.75</dd>
+<dt>annote = hasNote</dt>
+<dd>0.5714285714285714</dd>
+<dt>Published = Unpublished</dt>
+<dd>0.7272727272727273</dd>
+<dt>language = hasLanguage</dt>
+<dd>0.6363636363636364</dd>
+<dt>date = hasNote</dt>
+<dd>0.4285714285714286</dd>
+<dt>PageRange = Proceedings</dt>
+<dd>0.36363636363636365</dd>
+<dt>affiliation = hasAffiliation</dt>
+<dd>0.7857142857142857</dd>
+<dt>abstract = hasAbstract</dt>
+<dd>0.7272727272727273</dd>
+<dt>Title = Article</dt>
+<dd>0.4285714285714286</dd>
+<dt>List = Misc</dt>
+<dd>0.5</dd>
+<dt>size = hasSize</dt>
+<dd>0.5714285714285714</dd>
+</dl>
+</body>
+</html>
diff --git a/html/tutorial/results/levenshtein33.rdf b/html/tutorial/results/levenshtein33.rdf
new file mode 100644
index 0000000000000000000000000000000000000000..a11f45776212124713722ce43879efe92f2a59d0
--- /dev/null
+++ b/html/tutorial/results/levenshtein33.rdf
@@ -0,0 +1,569 @@
+<?xml version='1.0' encoding='utf-8' standalone='no'?>
+<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xml:base='http://knowledgeweb.semanticweb.org/heterogeneity/alignment'
+         xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+         xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
+<Alignment>
+  <xml>yes</xml>
+  <level>0</level>
+  <type>**</type>
+  <time>83</time>
+  <method>fr.inrialpes.exmo.align.impl.method.StringDistAlignment</method>
+  <onto1>file://localhost/JAVA/alignapi/html/tutorial/myOnto.owl</onto1>
+  <onto2>file://localhost/JAVA/alignapi/html/tutorial/edu.mit.visus.bibtex.owl</onto2>
+  <uri1>http://alignapi.gforge.inria.fr/tutorial/myOnto.owl</uri1>
+  <uri2>http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl</uri2>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Proceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#day'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKey'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.33333333333333337</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#key'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKey'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.33333333333333337</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#organization'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasOrganization'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7333333333333334</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#title'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasTitle'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#copyright'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasCopyright'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inJournal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasJournal'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#TechReport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Article'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InProceedings'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inproceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9230769230769231</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Informal'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.375</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#contents'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasContents'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#LectureNotes'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.41666666666666663</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#numberOrVolume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#BookPart'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.625</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#price'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPrice'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InCollection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9166666666666666</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#chapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#edition'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEdition'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#MastersThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Mastersthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.9230769230769231</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#type'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasType'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#number'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#endPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#School'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.33333333333333337</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#startPage'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4545454545454546</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#editor'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasEditor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Organization'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.33333333333333337</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#directors'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.36363636363636365</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#short'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.375</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PhdThesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8888888888888888</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Unpublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#keywords'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasKeywords'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#mrNumber'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNumber'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Book'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Book'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Misc'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#note'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#series'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSeries'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasInstitution'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7142857142857143</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Manual'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Manual'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#month'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasMonth'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Entry'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Entry'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#volume'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasVolume'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#author'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAuthor'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#publisher'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPublisher'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Techreport'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Techreport'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pagesOrChapter'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasChapter'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6428571428571428</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#school'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSchool'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6666666666666667</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#InBook'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Inbook'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.8333333333333334</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Institution'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#humanCreator'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#humanCreator'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#howPublished'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#howPublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#year'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasYear'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#location'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLocation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Booklet'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Booklet'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Thesis'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Phdthesis'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5555555555555556</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#inCollection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.3571428571428571</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#pages'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasPages'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Collection'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Incollection'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.75</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#annote'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5714285714285714</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Published'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Unpublished'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7272727272727273</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#language'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasLanguage'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.6363636363636364</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#date'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasNote'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#PageRange'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Proceedings'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.36363636363636365</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#affiliation'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAffiliation'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7857142857142857</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#abstract'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasAbstract'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.7272727272727273</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#Title'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Article'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.4285714285714286</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://www.w3.org/1999/02/22-rdf-syntax-ns#List'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#Misc'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+  <map>
+    <Cell>
+      <entity1 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/myOnto.owl#size'/>
+      <entity2 rdf:resource='http://alignapi.gforge.inria.fr/tutorial/edu.mit.visus.bibtex.owl#hasSize'/>
+      <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>0.5714285714285714</measure>
+      <relation>=</relation>
+    </Cell>
+  </map>
+</Alignment>
+</rdf:RDF>