From f945bf4c8cb018efdf4784756828dc44a27eb63a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Tue, 8 Jul 2014 16:04:51 +0000
Subject: [PATCH] - fixed type attribute -> edoal:type - fixed entity order

---
 test/input/alignment2.rdf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/input/alignment2.rdf b/test/input/alignment2.rdf
index e0686483..0e5c341d 100644
--- a/test/input/alignment2.rdf
+++ b/test/input/alignment2.rdf
@@ -26,7 +26,7 @@
             </Ontology>
         </onto1>
         <onto2>
-            <Ontology  rdf:about="http://purl.org/ontology/mo/">
+            <Ontology rdf:about="http://purl.org/ontology/mo/">
                 <location>http://purl.org/ontology/mo/</location>
                 <formalism>
                     <Formalism align:name="OWL2.0" align:uri="http://www.w3.org/2002/07/owl#"/>
@@ -36,17 +36,17 @@
         <map>
             <Cell rdf:about="http://exmo.inrialpes.fr/connectors#cell1">
                 <entity1>
-                    <edoal:Class rdf:about="http://exmo.inrialpes.fr/connectors#RootElement"/>
+                  <edoal:Class rdf:about="http://purl.org/ontology/mo/MusicalWork"/>
                 </entity1>
                 <entity2>
-                    <edoal:Class rdf:about="http://purl.org/ontology/mo/MusicalWork"/>
+                  <edoal:Class rdf:about="http://exmo.inrialpes.fr/connectors#RootElement"/>
                 </entity2>
                 <relation>=</relation>
                 <measure rdf:datatype='http://www.w3.org/2001/XMLSchema#float'>1.0</measure>
                 <linkkey> 
-                    <Linkkey type="rule">
-                        <bindings>
-                            <Corresp type="eq">
+                    <Linkkey edoal:type="weak">
+                        <bindings rdf:parseType="Collection">
+                            <Corresp edoal:type="eq">
                                 <property1>
                                     <edoal:Property rdf:about="http://purl.org/ontology/mo/opus" />
                                 </property1>
-- 
GitLab