From 2b8829a47b3e34298c4cb3a10f9c40a1aeb41b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Thu, 17 Jul 2008 13:56:12 +0000 Subject: [PATCH] - added relation and confidence --- html/labels.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/labels.html b/html/labels.html index ffb39cd6..5417f796 100644 --- a/html/labels.html +++ b/html/labels.html @@ -47,7 +47,11 @@ <dt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#id</dd> <dd>URI identifying the alignment.</dd> <dt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#method</dd> -<dd>CLASSNAME of the generating matching method.</dd> +<dd>CLASSNAME of the generating matching method (or operation).</dd> +<dt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#relation</dd> +<dd>URI identifying the classname implementing the relation structure.</dd> +<dt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#confidence</dd> +<dd>URI identifying the classname implementing the confidence structure.</dd> <dt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#derivedFrom</dd> <dd>URI the alignment from which this one is issued, if applicable</dd> <dt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#parameters</dd> -- GitLab