Вы находитесь на странице: 1из 6

February 10, 2008 1 

Semantic Web

SEMANTIC WEB
UNFOLDIND THE UNDERLYING TECHNOLOGY

Gaurav Saraf,
F.E., VIIT, Pune.
(+91) 9422500228
gpsaraf@gmail.com

ABSTRACT “read” by humans while they are


“displayed” by computers. We then find

T he everyday Web has experienced


changing trends since it was
introduced. We sometimes refer to
the current phase of the web as Web 2.0
enriched by community fostered
pattern in this data and correlate (or
unrelated) it with some other set of data,
and this process has its limits being
performed almost manually. Today, with
classification and exploitation of HTML and a tool to render it (say, a Web
information. As technology advances a browser or some other user agent), one
step further, common and open modeling can create and present a page that lists
of data forms the basis of a new web; the items for sale. The HTML of this catalog
“Semantic Web.” This simple but radical page can make simple, document-level
idea is materialized by importing the assertions such as "this document's title is
principles of knowledge representation 'LookPretty' Superstore". But there is no
from Artificial Intelligence. This paper is capability within the HTML itself to
an attempt to unfold the technologies that assert unambiguously that, for example,
play their indigenous role in the Semantic item number N802 is a Studio16 Face
Layer that would silently position behind Wash with a retail price of 70 INR, or that
the current web as an extension, yet it is a cosmetic product. Rather, HTML
producing unpredictable changes in our can only say that the span of text "N802"
interaction with the world. The Semantic is something that should be “positioned”
Web offers a range of application areas, near "Studio16 Face Wash" and "70
intelligent automation and real-time INR", etc. There is no way to say "this is
scientific publishing being a few. (This a catalog" or even to establish that
futuristic face of the web has been widely "Studio16 Face Wash" is a kind of title or
referred by the phrase Web 3.0) I also that "70 INR" is a price. There is also no
explain here the hurdles that still keep the way to express that these pieces of
Semantic Web in research labs, which are information are bound together in
however almost at their solution. describing a discrete item, distinct from
other items perhaps listed on the page.
KEY WORDS

Semantics, Artificial Intelligence, Web The “Semantic Web” introduces a whole


3.0, Semantic Search, Semantic new spectrum of possibilities in this
Publishing, RDF, Web Ontologies. context by adding an “additional layer” of
data definitions and relationships behind
(I) INTRODUCTION these documents. The vision of the
We may describe the World Wide Web Semantic Web is to extend the principle
(as we see it today) to be a global set of of the Web from documents to data.[1]
inter-linked documents. We refer to these This extension will allow fulfilling more
documents as WebPages and we may of the Web’s potential, in that it will
have multimedia components interspersed allow data to be shared effectively by
into them. These documents can be wider communities, and to be processed
February 10, 2008 2 
Semantic Web

automatically by tools as well as b) To facilitate the use of this sea of data


manually. The Semantic Web facilitates by intelligent software agents
deployment of machine power in this collaborating with each other and with
correlation and usage of data. At its core, their users. 
the Semantic Web is comprised of a c) To introduce “interoperability” in
philosophy, a set of design principles, and these relationships also in a way in
a variety of enabling technologies such as which they can be used in more than
the Resource Description Framework one context. 
(RDF), a variety of data interchange
formats, notations and the Web Ontology (III) BUILDING BLOCKS
Language (OWL). [2] The Semantic Web is knitted with a set of
In the next section the underlying fundamental building blocks. The
philosophy of the Semantic Web is following are the technologies developed
explained. Section (III) elaborates the that help achieve the above stated goals:
technologies that make it a reality (RDF, a) RESOURCE DESCRIPTION FRAMEWORK (RDF)
OWL, etc.) This is followed by the AND RDF/XML
applications offered by the Semantic Web
RDF has evolved as a general method of
and a few problems that it faces.
modeling information, through a variety
(II) THE SEMANTIC PHILOSOPHY of syntax formats. It provides a
specification to define and describe the
The Semantic Web is a “web of inter-
relations among data (i.e., resources) on
related data” (compare this to the phrase,
the Web. This is not unlike the usage of
“web of inter-connected documents”). It
hyperlinks on the current Web that
is an extension to the current World Wide
connect the current page with another
Web in which web content can be
one: the hyperlinks define a relationship
expressed not only in natural language,
between the current page and the target.
but also in a format that can be
One major difference is that, on the
“understood” and “used” by automated
Semantic Web, such relationships can be
tools (often called as intelligent agents),
established between any two resources,
thus permitting people and machines to
there is no notion of “current” page.
find, share and integrate information more
Another major difference is that the
easily. The following occurrences would
relationship (i.e., the link) itself is named,
help us better comprehend the idea: The
whereas the link used by a human on the
word “semantic” in a general context
(traditional) Web is not and their role is
would be an adjective for something that
deduced by the human reader. The
makes natural sense, such that decisions
definition of those relations allow for a
can be exercised based upon this sense. In
better and automatic interchange of data.
a similar context of computing, “semantic
RDF, which is one of the fundamental
gap” is a phrase used for a distinguishing
building blocks of the Semantic Web,
character between the high-level
gives a formal definition for that
programming languages and the machine-
interchange. These resources are usually
level language.
addressed by a Uniform Resource
The “goals” of the Symantec Web can be Identifier (URI) which may or may not
summarized as follows: begin with http: and yet may or may not
be accessible via HTTP.
a) To structure the information over the
web as logically inter-related data. The relationships are expressed in a
(The formatting cues may be placed “subject-predicate-object” manner. The
and rendered separately)  subject of an RDF statement is a resource.
February 10, 2008 3 
Semantic Web

These RDF statements are written in However these vocabularies need to be


various serialization methods including provided with extensibility and
the XML syntax (denoted by RDF/XML) interoperability. OWL adds more
and the Notaion-3 format. vocabulary for describing properties and
classes: among others, relations between
Suppose we want to assert that the article classes (e.g. disjointness), cardinality (e.g.
http://en.wikipedia.org/wiki/India has its "exactly one"), equality, richer typing of
“title” as “India” and is published by properties, characteristics of properties
Wikipedia. In the Notation-3 format, we (e.g. symmetry), and enumerated classes.
would write,
c) SPARQL
<http://en.wikipedia.org/wiki/India>
<http://purl.org/dc/elements/1.1/title> The SPARQL is a protocol and query
language for semantic web data sources. 
"India"  
Its name is a recursive acronym that
<http://en.wikipedia.org/wiki/India> stands for “SPARQL Protocol and RDF
<http://purl.org/dc/elements/1.1/publisher> Query Language.” Compare this to the
Structured Query Language (SQL) that is
"Wikipedia"
popularly used in the traditional web.
In this example,
http://purl.org/dc/elements/1.1/title is a d) THE SERVER SIDE SEMANTICS
specific definition for the concept of a
The Servers of the Semantic Web would
title established by the Dublin Core
be servers which expose existing data
Metadata Initiative which is an example
systems using the RDF and SPARQL
of controlled vocabularies imparted to
standards. Many converters to RDF exist
RDF. This simple data can be utilized
from different applications. Relational
(along with many other sets of data) for
databases are an important source. The
performing a “semantic search” by
semantic web server components (if
intelligent agents in an attempt to say,
addressed in a loose language!) attach to
organize all information that Wikipedia
the existing system without affecting its
has on India!
operation.
Such relationships lead to the formation e) THE CLIENT SIDE SEMANTICS
of a “pseudo-graph” inter-connecting all
concerned data. This forms the idea To experience the Semantic Web, the user
behind Web Ontologies. would require nothing more than any of
today’s browsers. This is because the
b) XML SCHEMA, RDF SCHEMA AND THE WEB
ONTOLOGY LANGUAGE (OWL) concept of semantic web brings about a
complete change in the way information
The above stated data modeling has is presented, most of which happens
resources and relationship amongst these behind the scenes, not necessarily
resources that need to be defined and affecting the way information is
restricted. This is conveniently achieved displayed. It however ushers a new (and
by certain “Schemas.” XML Schema is a in fact unpredictable) user experience.
language for providing and restricting the
structure and content of elements However the Semantic Web does
contained within XML documents.  RDF facilitate the deployment of new
Schema is a vocabulary for describing “intelligent software agents” that can
properties and classes of RDF-based perform advanced and complex
resources, with semantics for generalized- automated tasks that can hardly be
hierarchies of such properties and classes.  imagined in the world of the traditional
web.
February 10, 2008 4 
Semantic Web

Also a range of web-based services (often phase is the challenge that it faces on
with agents of their own) to supply practical grounds. [3] These hurdles can be
information specifically to agents may summarized in two folds -
come into the arena (For example, a Trust
A) THE TOOLS PROBLEM
service that an agent could ask if some
online store has a history of poor service Most of the tools for building
or spamming). semantically-aware applications, or for
adding semantics to information are still
(IV) APPLICATION AREAS
in the research phase and were designed
The Semantic Web offers many real- for expert computer scientists who
world applications that arise from the specialize in knowledge representation,
direct impact it has on the World Wide artificial intelligence, and machine
Web. Real Time “Scientific Publishing” is learning.
being considered to be the most important
B) THE ONTOLOGY PROBLEM
area to benefit from “Semantic
Publishing”. This directly transforms There are still few widely used or
collaboration trends in Life Sciences and standardized ontologies. And getting
Health Care. Besides other areas expected people to agree on common ontologies is
to go through the wave are: not generally easy.  Furthermore, the
world is very complex and to adequately
• Ambient Intelligence
describe all the knowledge that comprises
• Semantic Search and Indexing what is thought of as "common sense"
• Cognitive Systems would require a very large ontology.

• Data Integration Efforts are at their full momentum at the


W3C and many research institutes to
• Multimedia Data Management
make the specifications behind Semantic
• Software Engineering Web easier to use and smoother to apply.
• Service-Oriented Computing These constrains are almost at the edge of
their solution.
• Machine Learning
The Semantic Web is passing through the
• eScience
same phase through which the early web
• Information Extraction went. When the “hypertext” was
• Grid Computing introduced it was a simple yet radical idea
that changed the way we lived. The idea
• Peer-to-Peer Systems behind Semantic Web is equally simple,
• eCommerce and perhaps, more radical.
• eGovernment (VI) CONCLUSION

• Bioinformatics Human Reasoning is a result of certain


relationships amongst objects, processes
• Digital Libraries
etc. that we have in our minds. The
These again are only imaginable at this Semantic Web can be said to perform
point of time as the Semantic Web waits similar reasoning based upon the
to realize its complete potential. relationships that we define in web data
through RDF. These relationships that we
(V) THE CONSTRAINS
have are also more or less common to
The obvious reason that keeps the many others in the society, which makes
Semantic Web still in its evolutionary our reasoning of practical sense to others.
February 10, 2008 5 
Semantic Web

Similarly a "common vocabulary of [2] “The Semantic Web” by Wikipedia, at


relationships" is established for http://en.wikipedia.org/wiki/semantic_web
interoperable use through Web
Ontologies. The OWL provides a way to [3] Ivan Herman (2007). “State of the
enhance this vocabulary. With these and Semantic Web - Semantic Days 2007”
many other basic principles, the Semantic [4] “The Semantic Web Revisited” by
Web, the web of data (in its rightful Nigel Shadbolt, Tim Berners-Lee and
sense), ushers amazing new ways in Wendy Hall, IEEE Intelligent Systems
which we would use the web. 21(3) pp. 96-101, May/June 2006 -
(VII) REFERANCES
http://eprints.ecs.soton.ac.uk/12614/01/Seman
tic_Web_Revisted.pdf
[1] Tim Berners-Lee, J. Hendler, and O.
Lassila, “The Semantic Web,” Scientific [5] FAQs- http://www.w3.org/2001/sw/SW-
American, May 2001, pp. 34–43 FAQ
http://www.sciam.com/article.cfm?id=the-
semantic-web
 

Figure  ‐ Understanding the Semantic Web Components (Gaurav Saraf) 
February 10, 2008 6 
Semantic Web

Figure  ‐ Emergence of the Semantic Search (by Radar Networks) 

Figure  ‐ Generations of the Web (by Radar Networks) 

Вам также может понравиться