From ece76a37223335c05f251385cfa7f9e545c1c8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 13 May 2011 20:51:55 +0000 Subject: [PATCH] - added pointers to the example/omwg directory --- html/edoal.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/edoal.html b/html/edoal.html index 0070072c..196a5a2c 100644 --- a/html/edoal.html +++ b/html/edoal.html @@ -260,14 +260,15 @@ not, compose</i>, but also <i>inverse, transitive, reflexive,</i> and <i>symmetr <h2 id="sec:examples">Examples</h2> +<p>The best examples are the alignment files found in the + "examples/omwg" directory of the Alignment API release zip.</p> + <p>The following exmples illustrate various kids of usage of the vocabulary.</p> <h3 id="ssec:ex1">Class partition</h3> <p>This example shows how to express a correspondence between a classes in one ontology corresponding to a set of classes in the other ontology. In order to graps the precise correspondence, the one class is partitioned according to the value of one of its attributes. In this example one ontology has a class LED which has a property color, while the other ontology has three classes RedLED, BlueLED, and GreenLED. The LED class is aligned with the three corresponding classes by specifying a restriction of its scope to the corresponding value of the <i>color</i> attribute.</p> -<!--The following figure illustrates the alignment:</p> -<img src="class-by-attribute-range-partition-small.png" border="0" alt="">--> <p>The alignment expressed in RDF/N3 is the following:</p> <div class="detail" id="ex1n3"><pre> -- GitLab