From 77be0d5b58f3afc1e788a1602e642668aa25f4d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Scharffe?= <lechatpito@gmail.com>
Date: Fri, 19 Jun 2009 13:26:31 +0000
Subject: [PATCH] path correction

---
 html/language.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/html/language.html b/html/language.html
index 6e532622..eabd45b5 100644
--- a/html/language.html
+++ b/html/language.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>Ontology alignment vocabulary</title>
+<title>Expressive alignment language</title>
 <!--style type="text/css">@import url(style.css);</style-->
 <link rel="stylesheet" type="text/css" href="base.css" />
 <link rel="stylesheet" type="text/css" href="style.css" />
@@ -250,7 +250,7 @@ O2:GreenLED a align:Class.
 <p>The corresponding graph:</p>
 
 <!--<img src="graph-partition-pattern-alignment-representation-small.png" border="0" alt="">-->
-<object type="image/svg+xml" data="graph-partition-pattern-alignment-representation-corrected.svg" width="600" height="300">
+<object type="image/svg+xml" data="img/graph-partition-pattern-alignment-representation-corrected.svg" width="600" height="300">
 </object> 
 
 <h3 id="ssec:ex2">Property value transformation (XPath function)</h3>
@@ -271,7 +271,7 @@ O2:weight a align:Property.
 </pre></div>
 <p>The corresponding graph:</p>
 <!--<img src="graph-property-value-xpath-transformation-small.png" border="0" alt="RDF graph of a property value transformation using a XPath function">-->
-<object data="graph-property-value-xpath-transformation.svg" type="image/svg+xml" width="500" height="70">
+<object data="img/graph-property-value-xpath-transformation.svg" type="image/svg+xml" width="500" height="70">
 </object>
 
 <h3 id="ssec:ex3">Property value transformation (other service)</h3>
@@ -294,7 +294,7 @@ O2:hasPrice a align:Property.
 </pre></div>
 <p>The corresponding graph:</p>
 <!--<img src="graph-property-value-transformation-small.png" border="0" alt="Property data transformation RDF graph">-->
-<object data="graph-property-value-transformation.svg" type="image/svg+xml" width="600" height="150">
+<object data="img/graph-property-value-transformation.svg" type="image/svg+xml" width="600" height="150">
 </object>
 
 <h3 id="ssec:ex4">Class with attribute value restriction</h3>
@@ -323,5 +323,5 @@ O2:hasPrice a align:Property.
 	align:entity2 :var2.
 </pre></div>
 <p>The corresponding graph:</p>
-<object data="graph-class-with-attribute-value-restriction.svg" type="image/svg+xml" width="530" height="120">
+<object data="img/graph-class-with-attribute-value-restriction.svg" type="image/svg+xml" width="530" height="120">
 </object>
\ No newline at end of file
-- 
GitLab