SlideShare a Scribd company logo
1 of 9
Download to read offline
STI INNSBRUCK
ONTOLOGIES: DYNAMIC
NETWORKS OF FORMALLY
REPRESENTED MEANING
Dieter Fensel
STI Innsbruck, University of Innsbruck,
Technikerstraße 21a, 6020 Innsbruck, Austria
firstname.lastname@sti2.at
SEMANTIC TECHNOLOGY INSTITUTE INNSBRUCK
STI INNSBRUCK
Technikerstraße 21a
A - 6020 Innsbruck
Austria
http://www.sti-innsbruck.at
1
1.1
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.17
1.18
1.19
1.20
1.21
1.22
1.23
1.24
1.25
1.26
1.27
1.28
1.29
1.30
1.31
1.32
1.33
1.34
1.35
1.36
1.37
1.38
1.39
1.40
1.41
1.42
1.43
1.44
Ontologies:
Dynamic Networks of Formally Represented Meaning
Dieter Fensel
Vrije Universiteit Amsterdam, De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands,
phone/fax: +31-(0)84-872 27 22, dieter@cs.vu.nl, http://www.cs.vu.nl/~dieter.
Abstract. The computer was invented as a device for computation. Meanwhile
the “computer” becomes a portal to cyberspace. It has become an entry point to
a world-wide network of information exchange and business transactions.
Therefore, technology that supports access to unstructured, heterogeneous and
distributed information and knowledge sources will become as essential as
programming languages were in the 60’s and 70’s. In this essay, we examine
some of the essential requirements for such a technology.
1 Ontologies: Formal and Real, based on Consensus
The World-Wide Web (WWW) has drastically changed the availability of
electronically available information. Currently there are around one billion documents in
the WWW which are used by more than 300 million users internationally. In addition, this
number is growing fast. However, this success and exponential grow makes it increasingly
difficult to find, to access, to present, and to maintain the information of use to a wide
variety of users. Currently, pages on the web must use representation means rooted in
format languages such as HTML or SGML and make use of protocols that allow browser
to present information to human readers. The information content, however, is mainly
presented by natural language. Thus, there is a wide gap between the information available
for tools that try to address the problems above and the information kept in human
readable form. The current state of Web technology generates serious obstacles to its
further growth. The technology's simplicity already caused bottlenecks that hinder
searching, extracting, maintaining, and generating information (cf. [Fensel et al., 2000]).
Computers are only used as devices that post and render information, but they do not have
access to the actual content. Thus, they can only offer limited support in accessing and
processing this information.1 So, the main burden not only of accessing and processing
information but also of extracting and interpreting it is on the human user.
2
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
2.10
2.11
2.12
2.13
2.14
2.15
2.16
2.17
2.18
2.19
2.20
2.21
2.22
2.23
2.24
2.25
2.26
2.27
2.28
2.29
2.30
2.31
2.32
2.33
2.34
2.35
2.36
2.37
2.38
2.39
2.40
2.41
2.42
2.43
2.44
Tim Berners-Lee envisioned a Semantic Web (cf. [Berners-Lee et al., 2001], [Fensel et
al., to appear (b)]) that provides automated information access based on machine-
processable semantics of data and heuristics that use these meta data. The explicit
representation of the semantics of data, accompanied with domain theories (that is,
ontologies), will enable a Web that provides a qualitatively new level of service. It will
weave together an incredibly large network of human knowledge and will complement it
with machine processability. Various automated services will help the user achieve goals
by accessing and providing information in a machine-understandable form. This process
might ultimately create an extremely knowledgeable systems with various specialized
reasoning services-systems that can support us in nearly all aspects of our life and that will
become as necessary to us as access to electric power.
Ontologies (cf. [Fensel, 2001]) are key enabling technology for the semantic web. They
need to interweave human understanding of symbols with their machine processability.
Therefore, it seems highly justified to take a closer look on the nature of Ontologies and
on whether and how they can actually provide such a service. Ontologies were developed
in Artificial Intelligence to facilitate knowledge sharing and reuse. Since the beginning of
the nineties Ontologies have become a popular research topic investigated by several
Artificial Intelligence research communities, including Knowledge Engineering, natural-
language processing and knowledge representation. More recently, the notion of Ontology
is also becoming widespread in fields such as intelligent information integration,
cooperative information systems, information retrieval, electronic commerce, and
knowledge management. The reason ontologies are becoming so popular is in large part
due to what they promise: a shared and common understanding of a domain that can be
communicated between people and application systems.
Because Ontologies aim at consensual domain knowledge their development requires a
cooperative process. Ontologies are introduced to facilitate knowledge sharing and reuse
between various agent, no matter whether they are of human or artificial nature. They
should provide this service by providing a consensual and formal conceptualizations of a
certain area. Spoken in a nutshell, Ontologies are formal and consensual specifications of
conceptualizations providing a shared and common understanding of a domain that can
be communicated across people and application systems. Therefore, Ontologies glue
together two essential aspects that help to bring the web to its full potential:
• Ontologies define a formal semantics for information allowing information processing
by a computer.
• Ontologies define a real-world semantics allowing to link machine processable
content with meaning for humans based on consensual terminologies.
These two orthogonal aspects will be discussed during the following, however, our
main focus is devoted to the second aspect.
1.
It is like using a telephone mainly for decorating a living room.
3
3.1
3.2
3.3
3.4
3.5
3.6
3.7
3.8
3.9
3.10
3.11
3.12
3.13
3.14
3.15
3.16
3.17
3.18
3.19
3.20
3.21
3.22
3.23
3.24
3.25
3.26
3.27
3.28
3.29
3.30
3.31
3.32
3.33
3.34
3.35
3.36
3.37
3.38
3.39
3.40
3.41
3.42
3.43
3.44
2 Ontologies define formal semantics
Ontologies provide formal semantics enabling machine-processable semantics of
information. This aspect is already well-understood and several language proposals have
been made (see [Fensel, 2001] and [Fensel et al., 2001]). Formal semantics is achieved by
a layered language architecture. At the lowest level, XML2 provides a serialized syntax for
tree structures. RDF3
defines a basic data model on top of XML consisting of (object,
property, value)-triples. RDF schema (RDFS)4 defines basic ontology primitives in RDF:
classes with is-a and instance-of relationships, and properties with is-a relationships and
domain and range restrictions. OIL5 extends RDFS to provide a full-fledged web-based
ontology language. One of the central design ideas of OIL is its onion model (see Figure
1). There will never be one language meeting all man purposes. OILs onion model reflects
this need. Languages of different complexity are provided allowing applications to select
the degree of complexity they require. One of its dialects called DAML+OIL6
reflects a
broad European and (US) American consensus on modeling primitives for the semantic
web and is departure point for standardization by the W3C7
.
3 Ontologies define real-world semantics
This aspect is still far from being studied properly. In this essay, we will focus on it,
i.e., on how can Ontologies be used to communicate real-world semantics between human
2.
http://www.w3.org/XML/
3. http://www.w3.org/RDF/
4. http://www.w3.org/TR/2000/CR-rdf-schema-20000327/
5.
http://www.ontoknowledge.org/oil
6.
http://www.daml.org
7.
http://www.w3c.org
Fig 1. The onion model to control complexity.
4
4.1
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
4.10
4.11
4.12
4.13
4.14
4.15
4.16
4.17
4.18
4.19
4.20
4.21
4.22
4.23
4.24
4.25
4.26
4.27
4.28
4.29
4.30
4.31
4.32
4.33
4.34
4.35
4.36
4.37
4.38
4.39
4.40
4.41
4.42
4.43
4.44
and artificial agents. For understanding this potential, we have to bring in an important
point on how to look at them. This point of view is required to bring Ontology technology
to its full potential and also brings into mind that most of the work on Ontologies is
partially miss-focussed, i.e., ignores the main problems in building and using them.
Every first years philosophy student may have heart about the evils circle in trying to
explain our ability of communication as a way to exchange meaning and to create
understanding between human beings. On the one hand, people can only communicate and
exchange meaning based on a common understanding of symbols and intensions.
Therefore, a joined set of symbols and a consensual interpretation is the pre-request for
communication. On the other hand, such a joined set of symbols and a consensual
interpretation can only be established as a result of communication.8 Therefore, what is a
result of successful communication is at the same time a pre-requisite for it. In
consequence, its existence is required for explaining its existence. Our first years
philosophy student may also have learned how to overcome such a paradoxical situation.
There must be an underlying process that takes both sides as intermediate and repeatedly
taken sub-steps relying on something that mediates between its extremes.9 Then
successful communication and a joined set of understandings are just two sites of the same
coin. The reader may found our arguments “too” philosophical. However, we want to
undermine the principal difference between viewing ontologies as “true” models of the
real world or steps in a process of organizing evolving consensus. Therefore, a brief
argument on the cyclic nature of understanding and communication seems appropriate.
Viewed from an abstract philosophical point of view it looks like a miracle that two
humans are able to understand each other. Taken in the extreme we cannot even be sure
about our mutual existence. Since Descartes we take the fact that we are aware of our own
thinking as proof of our own existence.10 However, we make notice of the existence of
other agents via our perception and it is their existence in our perception and not their
actual existence that follows from it.11 Again we have to make the doubtful deduction that
their existence in our perception reflects their actual behavior and existence. Even taking
this assumption to be grounded we are still far away from explaining on how meaning can
be exchanged between such brittle agents. Meaning and intention cannot be exchanged
directly. Neither can it be expressed directly nor can we access the actual meaning that is
perceived and understood by our counter part. We can only express our intension by some
action that influences the perception of our counter part. And we can only guess what this
is supposed to mean to him by analyzing his behavior as much as it is reflected in our
perception.12
In consequence, establishing meaning and communication (to exchange
8.
At least as long as this interpretation is not hard-coded via instincts.
9.
Cf. G. W. F. Hegel: Wissenschaft der Logik.
10. Already this conclusion could be viewed as being doubtful, however, its discussion would leave the scope of this
paper.
11.
See for example I. Kant: Critik der reinen Vernunft.
12. In principle, it is not even important whether another agent actually thinks. He “understands” our communicative acts
properly if it is properly contained in the way he cooperates with us.
5
5.1
5.2
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.10
5.11
5.12
5.13
5.14
5.15
5.16
5.17
5.18
5.19
5.20
5.21
5.22
5.23
5.24
5.25
5.26
5.27
5.28
5.29
5.30
5.31
5.32
5.33
5.34
5.35
5.36
5.37
5.38
5.39
5.40
5.41
5.42
5.43
5.44
meaning) is per definition a process. People can only establish joined meaning and
communicate it to each other in a process where they co-ordinate some of their actions to
achieve common goals. Therefore, from the early beginning13 it can only be a social
process that creates a joined understanding that is the basis for exchanging meaning with
communicative symbols.
Following this argument it is also rather clear that there will be neither such a thing as
THE Ontology where everybody subscribes to. Instead, ontologies arise as pre-requisite
and result of cooperation in certain areas reflecting task, domain, and sociological
boundaries. In the same way as the web weaves billions of people together to support them
in their information needs, Ontologies can only be thought as a network of interweaved
Ontologies. This network of Ontologies may have overlapping and excluding pieces, and
it must be as dynamic in nature as the dynamics of the process it underlies. This view on
Ontologies as dynamic networks of formally represented meaning is what we want to
stress in the essay. Most work on Ontologies view Ontologies as a isolated theory
containing possible large number of concepts, relationships, and constraints that further
detach formal semantics to them. Here we take a much broader view on Ontologies.
Basically, there are two main dimensions in which these mediators of communication
differ from current work on Ontologies: Ontologies must have a network architecture and
Ontologies must be dynamic.
3.1 Heterogeneity in Space: Ontology as Networks of Meaning
Island of meaning must be interwoven to form more complex structures enabling
exchange of information beyond domain, task, and sociological boundaries. This implies
two efforts. Tool support must be provided to define local domain models that express a
commitment of a group of agents that share a certain domain and task and that can agree
on a joined world view for this purpose. Here much work has already been spent and
significant methodological support is available (see [Fensel et al., to appear (a)] for a
survey). Second, these local models must be interwoven with other models like the social
practice of the agents that use Ontologies to facilitate their communicational needs. Here
not much work has been spent. We do no longer talk about a single Ontology but rather
about a network of Ontologies. Links must be defined between these Ontologies and this
network must allow overlapping Ontologies with conflicting and even contradictionary
conceptualizations. From the early beginning heterogeneity is an essential requirement for
this Ontology network. Means to deal with conflicting definitions and strong support in
interweaving local theories are essential requirements for making this technology
workable and scalable.
Take a Peer-to-Peer (P2P) network like Gnutella as an example (cf. [Oram, 2001]).
Agents can dynamically enter and leave the network. Agents can communicate with a
13.
Both, in a historical and in a logical sense.
6
6.1
6.2
6.3
6.4
6.5
6.6
6.7
6.8
6.9
6.10
6.11
6.12
6.13
6.14
6.15
6.16
6.17
6.18
6.19
6.20
6.21
6.22
6.23
6.24
6.25
6.26
6.27
6.28
6.29
6.30
6.31
6.32
6.33
6.34
6.35
6.36
6.37
6.38
6.39
6.40
6.41
6.42
6.43
6.44
local environment of other agents. This network is dynamically set up and collapsed
according to the joined needs of a group of agents. Current work on Ontologies that
focuses either on local domain theories or on principles, structures, and content of the right
upper-layer Ontology are far way from supporting such a vision. What is needed is focus
on:
• linking local conceptualizations dealing with heterogen definitions and personalized
views,
• support in easy configuration and re-configuration of such networks according to the
communication needs of agent coalitions, and
• methods and tools that help agents in organizing consensus allowing them to
exchange meaning.
Ontologies ensure communication between various agents. They are “right” if they
fulfill this purpose.
3.2 Development in time: Living Ontologies
Originally, an Ontology should reflect the “truth” of a certain aspect of reality. It was
the holy task of a philosopher to find such truth. Nowadays Ontologies are used as means
to exchange meaning between different agents. They can only provide this if they reflect
an inter-subjectual consensus. Per definition they can only be the result of a social process.
This gives ontologies a dual status for the exchange of meaning.
• Ontologies as pre-requisite for consensus: Agents can only exchange meaning when
they have already agreed on a joined body of meaning reflecting a consensual point of
view on the world.
• Ontologies as a result of consensus: Ontologies as consensual models of meaning can
only arise as result of a process where agents agree on a certain world model and its
interpretation.
In consequence, ontologies are as much a pre-requisite of consensus and information
sharing as they are its results. Therefore, ontologies cannot be understood as a static
model. An ontology is as much required for the exchange of meaning as the exchange of
meaning may influence and modify an ontology. In consequence, evolving ontologies
rather describe a process than a static model. Having protocols for the process of evolving
ontologies is the real challenge. Evolving over time is an essential requirement for useful
ontologies. As the daily practice constantly changes, Ontologies that mediate the
information needs of these processes must have strong support in versioning and must be
accompanied by process models that help to organize consensus.
Centralized process models have standardization bodies as central clearing unit. This
central unit may soon become a bottleneck for the scalability of the entire process. Often
7
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.8
7.9
7.10
7.11
7.12
7.13
7.14
7.15
7.16
7.17
7.18
7.19
7.20
7.21
7.22
7.23
7.24
7.25
7.26
7.27
7.28
7.29
7.30
7.31
7.32
7.33
7.34
7.35
7.36
7.37
7.38
7.39
7.40
7.41
7.42
7.43
7.44
such standardization works slow and lead to mongrelized results. Decentralized process
models for consensus achievement can be based on the natural consensus of working
networks. Therefore, they can reflect true, proven useful, and broadly used consensus. In
this context, one may want to take a look at P2P, where networks arise and are configured
dynamically according to joined interests of loosely coupled groups.
4 Conclusions
Ontologies help to establish consensual terminologies that make sense to both sites.
Computers are able to process information based on their machine-processable semantics.
Humans are able to make sense of this information based on their connection to real-world
semantics. Building up such ontologies that are pre-requisite and result of joined
understanding of large user groups is far from being trivial. A model or “protocol” for
driving the network that maintains the process of evolving Ontologies is the real challenge
for making the semantic web reality.
Most work on Ontologies view ontologies as a isolated theory containing possible large
number of concepts, relationships, and constraints that further detach formal semantics to
them. In the paper we took a much broader view on ontologies. We view Ontologies as
highly interwoven networks allowing to deal with heterogenic needs of the
communication processes that should mediated by them. Second, these ontologies must
shift over time as the processes they mediate based on consensual representation of
meaning. It is the network and dynamic character of Ontologies that make further research
work on them so exiting. The glue, that link together Ontology networks in space and
time, is the actual challenge on current work on ontologies. It is the glue, stupid!
References
[Berners-Lee et al., 2001]
T. Berners-Lee, J. Hendler, and O. Lassila: The Semantic Web, Scientific American, May
2001.
[Fensel, 2001]
D. Fensel: Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce,
Springer-Verlag, Berlin, 2001.
[Fensel et al., 2000]
D. Fensel, F. van Harmelen, H. Akkermans, M. Klein, J. Broekstra, C. Fluyt, J. van der Meer,
H.-P. Schnurr, R. Studer, J. Davies, J. Hughes, U. Krohn, R. Engels, B. Bremdahl, F. Ygge, U.
Reimer, and I. Horrocks: OnToKnowledge: Ontology-based Tools for Knowledge
Management. In Proceedings of the eBusiness and eWork 2000 (EMMSEC 2000) Conference,
8
8.1
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
8.10
8.11
8.12
8.13
8.14
8.15
8.16
8.17
8.18
8.19
8.20
8.21
8.22
8.23
8.24
8.25
8.26
8.27
8.28
8.29
8.30
8.31
8.32
8.33
8.34
8.35
8.36
8.37
8.38
8.39
8.40
8.41
8.42
8.43
8.44
Madrid, Spain, October 2000.
[Fensel et al., 2001]
D. Fensel, I. Horrocks, F. van Harmelen, D. McGuiness, and P. Patel-Schneider: OIL:
Ontology Infrastructure to Enable the Semantic Web, IEEE Intelligent Systems, March/April
2001.
[Fensel et al., to appear (a)]
D. Fensel, J. Hendler, H. Lieberman, and W. Wahlster: The Semantic Web: Why, What, and
How. In [Fensel et al., to appear (b)].
[Fensel et al., to appear (b)]
D. Fensel, J. Hendler, H. Lieberman, and W. Wahlster (eds.): Semantic Web Technology, MIT
Press, Boston, to appear.
[Oram, 2001]
A. Oram (eds.): Peer-to-Peer: Harnessing the Benefits of a Disruptive Technology, O´Reilly,
Sebastobol, 2001.

More Related Content

What's hot

Diplomacy in era of digital governance theory and impact
Diplomacy in era of digital governance theory and impactDiplomacy in era of digital governance theory and impact
Diplomacy in era of digital governance theory and impactAlexander Decker
 
(2002) roberts the role of info and comm tech in knowledge transfer
(2002) roberts the role of info and comm tech in knowledge transfer(2002) roberts the role of info and comm tech in knowledge transfer
(2002) roberts the role of info and comm tech in knowledge transferSiti Khatizah Aziz
 
Integrated Ubiquitous Computing - Designing Urban Space with Digital Media - ...
Integrated Ubiquitous Computing - Designing Urban Space with Digital Media - ...Integrated Ubiquitous Computing - Designing Urban Space with Digital Media - ...
Integrated Ubiquitous Computing - Designing Urban Space with Digital Media - ...Florian Resatsch
 
Multidimensional Analysis of Complex Networks
Multidimensional Analysis of Complex NetworksMultidimensional Analysis of Complex Networks
Multidimensional Analysis of Complex NetworksLino Possamai
 
Distributed cognition
Distributed cognitionDistributed cognition
Distributed cognitionHongbo Zhang
 
A HUMAN-CENTRIC APPROACH TO GROUP-BASED CONTEXT-AWARENESS
A HUMAN-CENTRIC APPROACH TO GROUP-BASED CONTEXT-AWARENESSA HUMAN-CENTRIC APPROACH TO GROUP-BASED CONTEXT-AWARENESS
A HUMAN-CENTRIC APPROACH TO GROUP-BASED CONTEXT-AWARENESSIJNSA Journal
 
Jana Diesner, "Words and Networks: Considering the Content of Text Data for N...
Jana Diesner, "Words and Networks: Considering the Content of Text Data for N...Jana Diesner, "Words and Networks: Considering the Content of Text Data for N...
Jana Diesner, "Words and Networks: Considering the Content of Text Data for N...summersocialwebshop
 
Global youth networks and the digital divide
Global youth networks and the digital divideGlobal youth networks and the digital divide
Global youth networks and the digital divideHeidi Thon
 
Elizabeth Churchill, "Data by Design"
Elizabeth Churchill, "Data by Design"Elizabeth Churchill, "Data by Design"
Elizabeth Churchill, "Data by Design"summersocialwebshop
 
Mobile speech and advanced natural language solutions
Mobile speech and advanced natural language solutionsMobile speech and advanced natural language solutions
Mobile speech and advanced natural language solutionsSpringer
 
Workshop distributed cognition
Workshop distributed cognitionWorkshop distributed cognition
Workshop distributed cognitionKai Pata
 
Active social media and generation gaps
Active social media and generation gapsActive social media and generation gaps
Active social media and generation gapsACTIVE-project
 
Jessica Vitak, "When Contexts Collapse: Managing Self-Presentation Across Soc...
Jessica Vitak, "When Contexts Collapse: Managing Self-Presentation Across Soc...Jessica Vitak, "When Contexts Collapse: Managing Self-Presentation Across Soc...
Jessica Vitak, "When Contexts Collapse: Managing Self-Presentation Across Soc...summersocialwebshop
 
Word Sense Disambiguation and Intelligent Information Access
Word Sense Disambiguation and Intelligent Information AccessWord Sense Disambiguation and Intelligent Information Access
Word Sense Disambiguation and Intelligent Information AccessPierpaolo Basile
 

What's hot (17)

Diplomacy in era of digital governance theory and impact
Diplomacy in era of digital governance theory and impactDiplomacy in era of digital governance theory and impact
Diplomacy in era of digital governance theory and impact
 
(2002) roberts the role of info and comm tech in knowledge transfer
(2002) roberts the role of info and comm tech in knowledge transfer(2002) roberts the role of info and comm tech in knowledge transfer
(2002) roberts the role of info and comm tech in knowledge transfer
 
Integrated Ubiquitous Computing - Designing Urban Space with Digital Media - ...
Integrated Ubiquitous Computing - Designing Urban Space with Digital Media - ...Integrated Ubiquitous Computing - Designing Urban Space with Digital Media - ...
Integrated Ubiquitous Computing - Designing Urban Space with Digital Media - ...
 
Multidimensional Analysis of Complex Networks
Multidimensional Analysis of Complex NetworksMultidimensional Analysis of Complex Networks
Multidimensional Analysis of Complex Networks
 
Distributed cognition
Distributed cognitionDistributed cognition
Distributed cognition
 
A HUMAN-CENTRIC APPROACH TO GROUP-BASED CONTEXT-AWARENESS
A HUMAN-CENTRIC APPROACH TO GROUP-BASED CONTEXT-AWARENESSA HUMAN-CENTRIC APPROACH TO GROUP-BASED CONTEXT-AWARENESS
A HUMAN-CENTRIC APPROACH TO GROUP-BASED CONTEXT-AWARENESS
 
Jana Diesner, "Words and Networks: Considering the Content of Text Data for N...
Jana Diesner, "Words and Networks: Considering the Content of Text Data for N...Jana Diesner, "Words and Networks: Considering the Content of Text Data for N...
Jana Diesner, "Words and Networks: Considering the Content of Text Data for N...
 
Global youth networks and the digital divide
Global youth networks and the digital divideGlobal youth networks and the digital divide
Global youth networks and the digital divide
 
6. CMC
6. CMC6. CMC
6. CMC
 
Elizabeth Churchill, "Data by Design"
Elizabeth Churchill, "Data by Design"Elizabeth Churchill, "Data by Design"
Elizabeth Churchill, "Data by Design"
 
Artificial Intelligence of the Web through Domain Ontologies
Artificial Intelligence of the Web through Domain OntologiesArtificial Intelligence of the Web through Domain Ontologies
Artificial Intelligence of the Web through Domain Ontologies
 
Mobile speech and advanced natural language solutions
Mobile speech and advanced natural language solutionsMobile speech and advanced natural language solutions
Mobile speech and advanced natural language solutions
 
Workshop distributed cognition
Workshop distributed cognitionWorkshop distributed cognition
Workshop distributed cognition
 
Active social media and generation gaps
Active social media and generation gapsActive social media and generation gaps
Active social media and generation gaps
 
Jessica Vitak, "When Contexts Collapse: Managing Self-Presentation Across Soc...
Jessica Vitak, "When Contexts Collapse: Managing Self-Presentation Across Soc...Jessica Vitak, "When Contexts Collapse: Managing Self-Presentation Across Soc...
Jessica Vitak, "When Contexts Collapse: Managing Self-Presentation Across Soc...
 
IFI7159 M4
IFI7159 M4IFI7159 M4
IFI7159 M4
 
Word Sense Disambiguation and Intelligent Information Access
Word Sense Disambiguation and Intelligent Information AccessWord Sense Disambiguation and Intelligent Information Access
Word Sense Disambiguation and Intelligent Information Access
 

Similar to Ontologies dynamic networks of formally represented meaning1

An adaptation of Text2Onto for supporting the French language
An adaptation of Text2Onto for supporting  the French language An adaptation of Text2Onto for supporting  the French language
An adaptation of Text2Onto for supporting the French language IJECEIAES
 
20550-38934-1-PB.pdf
20550-38934-1-PB.pdf20550-38934-1-PB.pdf
20550-38934-1-PB.pdfIjictTeam
 
Word sense disambiguation a survey
Word sense disambiguation a surveyWord sense disambiguation a survey
Word sense disambiguation a surveyunyil96
 
A Deep Learning Model For Crime Surveillance In Phone Calls.
A Deep Learning Model For Crime Surveillance In Phone Calls.A Deep Learning Model For Crime Surveillance In Phone Calls.
A Deep Learning Model For Crime Surveillance In Phone Calls.vivatechijri
 
Extending Aural and Music Interfaces to Mobile Device Interaction Design Arch...
Extending Aural and Music Interfaces to Mobile Device Interaction Design Arch...Extending Aural and Music Interfaces to Mobile Device Interaction Design Arch...
Extending Aural and Music Interfaces to Mobile Device Interaction Design Arch...IJERA Editor
 
A Comprehensive Analytical Study Of Traditional And Recent Development In Nat...
A Comprehensive Analytical Study Of Traditional And Recent Development In Nat...A Comprehensive Analytical Study Of Traditional And Recent Development In Nat...
A Comprehensive Analytical Study Of Traditional And Recent Development In Nat...Sherri Cost
 
NEW TRENDS IN LESS-RESOURCED LANGUAGE PROCESSING: CASE OF AMAZIGH LANGUAGE
NEW TRENDS IN LESS-RESOURCED LANGUAGE PROCESSING: CASE OF AMAZIGH LANGUAGENEW TRENDS IN LESS-RESOURCED LANGUAGE PROCESSING: CASE OF AMAZIGH LANGUAGE
NEW TRENDS IN LESS-RESOURCED LANGUAGE PROCESSING: CASE OF AMAZIGH LANGUAGEkevig
 
New Trends in Less-Resourced Language Processing: Case of Amazigh Language
New Trends in Less-Resourced Language Processing: Case of Amazigh LanguageNew Trends in Less-Resourced Language Processing: Case of Amazigh Language
New Trends in Less-Resourced Language Processing: Case of Amazigh Languagekevig
 
Network of Excellence in Internet Science (JRA1, Towards a Theory of Internet...
Network of Excellence in Internet Science (JRA1, Towards a Theory of Internet...Network of Excellence in Internet Science (JRA1, Towards a Theory of Internet...
Network of Excellence in Internet Science (JRA1, Towards a Theory of Internet...i_scienceEU
 
Transmission Of Multimedia Data Over Wireless Ad-Hoc Networks
Transmission Of Multimedia Data Over Wireless Ad-Hoc NetworksTransmission Of Multimedia Data Over Wireless Ad-Hoc Networks
Transmission Of Multimedia Data Over Wireless Ad-Hoc NetworksJan Champagne
 
Adaptive information extraction
Adaptive information extractionAdaptive information extraction
Adaptive information extractionunyil96
 
Mining knowledge graphs to map heterogeneous relations between the internet o...
Mining knowledge graphs to map heterogeneous relations between the internet o...Mining knowledge graphs to map heterogeneous relations between the internet o...
Mining knowledge graphs to map heterogeneous relations between the internet o...IJECEIAES
 
USING ONTOLOGIES TO OVERCOMING DRAWBACKS OF DATABASES AND VICE VERSA: A SURVEY
USING ONTOLOGIES TO OVERCOMING DRAWBACKS OF DATABASES AND VICE VERSA: A SURVEYUSING ONTOLOGIES TO OVERCOMING DRAWBACKS OF DATABASES AND VICE VERSA: A SURVEY
USING ONTOLOGIES TO OVERCOMING DRAWBACKS OF DATABASES AND VICE VERSA: A SURVEYcseij
 
Qualitative Journal 1
Qualitative Journal 1Qualitative Journal 1
Qualitative Journal 1amirahjuned
 
An HCI Principles based Framework to Support Deaf Community
An HCI Principles based Framework to Support Deaf CommunityAn HCI Principles based Framework to Support Deaf Community
An HCI Principles based Framework to Support Deaf CommunityIJEACS
 

Similar to Ontologies dynamic networks of formally represented meaning1 (20)

Network literacy-high-res
Network literacy-high-resNetwork literacy-high-res
Network literacy-high-res
 
183
183183
183
 
An adaptation of Text2Onto for supporting the French language
An adaptation of Text2Onto for supporting  the French language An adaptation of Text2Onto for supporting  the French language
An adaptation of Text2Onto for supporting the French language
 
20550-38934-1-PB.pdf
20550-38934-1-PB.pdf20550-38934-1-PB.pdf
20550-38934-1-PB.pdf
 
Word sense disambiguation a survey
Word sense disambiguation a surveyWord sense disambiguation a survey
Word sense disambiguation a survey
 
A Deep Learning Model For Crime Surveillance In Phone Calls.
A Deep Learning Model For Crime Surveillance In Phone Calls.A Deep Learning Model For Crime Surveillance In Phone Calls.
A Deep Learning Model For Crime Surveillance In Phone Calls.
 
Extending Aural and Music Interfaces to Mobile Device Interaction Design Arch...
Extending Aural and Music Interfaces to Mobile Device Interaction Design Arch...Extending Aural and Music Interfaces to Mobile Device Interaction Design Arch...
Extending Aural and Music Interfaces to Mobile Device Interaction Design Arch...
 
A Comprehensive Analytical Study Of Traditional And Recent Development In Nat...
A Comprehensive Analytical Study Of Traditional And Recent Development In Nat...A Comprehensive Analytical Study Of Traditional And Recent Development In Nat...
A Comprehensive Analytical Study Of Traditional And Recent Development In Nat...
 
NEW TRENDS IN LESS-RESOURCED LANGUAGE PROCESSING: CASE OF AMAZIGH LANGUAGE
NEW TRENDS IN LESS-RESOURCED LANGUAGE PROCESSING: CASE OF AMAZIGH LANGUAGENEW TRENDS IN LESS-RESOURCED LANGUAGE PROCESSING: CASE OF AMAZIGH LANGUAGE
NEW TRENDS IN LESS-RESOURCED LANGUAGE PROCESSING: CASE OF AMAZIGH LANGUAGE
 
New Trends in Less-Resourced Language Processing: Case of Amazigh Language
New Trends in Less-Resourced Language Processing: Case of Amazigh LanguageNew Trends in Less-Resourced Language Processing: Case of Amazigh Language
New Trends in Less-Resourced Language Processing: Case of Amazigh Language
 
Network of Excellence in Internet Science (JRA1, Towards a Theory of Internet...
Network of Excellence in Internet Science (JRA1, Towards a Theory of Internet...Network of Excellence in Internet Science (JRA1, Towards a Theory of Internet...
Network of Excellence in Internet Science (JRA1, Towards a Theory of Internet...
 
Transmission Of Multimedia Data Over Wireless Ad-Hoc Networks
Transmission Of Multimedia Data Over Wireless Ad-Hoc NetworksTransmission Of Multimedia Data Over Wireless Ad-Hoc Networks
Transmission Of Multimedia Data Over Wireless Ad-Hoc Networks
 
Hcome kais
Hcome kaisHcome kais
Hcome kais
 
Adaptive information extraction
Adaptive information extractionAdaptive information extraction
Adaptive information extraction
 
Mining knowledge graphs to map heterogeneous relations between the internet o...
Mining knowledge graphs to map heterogeneous relations between the internet o...Mining knowledge graphs to map heterogeneous relations between the internet o...
Mining knowledge graphs to map heterogeneous relations between the internet o...
 
USING ONTOLOGIES TO OVERCOMING DRAWBACKS OF DATABASES AND VICE VERSA: A SURVEY
USING ONTOLOGIES TO OVERCOMING DRAWBACKS OF DATABASES AND VICE VERSA: A SURVEYUSING ONTOLOGIES TO OVERCOMING DRAWBACKS OF DATABASES AND VICE VERSA: A SURVEY
USING ONTOLOGIES TO OVERCOMING DRAWBACKS OF DATABASES AND VICE VERSA: A SURVEY
 
Narrative: Text Generation Model from Data
Narrative: Text Generation Model from DataNarrative: Text Generation Model from Data
Narrative: Text Generation Model from Data
 
Reference 5
Reference 5Reference 5
Reference 5
 
Qualitative Journal 1
Qualitative Journal 1Qualitative Journal 1
Qualitative Journal 1
 
An HCI Principles based Framework to Support Deaf Community
An HCI Principles based Framework to Support Deaf CommunityAn HCI Principles based Framework to Support Deaf Community
An HCI Principles based Framework to Support Deaf Community
 

More from STIinnsbruck

More from STIinnsbruck (20)

Unister
UnisterUnister
Unister
 
Twoo
TwooTwoo
Twoo
 
Twibes
TwibesTwibes
Twibes
 
Tweet deck 2012-01-02
Tweet deck 2012-01-02Tweet deck 2012-01-02
Tweet deck 2012-01-02
 
Tv handbook revised_100120141
Tv handbook revised_100120141Tv handbook revised_100120141
Tv handbook revised_100120141
 
Tv feratel 13032014
Tv feratel 13032014Tv feratel 13032014
Tv feratel 13032014
 
Tv evaluation 12032014
Tv evaluation 12032014Tv evaluation 12032014
Tv evaluation 12032014
 
T vb publication_rules_11032014
T vb publication_rules_11032014T vb publication_rules_11032014
T vb publication_rules_11032014
 
T vb mapping_implementation_25032014
T vb mapping_implementation_25032014T vb mapping_implementation_25032014
T vb mapping_implementation_25032014
 
T vb alignment_022814_0
T vb alignment_022814_0T vb alignment_022814_0
T vb alignment_022814_0
 
Ttr 20130701
Ttr 20130701Ttr 20130701
Ttr 20130701
 
Ttg mapping to_schema.org_
Ttg mapping to_schema.org_Ttg mapping to_schema.org_
Ttg mapping to_schema.org_
 
Ttb 08042014
Ttb 08042014Ttb 08042014
Ttb 08042014
 
Trust you
Trust youTrust you
Trust you
 
Tripwolf
TripwolfTripwolf
Tripwolf
 
Tripbirds
TripbirdsTripbirds
Tripbirds
 
Traveltainment
TraveltainmentTraveltainment
Traveltainment
 
Travelaudience
TravelaudienceTravelaudience
Travelaudience
 
Tourismuszukunft
TourismuszukunftTourismuszukunft
Tourismuszukunft
 
Tourismusverband innsbruck 24.09.2013
Tourismusverband innsbruck 24.09.2013Tourismusverband innsbruck 24.09.2013
Tourismusverband innsbruck 24.09.2013
 

Recently uploaded

Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20rejz122017
 
History of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth deathHistory of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth deathphntsoaki
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...ZurliaSoop
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfMahamudul Hasan
 
"I hear you": Moving beyond empathy in UXR
"I hear you": Moving beyond empathy in UXR"I hear you": Moving beyond empathy in UXR
"I hear you": Moving beyond empathy in UXRMegan Campos
 
ECOLOGY OF FISHES.pptx full presentation
ECOLOGY OF FISHES.pptx full presentationECOLOGY OF FISHES.pptx full presentation
ECOLOGY OF FISHES.pptx full presentationFahadFazal7
 
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORNLITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORNtntlai16
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.thamaeteboho94
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityHung Le
 
The Concession of Asaba International Airport: Balancing Politics and Policy ...
The Concession of Asaba International Airport: Balancing Politics and Policy ...The Concession of Asaba International Airport: Balancing Politics and Policy ...
The Concession of Asaba International Airport: Balancing Politics and Policy ...Kayode Fayemi
 
2024 mega trends for the digital workplace - FINAL.pdf
2024 mega trends for the digital workplace - FINAL.pdf2024 mega trends for the digital workplace - FINAL.pdf
2024 mega trends for the digital workplace - FINAL.pdfNancy Goebel
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...David Celestin
 
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINESBIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINESfuthumetsaneliswa
 
Using AI to boost productivity for developers
Using AI to boost productivity for developersUsing AI to boost productivity for developers
Using AI to boost productivity for developersTeri Eyenike
 
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptxBEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptxthusosetemere
 

Recently uploaded (19)

Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20Ready Set Go Children Sermon about Mark 16:15-20
Ready Set Go Children Sermon about Mark 16:15-20
 
History of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth deathHistory of Morena Moshoeshoe birth death
History of Morena Moshoeshoe birth death
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 
"I hear you": Moving beyond empathy in UXR
"I hear you": Moving beyond empathy in UXR"I hear you": Moving beyond empathy in UXR
"I hear you": Moving beyond empathy in UXR
 
ECOLOGY OF FISHES.pptx full presentation
ECOLOGY OF FISHES.pptx full presentationECOLOGY OF FISHES.pptx full presentation
ECOLOGY OF FISHES.pptx full presentation
 
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORNLITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
LITTLE ABOUT LESOTHO FROM THE TIME MOSHOESHOE THE FIRST WAS BORN
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait Cityin kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.
 
Abortion Pills Fahaheel ௹+918133066128💬@ Safe and Effective Mifepristion and ...
Abortion Pills Fahaheel ௹+918133066128💬@ Safe and Effective Mifepristion and ...Abortion Pills Fahaheel ௹+918133066128💬@ Safe and Effective Mifepristion and ...
Abortion Pills Fahaheel ௹+918133066128💬@ Safe and Effective Mifepristion and ...
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
 
The Concession of Asaba International Airport: Balancing Politics and Policy ...
The Concession of Asaba International Airport: Balancing Politics and Policy ...The Concession of Asaba International Airport: Balancing Politics and Policy ...
The Concession of Asaba International Airport: Balancing Politics and Policy ...
 
2024 mega trends for the digital workplace - FINAL.pdf
2024 mega trends for the digital workplace - FINAL.pdf2024 mega trends for the digital workplace - FINAL.pdf
2024 mega trends for the digital workplace - FINAL.pdf
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINESBIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
BIG DEVELOPMENTS IN LESOTHO(DAMS & MINES
 
Using AI to boost productivity for developers
Using AI to boost productivity for developersUsing AI to boost productivity for developers
Using AI to boost productivity for developers
 
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptxBEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
BEAUTIFUL PLACES TO VISIT IN LESOTHO.pptx
 

Ontologies dynamic networks of formally represented meaning1

  • 1. STI INNSBRUCK ONTOLOGIES: DYNAMIC NETWORKS OF FORMALLY REPRESENTED MEANING Dieter Fensel STI Innsbruck, University of Innsbruck, Technikerstraße 21a, 6020 Innsbruck, Austria firstname.lastname@sti2.at SEMANTIC TECHNOLOGY INSTITUTE INNSBRUCK STI INNSBRUCK Technikerstraße 21a A - 6020 Innsbruck Austria http://www.sti-innsbruck.at
  • 2. 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.30 1.31 1.32 1.33 1.34 1.35 1.36 1.37 1.38 1.39 1.40 1.41 1.42 1.43 1.44 Ontologies: Dynamic Networks of Formally Represented Meaning Dieter Fensel Vrije Universiteit Amsterdam, De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands, phone/fax: +31-(0)84-872 27 22, dieter@cs.vu.nl, http://www.cs.vu.nl/~dieter. Abstract. The computer was invented as a device for computation. Meanwhile the “computer” becomes a portal to cyberspace. It has become an entry point to a world-wide network of information exchange and business transactions. Therefore, technology that supports access to unstructured, heterogeneous and distributed information and knowledge sources will become as essential as programming languages were in the 60’s and 70’s. In this essay, we examine some of the essential requirements for such a technology. 1 Ontologies: Formal and Real, based on Consensus The World-Wide Web (WWW) has drastically changed the availability of electronically available information. Currently there are around one billion documents in the WWW which are used by more than 300 million users internationally. In addition, this number is growing fast. However, this success and exponential grow makes it increasingly difficult to find, to access, to present, and to maintain the information of use to a wide variety of users. Currently, pages on the web must use representation means rooted in format languages such as HTML or SGML and make use of protocols that allow browser to present information to human readers. The information content, however, is mainly presented by natural language. Thus, there is a wide gap between the information available for tools that try to address the problems above and the information kept in human readable form. The current state of Web technology generates serious obstacles to its further growth. The technology's simplicity already caused bottlenecks that hinder searching, extracting, maintaining, and generating information (cf. [Fensel et al., 2000]). Computers are only used as devices that post and render information, but they do not have access to the actual content. Thus, they can only offer limited support in accessing and processing this information.1 So, the main burden not only of accessing and processing information but also of extracting and interpreting it is on the human user.
  • 3. 2 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.10 2.11 2.12 2.13 2.14 2.15 2.16 2.17 2.18 2.19 2.20 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30 2.31 2.32 2.33 2.34 2.35 2.36 2.37 2.38 2.39 2.40 2.41 2.42 2.43 2.44 Tim Berners-Lee envisioned a Semantic Web (cf. [Berners-Lee et al., 2001], [Fensel et al., to appear (b)]) that provides automated information access based on machine- processable semantics of data and heuristics that use these meta data. The explicit representation of the semantics of data, accompanied with domain theories (that is, ontologies), will enable a Web that provides a qualitatively new level of service. It will weave together an incredibly large network of human knowledge and will complement it with machine processability. Various automated services will help the user achieve goals by accessing and providing information in a machine-understandable form. This process might ultimately create an extremely knowledgeable systems with various specialized reasoning services-systems that can support us in nearly all aspects of our life and that will become as necessary to us as access to electric power. Ontologies (cf. [Fensel, 2001]) are key enabling technology for the semantic web. They need to interweave human understanding of symbols with their machine processability. Therefore, it seems highly justified to take a closer look on the nature of Ontologies and on whether and how they can actually provide such a service. Ontologies were developed in Artificial Intelligence to facilitate knowledge sharing and reuse. Since the beginning of the nineties Ontologies have become a popular research topic investigated by several Artificial Intelligence research communities, including Knowledge Engineering, natural- language processing and knowledge representation. More recently, the notion of Ontology is also becoming widespread in fields such as intelligent information integration, cooperative information systems, information retrieval, electronic commerce, and knowledge management. The reason ontologies are becoming so popular is in large part due to what they promise: a shared and common understanding of a domain that can be communicated between people and application systems. Because Ontologies aim at consensual domain knowledge their development requires a cooperative process. Ontologies are introduced to facilitate knowledge sharing and reuse between various agent, no matter whether they are of human or artificial nature. They should provide this service by providing a consensual and formal conceptualizations of a certain area. Spoken in a nutshell, Ontologies are formal and consensual specifications of conceptualizations providing a shared and common understanding of a domain that can be communicated across people and application systems. Therefore, Ontologies glue together two essential aspects that help to bring the web to its full potential: • Ontologies define a formal semantics for information allowing information processing by a computer. • Ontologies define a real-world semantics allowing to link machine processable content with meaning for humans based on consensual terminologies. These two orthogonal aspects will be discussed during the following, however, our main focus is devoted to the second aspect. 1. It is like using a telephone mainly for decorating a living room.
  • 4. 3 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23 3.24 3.25 3.26 3.27 3.28 3.29 3.30 3.31 3.32 3.33 3.34 3.35 3.36 3.37 3.38 3.39 3.40 3.41 3.42 3.43 3.44 2 Ontologies define formal semantics Ontologies provide formal semantics enabling machine-processable semantics of information. This aspect is already well-understood and several language proposals have been made (see [Fensel, 2001] and [Fensel et al., 2001]). Formal semantics is achieved by a layered language architecture. At the lowest level, XML2 provides a serialized syntax for tree structures. RDF3 defines a basic data model on top of XML consisting of (object, property, value)-triples. RDF schema (RDFS)4 defines basic ontology primitives in RDF: classes with is-a and instance-of relationships, and properties with is-a relationships and domain and range restrictions. OIL5 extends RDFS to provide a full-fledged web-based ontology language. One of the central design ideas of OIL is its onion model (see Figure 1). There will never be one language meeting all man purposes. OILs onion model reflects this need. Languages of different complexity are provided allowing applications to select the degree of complexity they require. One of its dialects called DAML+OIL6 reflects a broad European and (US) American consensus on modeling primitives for the semantic web and is departure point for standardization by the W3C7 . 3 Ontologies define real-world semantics This aspect is still far from being studied properly. In this essay, we will focus on it, i.e., on how can Ontologies be used to communicate real-world semantics between human 2. http://www.w3.org/XML/ 3. http://www.w3.org/RDF/ 4. http://www.w3.org/TR/2000/CR-rdf-schema-20000327/ 5. http://www.ontoknowledge.org/oil 6. http://www.daml.org 7. http://www.w3c.org Fig 1. The onion model to control complexity.
  • 5. 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 4.10 4.11 4.12 4.13 4.14 4.15 4.16 4.17 4.18 4.19 4.20 4.21 4.22 4.23 4.24 4.25 4.26 4.27 4.28 4.29 4.30 4.31 4.32 4.33 4.34 4.35 4.36 4.37 4.38 4.39 4.40 4.41 4.42 4.43 4.44 and artificial agents. For understanding this potential, we have to bring in an important point on how to look at them. This point of view is required to bring Ontology technology to its full potential and also brings into mind that most of the work on Ontologies is partially miss-focussed, i.e., ignores the main problems in building and using them. Every first years philosophy student may have heart about the evils circle in trying to explain our ability of communication as a way to exchange meaning and to create understanding between human beings. On the one hand, people can only communicate and exchange meaning based on a common understanding of symbols and intensions. Therefore, a joined set of symbols and a consensual interpretation is the pre-request for communication. On the other hand, such a joined set of symbols and a consensual interpretation can only be established as a result of communication.8 Therefore, what is a result of successful communication is at the same time a pre-requisite for it. In consequence, its existence is required for explaining its existence. Our first years philosophy student may also have learned how to overcome such a paradoxical situation. There must be an underlying process that takes both sides as intermediate and repeatedly taken sub-steps relying on something that mediates between its extremes.9 Then successful communication and a joined set of understandings are just two sites of the same coin. The reader may found our arguments “too” philosophical. However, we want to undermine the principal difference between viewing ontologies as “true” models of the real world or steps in a process of organizing evolving consensus. Therefore, a brief argument on the cyclic nature of understanding and communication seems appropriate. Viewed from an abstract philosophical point of view it looks like a miracle that two humans are able to understand each other. Taken in the extreme we cannot even be sure about our mutual existence. Since Descartes we take the fact that we are aware of our own thinking as proof of our own existence.10 However, we make notice of the existence of other agents via our perception and it is their existence in our perception and not their actual existence that follows from it.11 Again we have to make the doubtful deduction that their existence in our perception reflects their actual behavior and existence. Even taking this assumption to be grounded we are still far away from explaining on how meaning can be exchanged between such brittle agents. Meaning and intention cannot be exchanged directly. Neither can it be expressed directly nor can we access the actual meaning that is perceived and understood by our counter part. We can only express our intension by some action that influences the perception of our counter part. And we can only guess what this is supposed to mean to him by analyzing his behavior as much as it is reflected in our perception.12 In consequence, establishing meaning and communication (to exchange 8. At least as long as this interpretation is not hard-coded via instincts. 9. Cf. G. W. F. Hegel: Wissenschaft der Logik. 10. Already this conclusion could be viewed as being doubtful, however, its discussion would leave the scope of this paper. 11. See for example I. Kant: Critik der reinen Vernunft. 12. In principle, it is not even important whether another agent actually thinks. He “understands” our communicative acts properly if it is properly contained in the way he cooperates with us.
  • 6. 5 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 5.10 5.11 5.12 5.13 5.14 5.15 5.16 5.17 5.18 5.19 5.20 5.21 5.22 5.23 5.24 5.25 5.26 5.27 5.28 5.29 5.30 5.31 5.32 5.33 5.34 5.35 5.36 5.37 5.38 5.39 5.40 5.41 5.42 5.43 5.44 meaning) is per definition a process. People can only establish joined meaning and communicate it to each other in a process where they co-ordinate some of their actions to achieve common goals. Therefore, from the early beginning13 it can only be a social process that creates a joined understanding that is the basis for exchanging meaning with communicative symbols. Following this argument it is also rather clear that there will be neither such a thing as THE Ontology where everybody subscribes to. Instead, ontologies arise as pre-requisite and result of cooperation in certain areas reflecting task, domain, and sociological boundaries. In the same way as the web weaves billions of people together to support them in their information needs, Ontologies can only be thought as a network of interweaved Ontologies. This network of Ontologies may have overlapping and excluding pieces, and it must be as dynamic in nature as the dynamics of the process it underlies. This view on Ontologies as dynamic networks of formally represented meaning is what we want to stress in the essay. Most work on Ontologies view Ontologies as a isolated theory containing possible large number of concepts, relationships, and constraints that further detach formal semantics to them. Here we take a much broader view on Ontologies. Basically, there are two main dimensions in which these mediators of communication differ from current work on Ontologies: Ontologies must have a network architecture and Ontologies must be dynamic. 3.1 Heterogeneity in Space: Ontology as Networks of Meaning Island of meaning must be interwoven to form more complex structures enabling exchange of information beyond domain, task, and sociological boundaries. This implies two efforts. Tool support must be provided to define local domain models that express a commitment of a group of agents that share a certain domain and task and that can agree on a joined world view for this purpose. Here much work has already been spent and significant methodological support is available (see [Fensel et al., to appear (a)] for a survey). Second, these local models must be interwoven with other models like the social practice of the agents that use Ontologies to facilitate their communicational needs. Here not much work has been spent. We do no longer talk about a single Ontology but rather about a network of Ontologies. Links must be defined between these Ontologies and this network must allow overlapping Ontologies with conflicting and even contradictionary conceptualizations. From the early beginning heterogeneity is an essential requirement for this Ontology network. Means to deal with conflicting definitions and strong support in interweaving local theories are essential requirements for making this technology workable and scalable. Take a Peer-to-Peer (P2P) network like Gnutella as an example (cf. [Oram, 2001]). Agents can dynamically enter and leave the network. Agents can communicate with a 13. Both, in a historical and in a logical sense.
  • 7. 6 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 6.10 6.11 6.12 6.13 6.14 6.15 6.16 6.17 6.18 6.19 6.20 6.21 6.22 6.23 6.24 6.25 6.26 6.27 6.28 6.29 6.30 6.31 6.32 6.33 6.34 6.35 6.36 6.37 6.38 6.39 6.40 6.41 6.42 6.43 6.44 local environment of other agents. This network is dynamically set up and collapsed according to the joined needs of a group of agents. Current work on Ontologies that focuses either on local domain theories or on principles, structures, and content of the right upper-layer Ontology are far way from supporting such a vision. What is needed is focus on: • linking local conceptualizations dealing with heterogen definitions and personalized views, • support in easy configuration and re-configuration of such networks according to the communication needs of agent coalitions, and • methods and tools that help agents in organizing consensus allowing them to exchange meaning. Ontologies ensure communication between various agents. They are “right” if they fulfill this purpose. 3.2 Development in time: Living Ontologies Originally, an Ontology should reflect the “truth” of a certain aspect of reality. It was the holy task of a philosopher to find such truth. Nowadays Ontologies are used as means to exchange meaning between different agents. They can only provide this if they reflect an inter-subjectual consensus. Per definition they can only be the result of a social process. This gives ontologies a dual status for the exchange of meaning. • Ontologies as pre-requisite for consensus: Agents can only exchange meaning when they have already agreed on a joined body of meaning reflecting a consensual point of view on the world. • Ontologies as a result of consensus: Ontologies as consensual models of meaning can only arise as result of a process where agents agree on a certain world model and its interpretation. In consequence, ontologies are as much a pre-requisite of consensus and information sharing as they are its results. Therefore, ontologies cannot be understood as a static model. An ontology is as much required for the exchange of meaning as the exchange of meaning may influence and modify an ontology. In consequence, evolving ontologies rather describe a process than a static model. Having protocols for the process of evolving ontologies is the real challenge. Evolving over time is an essential requirement for useful ontologies. As the daily practice constantly changes, Ontologies that mediate the information needs of these processes must have strong support in versioning and must be accompanied by process models that help to organize consensus. Centralized process models have standardization bodies as central clearing unit. This central unit may soon become a bottleneck for the scalability of the entire process. Often
  • 8. 7 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 7.9 7.10 7.11 7.12 7.13 7.14 7.15 7.16 7.17 7.18 7.19 7.20 7.21 7.22 7.23 7.24 7.25 7.26 7.27 7.28 7.29 7.30 7.31 7.32 7.33 7.34 7.35 7.36 7.37 7.38 7.39 7.40 7.41 7.42 7.43 7.44 such standardization works slow and lead to mongrelized results. Decentralized process models for consensus achievement can be based on the natural consensus of working networks. Therefore, they can reflect true, proven useful, and broadly used consensus. In this context, one may want to take a look at P2P, where networks arise and are configured dynamically according to joined interests of loosely coupled groups. 4 Conclusions Ontologies help to establish consensual terminologies that make sense to both sites. Computers are able to process information based on their machine-processable semantics. Humans are able to make sense of this information based on their connection to real-world semantics. Building up such ontologies that are pre-requisite and result of joined understanding of large user groups is far from being trivial. A model or “protocol” for driving the network that maintains the process of evolving Ontologies is the real challenge for making the semantic web reality. Most work on Ontologies view ontologies as a isolated theory containing possible large number of concepts, relationships, and constraints that further detach formal semantics to them. In the paper we took a much broader view on ontologies. We view Ontologies as highly interwoven networks allowing to deal with heterogenic needs of the communication processes that should mediated by them. Second, these ontologies must shift over time as the processes they mediate based on consensual representation of meaning. It is the network and dynamic character of Ontologies that make further research work on them so exiting. The glue, that link together Ontology networks in space and time, is the actual challenge on current work on ontologies. It is the glue, stupid! References [Berners-Lee et al., 2001] T. Berners-Lee, J. Hendler, and O. Lassila: The Semantic Web, Scientific American, May 2001. [Fensel, 2001] D. Fensel: Ontologies: Silver Bullet for Knowledge Management and Electronic Commerce, Springer-Verlag, Berlin, 2001. [Fensel et al., 2000] D. Fensel, F. van Harmelen, H. Akkermans, M. Klein, J. Broekstra, C. Fluyt, J. van der Meer, H.-P. Schnurr, R. Studer, J. Davies, J. Hughes, U. Krohn, R. Engels, B. Bremdahl, F. Ygge, U. Reimer, and I. Horrocks: OnToKnowledge: Ontology-based Tools for Knowledge Management. In Proceedings of the eBusiness and eWork 2000 (EMMSEC 2000) Conference,
  • 9. 8 8.1 8.2 8.3 8.4 8.5 8.6 8.7 8.8 8.9 8.10 8.11 8.12 8.13 8.14 8.15 8.16 8.17 8.18 8.19 8.20 8.21 8.22 8.23 8.24 8.25 8.26 8.27 8.28 8.29 8.30 8.31 8.32 8.33 8.34 8.35 8.36 8.37 8.38 8.39 8.40 8.41 8.42 8.43 8.44 Madrid, Spain, October 2000. [Fensel et al., 2001] D. Fensel, I. Horrocks, F. van Harmelen, D. McGuiness, and P. Patel-Schneider: OIL: Ontology Infrastructure to Enable the Semantic Web, IEEE Intelligent Systems, March/April 2001. [Fensel et al., to appear (a)] D. Fensel, J. Hendler, H. Lieberman, and W. Wahlster: The Semantic Web: Why, What, and How. In [Fensel et al., to appear (b)]. [Fensel et al., to appear (b)] D. Fensel, J. Hendler, H. Lieberman, and W. Wahlster (eds.): Semantic Web Technology, MIT Press, Boston, to appear. [Oram, 2001] A. Oram (eds.): Peer-to-Peer: Harnessing the Benefits of a Disruptive Technology, O´Reilly, Sebastobol, 2001.