From 594c4bc8a26e52dcea87d8d4f4b28eaa56b37fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Thu, 20 Mar 2008 17:29:23 +0000 Subject: [PATCH] - updated URI --- html/format.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/format.html b/html/format.html index 80a615f3..acefa180 100644 --- a/html/format.html +++ b/html/format.html @@ -33,7 +33,7 @@ </dl> </p> -<p>The namespace used by these formats is <tt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment</tt>.</p> +<p>The namespace used by these formats is <tt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#</tt>.</p> <h2>Format descriptions</h2> @@ -87,7 +87,7 @@ $ java -jar lib/procalign file://$CWD/rdf/onto1.owl file://$CWD/rdf/onto2.owl <?xml version='1.0' encoding='utf-8' standalone='no'?> <!DOCTYPE rdf:RDF SYSTEM "align.dtd"> -<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment' +<rdf:RDF xmlns='http://knowledgeweb.semanticweb.org/heterogeneity/alignment#' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:xsd='http://www.w3.org/2001/XMLSchema#'> <Alignment> -- GitLab