From 58ffc9de4ab080112edd695206b4c813af63d39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Mon, 25 Jan 2010 10:21:09 +0000 Subject: [PATCH] - added methodVersion --- html/labels.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/html/labels.html b/html/labels.html index d7db0148..7c834fb8 100644 --- a/html/labels.html +++ b/html/labels.html @@ -1,13 +1,13 @@ <html> <head> -<title>Alignment API: Annotation labels</title> +<title>Alignment API: Extension labels</title> <!--style type="text/css">@import url(style.css);</style--> <link rel="stylesheet" type="text/css" href="base.css" /> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body bgcolor="#ffffff"> -<center><h1>Alignment API: Declared annotation labels</h1></center> +<center><h1>Alignment API: Declared extension labels</h1></center> <p>The Alignment API provides the opportunity for applications to attach additional information to the alignments and the @@ -48,6 +48,8 @@ <dd>URI identifying the alignment.</dd> <dt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#method</dd> <dd>CLASSNAME of the generating matching method (or operation).</dd> +<dt>http://knowledgeweb.semanticweb.org/heterogeneity/alignment#methodVersion</dd> +<dd>STRING identifying the method version.</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> @@ -134,7 +136,7 @@ also defines it own sorts of objects that can be annotated.</p> <dl> <dt>http://omv.ontoware.org/2007/05/mappingomv#Mapping</dt> <dd>is the OMV type for all mapping objects, can be used as - annotation for specifying a subclass of omv:Mapping.</dd> + extensions for specifying a subclass of omv:Mapping.</dd> <dt>http://omv.ontoware.org/2007/05/mappingomv#hasParameter</dt> <dd>Use http://knowledgeweb.semanticweb.org/heterogeneity/alignment#parameters instead</dd> -- GitLab