From 685a3d528c444e0e0c8d862b6060233558f5fd67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Mon, 16 Jul 2012 21:06:54 +0000
Subject: [PATCH] - used edoal: prefix instead of fn: for comparators

---
 examples/omwg/total-owlable.xml | 5 ++---
 examples/omwg/total.xml         | 7 +++----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/examples/omwg/total-owlable.xml b/examples/omwg/total-owlable.xml
index 0037fee0..d3784e6b 100644
--- a/examples/omwg/total-owlable.xml
+++ b/examples/omwg/total-owlable.xml
@@ -5,7 +5,6 @@
 <!ENTITY vin "http://ontology.deri.org/vin#">
 <!ENTITY proton "http://proton.semanticweb.org/">
 <!ENTITY edoal "http://ns.inria.org/edoal/1.0/#">
-<!ENTITY fn "http://www.w3.org/2005/xpath-functions">
 ]>
 
 <rdf:RDF xmlns="http://knowledgeweb.semanticweb.org/heterogeneity/alignment#" 
@@ -325,7 +324,7 @@
       <Cell rdf:about="MappingRule_prop_rest">
 	<entity1>
 	  <edoal:PropertyValueRestriction> 
-	    <edoal:comparator rdf:resource="http://www.w3.org/2001/XMLSchema#equals"/>
+	    <edoal:comparator rdf:resource="&edoal;equals"/>
   	    <edoal:value><edoal:Literal edoal:string="Bordeaux"/></edoal:value>
 	  </edoal:PropertyValueRestriction>
 	</entity1>
@@ -417,7 +416,7 @@
 	      <edoal:Property><edoal:compose rdf:parseType="Collection"/></edoal:Property>
 	    </edoal:entity1>
 	    <edoal:entity2>
-	      <edoal:Apply edoal:operator="&fn;concat">
+	      <edoal:Apply edoal:operator="&edoal;concat">
 		<edoal:arguments rdf:parseType="Collection">
 		  <edoal:Property rdf:about="vcard:firstname"/>
 		  <edoal:Literal edoal:string=" "/>
diff --git a/examples/omwg/total.xml b/examples/omwg/total.xml
index 50af29c5..30f0520c 100644
--- a/examples/omwg/total.xml
+++ b/examples/omwg/total.xml
@@ -5,7 +5,6 @@
 <!ENTITY vin "http://ontology.deri.org/vin#">
 <!ENTITY proton "http://proton.semanticweb.org/">
 <!ENTITY edoal "http://ns.inria.org/edoal/1.0/#">
-<!ENTITY fn "http://www.w3.org/2005/xpath-functions">
 ]>
 
 <!-- JE2010: With the "#" in the end, this is parsed (by the RDF parser...)
@@ -594,7 +593,7 @@
   		<edoal:datatype><edoal:Datatype rdf:about="&edoal;MyTypett"/></edoal:datatype>
 	      </edoal:PropertyTypeRestriction>
 	      <edoal:PropertyValueRestriction> 
-		<edoal:comparator rdf:resource="http://www.w3.org/2001/XMLSchema#equals"/>
+		<edoal:comparator rdf:resource="&edoal;equals"/>
   		<edoal:value><edoal:Literal edoal:string="Bordeaux"/></edoal:value>
 	      </edoal:PropertyValueRestriction>
 	    </edoal:or>
@@ -615,7 +614,7 @@
 	      </edoal:PropertyDomainRestriction>
 	      <!-- not fixed -->
 	      <edoal:PropertyValueRestriction> 
-		<edoal:comparator rdf:resource="http://www.w3.org/2001/XMLSchema#equals"/>
+		<edoal:comparator rdf:resource="&edoal;equals"/>
   		<edoal:value><edoal:Apply edoal:operator="http://example.org/gensym"/></edoal:value>
 	      </edoal:PropertyValueRestriction>
 	    </edoal:and>
@@ -714,7 +713,7 @@
 	      <edoal:Property><edoal:compose rdf:parseType="Collection"/></edoal:Property>
 	    </edoal:entity1>
 	    <edoal:entity2>
-	      <edoal:Apply edoal:operator="&fn;concat">
+	      <edoal:Apply edoal:operator="&edoal;concat">
 		<edoal:arguments rdf:parseType="Collection">
 		  <edoal:Property rdf:about="vcard:firstname"/>
 		  <edoal:Literal edoal:type="&xsd;string" edoal:string=" "/>
-- 
GitLab