From e6bec437e6c5fa15697b9fa77ad8dff43e5c155a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 8 Feb 2013 09:56:10 +0000
Subject: [PATCH] - fixed mistake in Ontology formalisms descriptions

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

diff --git a/examples/omwg/total-owlable.xml b/examples/omwg/total-owlable.xml
index 5afd38b8..536f5c02 100644
--- a/examples/omwg/total-owlable.xml
+++ b/examples/omwg/total-owlable.xml
@@ -25,23 +25,23 @@
     <dc:date>2010/10/10</dc:date>
     <method>manual</method>
     <purpose>example</purpose>
-    <rdf:comment>This is a transformation of total.xml which can be transformed in OWL</rdf:comment>
+    <rdfs:comment>This is a transformation of total.xml which can be transformed in OWL</rdfs:comment>
     <level>2EDOAL</level>
     <type>**</type>    
     <onto1>
       <Ontology rdf:about="&wine;">
-      <formalism>
-	<Formalism name="OWL1.0" uri="http://www.w3.org/2002/07/owl#"/>
-      </formalism>
+	<formalism>
+	  <Formalism align:name="OWL1.0" align:uri="http://www.w3.org/2002/07/owl#"/>
+	</formalism>
       </Ontology>
     </onto1> 
     <onto2>
       <Ontology rdf:about="&vin;">
-      <location>http://www.scharffe.fr/ontologies/OntologieDuVin.wsml</location>
-      <formalism>
-	<Formalism align:uri="http://www.wsmo.org/wsml/wsml-syntax/wsml-dl"
-		   align:name="wsml" />
-      </formalism>
+	<location>http://www.scharffe.fr/ontologies/OntologieDuVin.wsml</location>
+	<formalism>
+	  <Formalism align:uri="http://www.wsmo.org/wsml/wsml-syntax/wsml-dl"
+		     align:name="wsml" />
+	</formalism>
       </Ontology>
     </onto2>
 
diff --git a/examples/omwg/total.xml b/examples/omwg/total.xml
index 61461cd2..43540d4a 100644
--- a/examples/omwg/total.xml
+++ b/examples/omwg/total.xml
@@ -32,7 +32,7 @@
     <onto1>
       <Ontology rdf:about="&wine;">
       <formalism>
-	<Formalism name="OWL1.0" uri="http://www.w3.org/2002/07/owl#"/>
+	<Formalism align:name="OWL1.0" align:uri="http://www.w3.org/2002/07/owl#"/>
       </formalism>
       </Ontology>
     </onto1> 
-- 
GitLab