From 227e5615786a5fb72e2b62d0550061ad6dc291f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Thu, 8 Jul 2010 10:16:24 +0000
Subject: [PATCH] - hidden absent vocabulary classes

---
 html/edoal.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/edoal.html b/html/edoal.html
index 0e6de991..0ef2cf49 100644
--- a/html/edoal.html
+++ b/html/edoal.html
@@ -62,11 +62,11 @@ The alignment vocabulary has the following features:
 <p>
 In the alignment format, an alignment is a set of cells, each cell being a correspondence between two entities. The alignment vocabulary extend this scheme by allowing cells to contain compound entity descriptions. Each entity can be typed according to one of the following category: Class, Instance, Relation, Property. A relation corresponds to an object property in OWL, a property to a datatype property. Each entity can then be restricted, and transformation can be specified on propery values. 
 </p>
-<p>
+<!--p>
 The diagram below shows the vocabulary classes ???
 
 <img src="img/alignment-vocabulary-classes.png" border="0" alt="">
-</p>
+</p-->
 
 <p>
 While <i>Alignment</i> and <i>Cell</i> are described by the <a href="format.html">alignment format</a>, we will focus here on the remaining classes.</p>
-- 
GitLab