From a8ea4a4e0dca4b297c1f715d99975852debaebcd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 17 Feb 2006 12:10:49 +0000
Subject: [PATCH] - setup correct (?) uris

---
 rdf/srcalign.owl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rdf/srcalign.owl b/rdf/srcalign.owl
index 608e96ad..54e0e931 100644
--- a/rdf/srcalign.owl
+++ b/rdf/srcalign.owl
@@ -7,8 +7,8 @@
 <Alignment>
   <xml>yes</xml>
   <type>11</type>
-  <uri1>file://localhost/Volumes/Phata/JAVA/ontoalign/rdf/onto1.owl</uri1>
-  <uri2>file://localhost/Volumes/Phata/JAVA/ontoalign/rdf/onto2.owl</uri2>
+  <uri1>http://www.example.org/ontology1</uri1>
+  <uri2>http://www.example.org/ontology2</uri2>
   <onto1>file://localhost/Volumes/Phata/JAVA/ontoalign/rdf/onto1.owl</onto1>
   <onto2>file://localhost/Volumes/Phata/JAVA/ontoalign/rdf/onto2.owl</onto2>
   <map>
-- 
GitLab