Authoring and Annotation of Web Pages in CREAM

Siegfried Handschuh1, Steffen Staab1,2,3
1Institute AIFB, University of Karlsruhe, 76128 Karlsruhe, Germany
{shasst}@aifb.uni-karlsruhe.de
http://www.aifb.uni-karlsruhe.de/WBS
2Learning Lab Lower Saxony, Hannover, Germany
http://www.learninglab.de/
3Ontoprise GmbH, 76131 Karlsruhe, Germany
http://www.ontoprise.com/

Copyright is held by the author/owner(s).
WWW2002, May 7-11, 2002, Honolulu, Hawaii, USA.
ACM 1-58113-449-5/02/0005.


Abstract: Richly interlinked, machine-understandable data constitute the basis for the Semantic Web. We provide a framework, CREAM, that allows for creation of metadata. While the annotation mode of CREAM allows to create metadata for existing web pages, the authoring mode lets authors create metadata --- almost for free --- while putting together the content of a page.

As a particularity of our framework, CREAM allows to create relational metadata, i.e. metadata that instantiate interrelated definitions of classes in a domain ontology rather than a comparatively rigid template-like schema as Dublin Core. We discuss some of the requirements one has to meet when developing such an ontology-based framework, e.g. the integration of a metadata crawler, inference services, document management and a meta-ontology, and describe its implementation, viz. Ont-O-Mat, a component-based, ontology-driven Web page authoring and annotation tool.
Keywords: Annotation, Metadata, Semantic Web, RDF
Approximate word count: 7100

1   Introduction

The Semantic Web builds on metadata describing the contents of Web pages. In particular, the Semantic Web requires relational metadata, i.e. metadata that describe how resource descriptions instantiate class definitions and how they are semantically interlinked by properties. In a previous paper [16], we have described a first version of CREAM (CREAting Metadata) as an annotation framework suited to allow for the easy and comfortable creation of such relational metadata and we have provided an annotation tool that implements this framework, called Ont-O-Mat.1

However, Ont-O-Mat V0.1 --- like other annotation environments --- has a major drawback. In order to provide metadata about the contents of a Web page, the author must first create the content and second annotate the content in an additional, a-posteriori, annotation step.

As a way out of this problem, we propose that an author needs the possibility to easily combine authoring of a Web page and the creation of relational metadata describing its content. Scrutinizing the difficulties one encounters for such a web page authoring tool, we found that they are very similar to the ones for annotating web pages with relational metadata. In fact, we found it preferable to hide the border between authoring and annotation as far as possible. Therefore, rather than building a completely new tool, we have extended the framework CREAM and the tool Ont-O-Mat in order to reflect the needs for metadata creation that web page authors and a-posteriori annotators have. This required, in particular, the introduction of In the following we first sketch two usage scenarios (Section 2), describing some of the requirements we must meet for the creation of metadata. Then, we explain our terminology in more detail and give an example of the metadata we want to create. We derive in Section 4 the design of CREAM from the requirements elaborated before. In Section 5, we specify how the meta ontology may modularize the ontology description from the way the ontology is used in CREAM. In Section 6, we explain the major modes of interaction with Ont-O-Mat, our implementation of CREAM. Before we conclude, we give a survey of related work in the areas knowledge markup on the Web, knowledge acquisition, annotation environments and authoring environments.

2   Scenarios and Requirements for CREAM

The origin of our work facing this challenge dates back to the start of the seminal KA2 intiative [1], i.e. the initiative for providing semantic markup on HTML pages for the knowledge acquisition community and its presentation in a Web portal [32]. The KA2 portal provides a view onto knowledge of the knowledge acquisition community. Besides of semantic retrieval as provided by the original KA2 initiative, it allows comprehensive means for navigating and querying the knowledge base and also includes guidelines for building such a knowledge portal. The potential users provide knowledge, e.g. by annotating their web pages in a decentralized manner. The knowledge is collected at the portal by crawling and presented in a variety of ways.

Similarly, our second scenario here, we have used semantic markup in order to provide knowledge about the TIME (telecommunication, IT, multimedia, e-business) markets in the TIME2Research portal [33]. Thus, we have created a knowledge portal for business analysts. The principal idea is that business analyst review news tickers, business plans and business reports. A considerable part of their work requires the comparison and aggregation of similar or related data, which may be done by semantic queries like "Which companies provide B2B solutions?", when the knowledge is semantically available. At the Time2Research portal they handle different types of documents, annotate them and, thus, feed back into the portal to which they may ask questions.

At the start of these two case studies, we had the intuition that these cases may be easily supported by a simple annotation tool. During the course of the projects, however, we found that we had to face many principal problems. Also, we found that the two scenarios would never succeed in the end if we did not give people the possibility to easily create documents and their metadata in one step.

The principal requirements for a-posteriori annotation as well as for the integration of web page authoring with metadata creation can be outlined as follows:

The new version of CREAM presented here targets at a comprehensive solution for metadata creation during web page authoring and a-posteriori annotation. The objective is pursued by combining advanced mechanisms for inferencing, fact crawling, document management, meta ontology definitions, metadata re-recognition, content generation, and (in the future) information extraction --- as explained in the following sections.

3   Relational Metadata

We elaborate the terminology we use in our framework, because many of the terms that are used with regard to metadata creation tools carry several, ambiguous connotations that imply conceptually important decisions for the design rationale of CREAM:


annotation example
Figure 1: Annotation example.

Figure 1 illustrates our use of the terms "ontology", "annotation" and "relational metadata". It depicts some part of the SWRC5 (semantic web research community) ontology. Furthermore it shows two homepages, viz. pages about Siegfried and Steffen (http://www.aifb.uni-karlsruhe.de/WBS/sha and http://www.aifb.uni-karlsruhe.de/WBS/sst, respectively) with annotations given in an XML serialization of RDF facts. For the two persons there are instances denoted by corresponding URIs (urn:rdf:947794d5ca907974ea16565de21c998a-0 and urn:rdf:936694d5ca907974ea16565de20c997a-0). The swrc:name of urn:rdf:947794d5ca907974ea16565de21c998a-0 is "Siegfried Handschuh". In addition, there is a relationship instance between the two persons, viz. they cooperate. This cooperation information `spans' the two pages.

The objective of CREAM is to allow for the easy generation of such a target representation irrespective of whether the major mode of interaction is a-posteriori annotation or web page authoring.

4   Design of CREAM

4.1   CREAM Modules

The requirements and considerations from Sections 1 to 3 feed into the design rationale of CREAM. The design rationale links the requirements with the CREAM modules. This results in a N:M mapping (neither functional nor injective). An overview of the matrix is given in Table 1.

Besides the requirements that constitute single modules, one may identify functions that cross module boundaries:



Requirement         Storage        
    Replication          
Document
Editor 
Ontology
Guidance 
Crawler   Annotation
Inference-Server
Document
Management 
Metadata
Re-recognition 
General
Information
Extraction
Meta-Ontology  Content
Generation 
 
 
General
Problem
Consistency   X   X       X X
Proper Reference     X X   X   X X
Avoid Redundancy     X X X       X
Relational Metadata   X X X   X      
Maintenance         X X X   X
Ease of use X X       X X X  
Efficiency X X X X X X X X X
Table 1: Design Rationale --- Linking Requirements with CREAM Modules


4.2   Architecture of CREAM

The architecture of CREAM is depicted in Figure 2. The Design of the CREAM framework pursues the idea to be flexible and open. Therefore, Ont-O-Mat, the implementation of the framework, comprises a plug-in structure, which is flexible with regard to adding or replacing modules.8 Document viewer/editor and ontology guidance/fact browser together constitute the major part of the graphical user interface. Because of the plug-in structure they can be replaced by alternative viewers. For instance, we are currently working on a PDF viewer plugin capable of writing RDF into PDF documents.

Further capabilities are provided through plugins that establish connections, e.g. one might provide a plug-in for a connection to a commercial document management system.

The core Ont-O-Mat already comes with some basic functionalities. For instance, one may work without a plug-in for an annotation inference server, because the core Ont-O-Mat provides, simple means to navigate the taxonomy per se. However, one only gets the full-fledged semantic capabilities (e.g. datalog reasoning or subsumption reasoning) when one uses a plug-in connection to a corresponding annotation inference server.


architecture of CREAM
Figure 2: Architecture of CREAM.

5   Meta Ontology

The core idea behind the meta ontology is the modularization of ontology development and use. It should be possible to define the ontology --- or reuse an existing one --- rather independently of the purpose of creation of metadata by web page authoring and annotation.

The meta ontology describes how classes, attributes and relationships from the ontology should be used by the CREAM environment. In particular, we have recognized the urgent need for the meta ontology characterizations elaborated in Sections 5.1 to 5.3.

The reader may note that the descriptions of how the meta ontology influences the interaction with the ontology, which are given in this section, depend to some extent on the modes of interaction described in Section 6 --- and vice versa.

5.1   Label

The specification of RDFS [2] provides a rdfs:label as a human-readable version of a resource name. Analogously, one wants to assign an instance with a human-readable name even if it instantiates a class from a given ontology that does not use the property rdfs:label per se.

For instance, assume that (part of) the ontology definition is as follows:

<rdf:Property ID="ssn">
    <rdfs:comment> Social Security Number</rdfs:comment>
    <rdfs:range rdf:resource= "http://www.w3.org/2000/03/example/classes#Integer"/>
    <rdfs:domain rdf:resource="#Person"/>
</rdf:Property>
<rdf:Property ID="fullname">
    <rdfs:comment> Last Name, First Name, Middle Initial </rdfs:comment>
    <rdfs:range rdf:resource= "http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:domain rdf:resource="#Person"/>
</rdf:Property>

Then, one might want to state that the property fullname rather than the property ssn takes the role of rdfs:label for class Person. We may link the meta ontology (the relevant piece here is rdfs:label) with the ontology proper by:

<rdf:Property ID="fullname">
    <rdf:subPropertyOf rdf:resource="http://www.w3.org/TR/rdf-schema/#rdfs:label"/>
</rdf:Property>

Now, the authoring and annotation environment may exploit this additional piece of information at (at least) two points of interaction:
  1. Instance Generation: When a new instance is about to be created and some piece of text has been chosen to represent the name, CREAM uses the RDF-API to create a new URN and automatically assigns this piece of text to the attribute recorded as rdfs:label, i.e. here fullname.

  2. Content Generation: When an instance is selected for generating content of a Web page, the generated text is produced by the rdfs:label attribute. By this way we may produce text that is meaningful to humans with little interaction, because the author need not specify the attribute that should be used but he may just refer to the instance.
One may note that another person, e.g. from administration, could rather choose:

<rdf:Property ID="ssn">
    <rdf:subPropertyOf rdf:resource= "http://www.w3.org/TR/rdf-schema/#rdfs:label"/>
</rdf:Property>

Thus, this person would create web page content referring to social security numbers when authoring with existing instances and she would create new instances of Person from given social security numbers and not from names.

The reader may note from this scriptsize example that Statements equivalent to the last text passage hold for the following meta ontology descriptions.

5.2   Default Pointing

For many instances that are to be created it is desirable to point to the Web page from which they "originated". Analogously to the way that rdfs:label is used, we use three types of definitions in order to specify the default pointing behavior for class instances, exploiting the XPointer candidate recommendation [7].

Consider the three meta ontology properties cream:uniqueDPointer, cream:autoDPointer, and cream:autoUniqueDPointer. If a property is rdfs:subPropertyOf one of these three the following interactions take place during annotation or authoring:

  1. Instance Generation: When a new instance is generated and a property of that instance is of type cream:autoDPointer or cream:autoUniqueDPointer, an XPointer to the current (part of the) web page will be automatically added into the corresponding slot of the instance.

  2. Content Generation: When an instance is used for generating web page content, the attribute containing the XPointer is offered for link generation. When the attribute is of type cream:uniqueDPointer or cream:autoUniqueDPointer indicating uniqueness, a link with text corresponding to rdfs:label and HRef corresponding to the XPointer will be automatically generated .
For instance, one may model in the ontology that a Person comes with properties hasHomepage and fullname and in the instantiation of the meta ontology that hasHomepage is a subPropertyOf cream:uniqueDPointer and fullname a subPropertyOf rdfs:label. During annotation of people homepages, the label and pointer mechanisms automate, (i), the generation of unique IDs with reasonable labels, (ii), the creation of pointers to people's homepages, and, (iii), the correct linking between people mentioned on the different homepages. Like with rdfs:label, the linkage between meta ontology and ontology proper may depend on the current usage scenario.

5.3   Property Mode

The property mode distinguishes between different roles, which correspond to different ways the property should be treated by the metadata creation environment:

  1. Reference: In order to describe an object, metadata may simply point to a particular place in a resource, e.g. a piece of text or a piece of multimedia. For instance, one may point to a particular place at http://www.whitehouse.gov in order to refer to the current U.S. president. Even when the presidency changes the metadata may remain up-to-date.

    References are particularly apt to point to parts of multimedia, e.g. to a part of a scalable vector graphics.

    The reader may note that every default pointer is a reference, but not vice versa.

  2. Quotation: In order to describe an object, metadata may copy an excerpt out of a resource. In contrast to the mode "reference", a quotation does not change when the corresponding resource changes. A copy of the string "Bill Clinton" as president of U.S. in 1999 remains unchanged even if its original source at http://www.whitehouse.gov changes or is abandoned.

  3. Unlinked Fact: An unlinked fact describes an object, but is not in any way stemming or depending on a resource. Unlinked facts are typical for comments. They are also very apt to be combined with references in order to elucidate the meaning or name of a graphics or piece of multimedia.

    For instance, there may be a reference pointing to the picture "Guernica" (http://www.grnica.swinternet.co.uk/guernica.jpg) and attributes that are specified to be unlinked facts. The unlinked fact-attributes may be filled by someone who knows Picasso's paintings, e.g. with specifications like "Guernica" or "Spanish Civil War".
The meaning of the property mode may slightly overlap with the definition of the range of a property, e.g. unliked fact is typically only used with an attribute that has a literal as it range. The reason is that a pointer may be used as a URI (e.g. [14]) and a URI should typically not appear in a literal (though this is not forbidden). We separate the two aspects, because not every URI is a pointer (e.g., a URI may be a URN) and it sometimes makes sense to specify the value of a literal by a pointer. Thus, the definition of the range of a property as reference, quotation or unlinked fact may be considered orthogonal to the range of a property being a literal or a resource.

5.4   Further Meta Ontology Descriptions

Concluding this section, we want the reader to note that the list of possibly useful meta ontology descriptions sketched here is not closed by far. Rather, we envision (and partially support) the use of meta ontology descriptions for purposes such as
SWOBIS template

Figure 3: SWOBIS template.

6   Modes of Interaction with Ont-O-Mat

The metadata creation process in Ont-O-Mat is actually supported by three types of interaction with the tool (also cf. Figure 2):
  1. Annotation by Typing Statements: This involves working almost exclusively within the ontology guidance/fact browser.

  2. Annotation by Markup: This mostly involves the reuse of data from the document editor/viewer in the ontology guidance/fact browser.

  3. Annotation by Authoring Web Pages: This mostly involves the reuse of data from the fact browser in the document editor.
In order to clarify the different role of the three types of interaction, we here describe how they differ for generating three types of metadata:
  1. Generating instances of classes
  2. Generating attribute instances
  3. Generation relationship instances

6.1   Annotation by Typing

Annotation by typing is almost purely based on the ontology guidance/fact browser (cf. Section 4) and the generated templates (cf. Section 5.4). Basically, the more experienced user navigates the ontology and browses the facts, the less experienced user should rather use templates. The user generates metadata (class instances, attribute instances, relationship instances) that are completely independent from the Web page currently viewed.

The specification of the rdfs:label property allows to create (or re-discover) instances by typing where the URI is given as a new URN and the rdfs:label property is filled with the text. The specification of a default pointer by the meta ontology may associate newly created instances with the currently marked passage in the text.

In addition, the user may drag-and-drop around instances that are already in the knowledge base in order to create new relationship instances (cf. arrow #0 in Figure 4).

6.2   Annotation by Markup

The basic idea of annotation by markup is the usage of marked-up content in the document editor/viewer for instance generation.

  1. Generating class instances: When the user drags a marked up piece of content onto a particular concept from the ontology, a new class instance is generated. If the class definition comes with a meta ontology description of a rdfs:label a new URI is generated as a URN and the corresponding property is assigned the marked up text (cf. arrow #1 in Figure 4).

    For instance, marking "Siegfried Handschuh" and dropping this piece of text on the concept PhDStudent creates a new URN, instantiates this URN as belonging to PhDStudent and assigns "Siegried Handschuh" to the swrc:name slot of the new URN. In addition, default pointers may be provided.

  2. Generating attribute instance: In order to generate an attribute instance the user simply drops the marked up content into the corresponding table entry (cf. arrow #2 in Figure 4). Depending on whether the attribute is specified as reference or quotation the corresponding XPointer or the content itself is filled into the attribute.

  3. Generating relationship instance: In order to generate a relationship instance the user simply drops the marked up content onto the relation of a pre-selected instance (cf. arrow #3 in Figure 4). Like in "class instance generation" a new instance is generated and connected with the preselected instance.
annotation example

Figure 4: Annotation example.

6.3   Annotation by Authoring

The third major process is authoring Web pages and metadata together. There are two modi for authoring: (i), authoring by using ontology guidance and fact browser for content generation and, (ii), authoring with the help of metadata re-recognition or --- more general --- information extraction. So far we have only implemented means for content generation. Concerning the integration of information extraction and annotation by markup we refer the reader to [36]. Hence, we want to point out that already very simple information extraction mechanisms, i.e. metadata re-recognition (cf. Section 4) may help the author to produce consistent metadata.

Authoring with Content Generation
By inverting the process of markup (cf. Figure 2), we may reuse existing instance description, like labels or other attributes:

  1. Class instances: Dropping class instances from the fact browser into the document creates text according to their labels and --- if possible --- links (cf. arrow #1 in Figure 5).
  2. Attribute instances: Dropping attribute instances from the fact browser in the document (cf. arrow #2 in Figure 5) generates the corresponding text (for quotations or unlinked facts) or even linked text (for references).

  3. Relationship instances: Dropping relationship instances from the fact browser in the document generates simple "sentences". For instance, the dropping of the relationship cooperatesWith between the instances corresponding to Rudi and Steffen triggers the creation of a small piece of text (cf. arrow #3 in Figure 5). The text corresponds to the instance labels plus the label of the relationship (if available), e.g. "Rudi Studer cooperates with Steffen Staab". Typically, this piece of text will require further editing.
Further mechanisms, like the creation of lists or tables from selected concepts (e.g. all Persons) still need to be explored.

annotation by authoring example

Figure 5: Annotation by Authoring example.

7   Comparison with Related Work

CREAM can be compared along four dimensions: First, it is a framework for markup in the Semantic Web. Second, it may be considered as a particular knowledge acquisition framework that is to some extend similar to Protégé-2000 [11]. Third, it is certainly an annotation framework, though with a different focus than ones like Annotea [21]. And fourth it is an authoring framework with emphasis on metadata creation.

7.1   Knowledge Markup in the Semantic Web

We know of three major systems that intensively use knowledge markup in the Semantic Web, viz. SHOE [17], Ontobroker [5] and WebKB [27]. All three of them rely on markup in HTML pages. They all started with providing manual markup by editors. However, our experiences (cf. [10]) have shown that text-editing knowledge markup yields extremely poor results, viz. syntactic mistakes, improper references, and all the problems sketched in the scenario section.

The approaches from this line of research that are closest to CREAM is the SHOE Knowledge Annotator10 and the WebKB annotation tool.

The SHOE Knowledge Annotator is a Java program that allows users to markup webpages with the SHOE ontology. The SHOE system [26] defines additional tags that can be embedded in the body of HTML pages. The SHOE Knowledge Annotator is rather a little helper (like our earlier OntoPad [12], [5]) than a full fledged annotation environment.

WebKB [27] uses conceptual graphs for representing the semantic content of Web documents. It embeds conceptual graph statements into HTML pages. Essentially they offer a Web-based template like interface as knowledge acquisition frameworks described next.

7.2   Comparison with Knowledge Acquisition Frameworks

The CREAM framework allows for creating class and property instances and for populating HTML pages with them. Thus, it targets a roughly similar target like the instance acquisition phase in the Protégé-2000 framework [11] (the latter needs to be distinguished from the ontology editing capabilities of Protégé). The obvious difference between CREAM and Protégé is that the latter does not (and has not intended to) support the particular Web setting, viz. managing and displaying Web pages --- not to mention Web page authoring. From Protégé we have adopted the principle of a meta ontology that allows to distinguish between different ways that classes and properties are treated.

7.3   Comparison with Annotation Frameworks

There are a lot of --- even commercial --- annotation tools like ThirdVoice11, Yawas [6], CritLink [37] and Annotea (Amaya) [21]. These tools all share the idea of creating a kind of user comment about Web pages. The term "annotation" in these frameworks is understood as a remark to an existing document. For instance, a user of these tools might attach a note like "A really nice professor!" to the name "Studer" on a Web page. In CREAM we would design a corresponding ontology that would allow to type the comment (an unlinked fact) "A really nice professor" into an attribute instance belonging to an instance of the class comment with a unique XPointer at "Studer".

Annotea actually goes one step further. It allows to rely on an RDF schema as a kind of template that is filled by the annotator. For instance, Annotea users may use a schema for Dublin Core and fill the author-slot of a particular document with a name. This annotation, however, is again restricted to attribute instances. The user may also decide to use complex RDF descriptions instead of simple strings for filling such a template. However, he then has no further support from Amaya that helps him providing syntactically correct statements with proper references.

One of the systems most similar to CREAM is the annotation tool cited in [36]. It uses information extraction components (Marmot, Badger and Crystal) from the University of Massachusetts at Amherst (UMass). It allows the semi-automatic population of an ontology with metadata. So far, they have not dealt with relational metadata or authoring concerns.

7.4   Comparison with Authoring Frameworks

An approach related to the CREAM authoring is the Briefing Associate of Teknowledge [35]. The tool is an extension of Microsoft PowerPoint. It pursues the idea to produce PowerPoint documents with the metadata coding as a by-product of the document composition. For each concept and relation in the ontology, an instantiation button is added to the PowerPoint toolbar. Clicking on one of these buttons allows the author to insert an annotated graphical element into his briefing. Thus, a graphic element in the briefing corresponds to an instance of a concept and arrows between the elements correspond to relationship instances. In order to be able to use an ontology in PowerPoint one must have assigned graphic symbols to the concepts and relations, which is done in the beginning by the visual-annotation ontology editor (again a kind of meta ontology assignment). The Briefing Associate is available for PowerPoint documents. In contrast, CREAM does not provide graphic support like the Briefing Associate, but it supports both parts of the annotation process, i.e. it permits the simultaneous creation of documents and metadata and, in addition, the annotation of already existing documents. However, the Briefing Associate has shown very interesting ideas that may be of future value to CREAM.

The authoring of hypertexts and the authoring with concepts are topics in the COHSE project [14]. They allow for the automatic generation of metadata descriptions by analysing the content of a Web page and comparing the tokens with concept names described in a lexicon. They support ontology reasoning, but they do not support the creation of relational metadata. It is unclear to what extent COHSE considers the synchronous production of document and metadata by the author.

Somewhat similar to COHSE concerning the metadata generation, Klarity [23] automatically fills Dublin Core fields taking advantage of statistic methods to allocate values based on the current document.

In [18] Jim Hendler states that "semantic markup should be a by-product of normal computer use". He requires that "In an easy, interactive way a user would be assisted in creating a page and get the markup created for free". We think that the CREAM framework can offer a solid start for this vision to become true.

8   Conclusion

CREAM is a comprehensive framework for creating annotations, relational metadata in particular --- the foundation of the future Semantic Web. The new version of CREAM presented here supports metadata creation during Web page authoring as well as by a-posteriori annotation. CREAM comprises inference services, crawler, document management system, ontology guidance/fact browser, document editors/viewers, and a meta ontology.

Ont-O-Mat is the reference implementation of the CREAM framework. It is Java-based and provides a plugin interface for extensions for further advancements, e.g. information extraction, collaborative metadata creation, or integrated ontology editing and evolution.

We are already dealing with many different issues and through our practical experiences we could identify problems that are most relevant in several settings, KA2 [1] and Time2Research [33]. Nevertheless our analysis of the general problem is far from being complete. In particular, we are now investigating how different tools may be brought together, e.g. to allow for the creation of relational metadata in PDF, SVG, or SMIL with Ont-O-Mat.

9   Acknowledgements

The research presented in this paper was profited from discussion with our colleagues at AIFB and Ontoprise. In particular, we want to thank Stefan Decker (now: Stanford University), Alexander Maedche (now: FZI Research Center for Information Technologies), Mika Maier-Collin, Tanja Sollazzo and Sichun Xu (Stanford University).

Research for this paper was partially financed by US Air Force in the DARPA DAML project "OntoAgents" (01IN901C0) and in the BMBF founded project PADLR (Personalized Access to Distributed Learning Resources).

References

[1]
R. Benjamins, D. Fensel, and S. Decker. KA2: Building Ontologies for the Internet: A Midterm Report. International Journal of Human Computer Studies, 51(3):687, 1999.

[2]
D. Brickley and R.V. Guha. Resource description framework (RDF) schema specification. Technical report, W3C, 1999. W3C Proposed Recommendation. http://www.w3.org/TR/PR-rdf-schema/.

[3]
J. Broekstra, M. Klein, S. Decker, D. Fensel, F. van Harmelen, and I. Horrocks. Enabling knowledge representation on the Web by extending RDF schema. In Proceedings of WWW 2001, pages 467--478. ACM Press, 2001.

[4]
S. Decker, D. Brickley, J. Saarela, and J. Angele. A Query and Inference Service for RDF. In Proceedings of the W3C Query Language Workshop (QL-98), Boston, MA, December 3-4, 1998. http://www.w3.org/TandS/QL/QL98/.

[5]
S. Decker, M. Erdmann, D. Fensel, and R. Studer. Ontobroker: Ontology Based Access to Distributed and Semi-Structured Information. In R. Meersman et al., editors, Database Semantics: Semantic Issues in Multimedia Systems, pages 351--369. Kluwer Academic Publisher, 1999.

[6]
L. Denoue and L. Vignollet. An annotation tool for Web browsers and its applications to information retrieval. In Proceedings of RIAO2000, Paris, April 2000. http://www.univ-avoie.fr/labos/syscom/Laurent.Denoue/riao2000.doc.

[7]
S. DeRose, E. Maler, and R. Daniel. XML Pointer Language (XPointer) Version 1.0. Technical report, W3C, 2001. Candidate Recommendation 11 September 2001.

[8]
Dublin core metadata initiative, April 2001. http://purl.oclc.org/dc/.

[9]
Dublin Core Metadata Template, 2001. http://www.ub2.lu.se/metadata/DC_creator.html.

[10]
M. Erdmann, A. Maedche, H.-P. Schnurr, and Steffen Staab. From Manual to Semi-automatic Semantic Annotation: About Ontology-based Text Annotation Tools. In P. Buitelaar & K. Hasida (eds). Proceedings of the COLING 2000 Workshop on Semantic Annotation and Intelligent Content, Luxembourg, August 2000.

[11]
H. Eriksson, R. Fergerson, Y. Shahar, and M. Musen. Automatic Generation of Ontology Editors. In Proceedings of the 12th International Workshop on Knowledge Acquisition, Modelling and Mangement (KAW'99), Banff, Canada, October, 1999.

[12]
D. Fensel, J. Angele, S. Decker, M. Erdmann, H.-P. Schnurr, S. Staab, R. Studer, and Andreas Witt. On2broker: Semantic-based access to information sources at the WWW. In Proceedings of the World Conference on the WWW and Internet (WebNet 99), Honolulu, Hawaii, USA, 1999.

[13]
Reference description of the DAML+OIL (March 2001) ontology markup language, March 2001. http://www.daml.org/2001/03/reference.html.

[14]
C. Goble, S. Bechhofer, L. Carr, D. De Roure, and W. Hall. Conceptual Open Hypermedia = The Semantic Web? In The Second International Workshop on the Semantic Web, pages 44--50, Hong Kong, May 2001.

[15]
T. R. Gruber. A Translation Approach to Portable Ontology Specifications. Knowledge Acquisition, 6(2):199--221, 1993.

[16]
S. Handschuh, S. Staab, and A. Maedche. CREAM --- Creating relational metadata with a component-based, ontology driven framework. In Proceedings of K-Cap 2001, Victoria, BC, Canada, October 2001.

[17]
J. Heflin and J. Hendler. Searching the Web with SHOE. In Artificial Intelligence for Web Search. Papers from the AAAI Workshop. WS-00-01, pages 35--40. AAAI Press, 2000.

[18]
James Hendler. Agents and the Semantic Web. IEEE Intelligent Systems Journal, 16(2):30--37, 2001.

[19]
I. Horrocks. Using an Expressive Description Logic: FaCT or Fiction? In Proceedings of the Sixth International Conference on Principles of Knowledge Representation and Reasoning (KR'98), Trento, Italy, June 2-5, 1998, pages 636--649. Morgan Kaufmann, 1998.

[20]
Y. Jin, S. Decker, and G. Wiederhold. OntoWebber: Model-Driven Ontology-Based Web Site Management. In Semantic Web Working Symposium (SWWS), Stanford, California, USA, August 2001.

[21]
J. Kahan, M. Koivunen, E. Prud'Hommeaux, and R. Swick. Annotea: An Open RDF Infrastructure for Shared Web Annotations. In Proceedings of the WWW10 International Conference. Hong Kong, 2001.

[22]
M. Kifer, G. Lausen, and J. Wu. Logical foundations of object-oriented and frame-based languages. Journal of the ACM, 42:741--843, 1995.

[23]
Klarity -- automatic generation of metadata based on concepts within the document, 2001. Klarity white paper. http://www.klarity.com.au.

[24]
J. Klotzbuecher. Ontowrapper. Master's thesis, University of Karlsruhe, September 2001.

[25]
N. Kushmerick. Wrapper Induction: Efficiency and Expressiveness. Artificial Intelligence, 118(1), 2000.

[26]
S. Luke, L. Spector, D. Rager, and J. Hendler. Ontology-based Web Agents. In Proceedings of First International Conference on Autonomous Agents, 1997.

[27]
P. Martin and P. Eklund. Embedding Knowledge in Web Documents. In Proceedings of the 8th Int. World Wide Web Conf. (WWW`8), Toronto, May 1999, pages 1403--1419. Elsevier Science B.V., 1999.

[28]
MUC-7 --- Proceedings of the 7th Message Understanding Conference, 1998. http://www.muc.saic.com/.

[29]
W. Nejdl, B. Wolf, C. Qu, S. Decker, M. Sintek, A. Naeve, M. Nilsson, M. Palmer, and T. Risch. EDUTELLA: A P2P Networking Infrastructure Based on RDF. In Proceedings of WWW 2002. ACM Press, 2002.

[30]
W. Nejdl, B. Wolf, S. Staab, and J. Tane. EDUTELLA: Searching and Annotating Resources within an RDF-based P2P Network. Technical report, Learning Lab Lower Saxony / Institute AIFB, 2001.

[31]
N. Fridman Noy, W. E. Grosso, and M. A. Musen. Knowledge-Acquisition Interfaces for Domain Experts: An Empirical Evaluation of Protege-2000. In Proceedings of the 12th Internal Conference on Software and Knowledge Engineering. Chicago, USA, July, 5-7, 2000, 2000.

[32]
S. Staab, J. Angele, S. Decker, M. Erdmann, A. Hotho, A. Maedche, H.-P. Schnurr, R. Studer, and Y. Sure. Semantic Community Web Portals. Proceedings of WWW9 / Computer Networks, 33(1-6):473--491, 2000.

[33]
S. Staab and A. Maedche. Knowledge Portals --- Ontologies at work. AI Magazine, 21(2), Summer 2001.

[34]
S. Staab, A. Maedche, and S. Handschuh. Creating Metadata for the Semantic Web: An Annotation Framework and the Human Factor. Technical Report 412, Institute AIFB, University of Karlsruhe, 2001.

[35]
M. Tallis, N. Goldman, and R. Balzer. The Briefing Associate: A Role for COTS applications in the Semantic Web. In Semantic Web Working Symposium (SWWS), Stanford, California, USA, August 2001.

[36]
M. Vargas-Vera, E. Motta, J. Domingue, S. Buckingham Shum, and M. Lanzoni. Knowledge Extraction by using an Ontology-based Annotation Tool. In K-CAP 2001 Workshop on Knowledge Markup and Semantic Annotation, Victoria, BC, Canada, October 2001.

[37]
Ka-Ping Yee. CritLink: Better Hyperlinks for the WWW, 1998. http://crit.org/~ping/ht98.html.

1
http://annotation.semanticweb.org
2
The reader may see similar effects in bibliography databases. E.g., query for James (Jim) Hendler at the --- otherwise excellent --- DBLP: http://www.informatik.uni-trier.de/~ley/db/.
3
In the web context one typically uses the term `URI' (uniform resource identifier) to speak of `unique identifier'.
4
In the Ont-O-Mat implementation we create the URIs with the createUniqueResource method of the RDF-API
5
http://ontobroker.semanticweb.org/ontos/swrc.html
6
RDF Crawler is freely available for download at:
http://ontobroker.semanticweb.org/rdfcrawler.
7
http://www.dcs.shef.ac.uk/~fabio/Amilcare.html
8
The Ont-O-Mat architecture serves also as basis for other applications, see
http://kaon.aifb.uni-karlsruhe.de
9
We conjecture that the one click difference may distinguish between success and failure of a tool.
10
http://www.cs.umd.edu/projects/plus/SHOE/KnowledgeAnnotator.html
11
http://www.thirdvoice.com