SlideShare a Scribd company logo
1 of 7
Download to read offline
[Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907
DOI: 10.5281/zenodo.3595246
Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [22]
A REVIEW ON SEMANTIC WEB
Miss. Komal U. Dhulekar 1, Miss. Madhuri P. Devrankar 1
1
MCA-III, Department of Research and PG Studies in Science & Management, Vidyabharati
Mahavidyalaya, Amravati, India
Abstract:
Semantic web is a concept that enables better machine processing of information on the web,
by structuring documents written for the web in such a way that they become understandable
by machines. This can be used for creating more complex applications (intelligent browsers,
more advanced web agents), etc. Semantic modeling languages like the Resource Description
Framework (RDF) and topic maps employ XML syntax to achieve this objective. New tools
exploit cross domain vocabularies to automatically extract and relate the meta information in
a new context. Web Ontology languages like DAML+OIL extend RDF with richer modeling
primitives and a provide a technological basis to enable the Semantic Web. The logic
languages for Semantic Web are described (which build on the of RDF and ontology
languages). They, together with digital signatures, enable a web of trust, which will have levels
of trust for its resources and for the rights of access, and will enable generating proofs, for the
actions and resources on the web.
Keywords: Semantics; Artificial Intelligence; Web 3.0; Search; Semantic Publishing; RDF;
Web Ontologies.
Cite This Article: Miss. Komal U. Dhulekar, and Miss. Madhuri P. Devrankar. (2019). “A
REVIEW ON SEMANTIC WEB.” International Journal of Engineering Technologies and
Management Research, 6(12), 22-28. DOI: 10.5281/zenodo.3595246.
1. Introduction
Web was designed as an information space, with the goal that it should be useful not human-
human communication, but also that machines would be able to participate and help. One of the
major obstacles to this has been the fact. The that most information on the web is designed for
human consumption, and even if it was derived from a database with well-defined meanings for
its columns, that the structure of the data is not evident to a robot browsing the web. Humans are
capable of using the Web to carry out tasks such as finding the Finnish word for “car”, to reserve
a library book, or to search for the cheapest DVD and buy it. However, a computer cannot
accomplish the same tasks without human direction to be read by people, not machines.
The Semantic Web is a vision of information that is understandable by computers, so that they
can perform more of the tedious works involved in finding, sharing and combining information
on the web. For example, a computer might be instructed to list the prices of flat screen HDTVs
larger than 40 inches with 1080p resolution at shops in the nearest town that are open until 8pm
on Tuesday evenings. Today, this task requires search engines that are individually tailored to
[Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907
DOI: 10.5281/zenodo.3595246
Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [23]
every website being searched. The semantic web provides a common standard (RDF) for
websites to publish the relevant information in a more readily machine-processable and
integratable form.
1.1. What is Semantic Web?
The Semantic Web is an evolving extension of the World Wide Web in which the semantics of
information and services on the web to defined, making it possible for the web to understand and
satisfy the requests of people and machines to use the Web Content. It derives from W3C
director Tim Berner - Lee vision of the Web as a universal medium for data, information and
knowledge exchange.
1.2. WWW Vs Semantic Web
Current web contains a hypermedia, a digital library, a library of documents called (web pages)
interconnected by a hypermedia of links, a database, an application platform, a common portal to
applications accessible through web pages, and presenting their results as web pages, a platform
for multimedia, a naming scheme and Unique identity for those documents.
The World Wide Web is based mainly on documents written in Hyper Text Markup Language
(HTML), a markup convention that is used for coding a body of text interspersed with
multimedia objects such as image and interactive forms. The semantic web involves publishing
the data in a language, Resource Descriptive Framework (RDF) specifically for data, so that it
can be manipulated and combined just as can data files on a local computer. The HTML
language describes documents and the links between them. RDF, by contrast, describes arbitrary
things such as people, meetings, and airplane parts.
2. Components of Semantic Web
Several formats and language form the building blocks of the semantic web. Some of these
include Identifier (URI), Documents: Extensible Markup Language (XML), Statements:
Resource Description Framework (RDF), variety of data interchange formats (e.g. RDF/XML,
N3) and notations such as RDF Schemas (RDFS) and the Web Ontology Language (OWL), all
of which are intended to provide a formal description of concepts, terms and relationships within
a given knowledge domain, Logic, Proof and Trust.
Figure 1: The Semantic Web “layer cake” presented by Tim Berners-Lee at the XML 2000
conference.
[Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907
DOI: 10.5281/zenodo.3595246
Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [24]
2.1. Identifiers: Uniform Resources Locator (URI)
To identify items on the web, we use identifiers. Because we use a uniform system of identifiers,
and because each item identified is considered a “resource”, we call these identifiers “Uniform
Resource Identifiers” or URIs for short.
The URI is the foundation of the Web. While nearly every other part of the Web can be replaced,
the URI cannot: it holds the rest of the Web together. One familiar form of URI is the URL is an
address that lets you visit a web page, such as: http://www.w3org/Addressing/.
2.2. Documents: Extensible Markup Language (XML)
XML was designed to be a simple way to send documents across the Web. It allows anyone to
design their own document format and then write a document in that format. These document
formats can include markup to enhance the meaning of the documents content. This markup is
“machine-readable”, that is, programs can read and understand it. By including machine-readable
meaning in our documents, we make them much more powerful.
2.3. Statements: Resource Description Framework (RDF)
The most fundamental building block is Resource Description Framework (RDF), a format for
defining information on the web. RDF is a markup language for describing information and
resources on the web. Putting information and RDF files, makes it possible for computer
programs (“web spiders”) to search, discover, pick up, collect, analyse and process information
from the web. The Semantic Web uses RDF to describe web resources, RDF provides a model
for data, and a syntax so that independent parties can exchange and use it. It is designed to be
read and understood by computers. It is not designed for being displayed to people.
RDF triples can be written with XML tags, and they are represented graphically as shown below.
2.4. Schemas and ontologies: RDF Schemas, DAML+OIL, and WebOnt
A “schema” (plural “schemata”) is simply a document or piece of code that controls a set of
terms in another document or piece of code. It’s like a master checklist, or definition grammar.
[Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907
DOI: 10.5281/zenodo.3595246
Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [25]
RDF Schemas
First three most important concepts that RDF and RDF Schema give us are the “Resource”
(rdfs:Resource), the “Class” (rdfs:Class), and the “Property” (rdf:Property). These are all
“classes”, in that terms may belong to these classes
DAML+OIL
DAML is a language created by DARPA as
an ontology and inference language based upon RDF. DAML takes RDF Scheme a step further,
by giving us more in-depth properties and classes.
Inference
The principles of “inference” is quite a simple one: being able to derive new data from data that
already know. In a mathematical sense, querying is a form of inference (being able to infer some
search results from a mass of data).
2.5. Logic
For the Semantic Web to become expressive enough to help us in a wide range of situations, it
will become necessary to construct a powerful logical language for making inferences.
2.6. Proof
Once we begin to build systems that follow logic, it makes sense to use them to prove things.
People all around the world could write logic statements. Then your machine could follow these
Semantic “links” to construct proofs.
2.7. Trust: Digital Signature and Web of Trust
Now we can say that this whole plan is great, but rather useless if anyone can say anything. Who
would trust such as system? That’s where Digital Signature come in. Now it’s highly unlikely
that you’ll trust enough people to make use of most of the things on the web. That’s where the
“Web of Trust” comes in.
3. Projects
3.1. FOAF
A popular application of the semantic web is Friend of a Friend (or FOAF), which describes
relationships among people and other agents in terms of RDF. FOAF project is about creating a
Web of machine-readable homepage describing people, the links between them and the things
they create and do.
3.2. SIOC
The SIOC Project - Semantically-Interlinked Online Communities provides a vocabulary of
terms and relationships that model web data spaces. Examples of such data spaces include,
among others: discussion forums, weblogs, blogrolls / feed subscriptions, mailing lists, shared
bookmarks, image galleries.
[Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907
DOI: 10.5281/zenodo.3595246
Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [26]
3.3. SIMILE
Semantic Interoperability of Metadata and Information in un Like Environments Massachusetts
Institute of Technologies. SIMILE is a joint project, conducted by the MIT Libraries and MIT
CSALE which seeks to enhance interoperability among digital assets,
schemata/vocabularies/ontologies, meta data and services.
3.4. Linking Open Data
The Linking Open Data Project is a community lead effort to create lead openly accessible, and
interlinked, RDF Data on the Web. The data in question takes the form of RDF Data Sets drawn
from a broad collection of data sources.
4. Browsers
A semantic web Browser is a form of Web User Agent that expressly requests RDF data from
Web Servers using the best practise known as “Content Negotiation”. These tools provide a user
interface that enables data-link oriented navigation of RDF data by dereferencing the data links
(URIs) in the RDF Data Sets returned by Web Servers.
Example of semantic web browsers include: Tabulator, DISCO, Open Link DF Browser Onto
Wiki Browser Crowbar – SIMILE.
5. Application Areas
The Semantic web offers many real-world applications that arise from the direct from the direct
impact it has on the World Wide Web. Real Time “Scientific Publishing” is being considered to
be the most important area to benefit from “Semantic Publishing”. This directly transforms
collaboration trends in Life Sciences and Health Care. Besides other areas expected to go
through the wave are:
• Ambient Intelligence
• Semantic Search and Indexing
• Cognitive Systems
• Data Integration
• Multimedia Data Management
6. Agents and Services
I describe a vision of intelligent web agents using the analogy of travel agents - rather than doing
everything for a user, the agents would find possible ways to meet user needs, and offer the user
choices for their achievement. Much as a travel agent might give you a list of several flights you
could take or a choice of flying vs. taking a train, a web agent should offer a slate of possible
ways to get you what you need on the web.
[Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907
DOI: 10.5281/zenodo.3595246
Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [27]
Figure 2: A potential service class and its properties on the Semantic Web
7. Benefits of The Semantic Web
• Information is captured in a language agnostic format.
• A central repository for knowledge is created.
• More precise, relevant information is captured.
• Processes and procedures are mapped to data sources.
• One collective view of knowledge across enterprise application is created.
As a Result
• Point-to-point integration becomes obsolete.
• Application integration is easy and efficient.
• Superfluous data decreases.
• Knowledge across applications becomes consistent.
• Upgrades and maintenance are simplified.
8. Conclusion
Human Reasoning is a result of certain relationships amongst objects, processes etc. that we have
in our minds. The Semantic Web can be said to perform similar reasoning based upon the
relationships that we define in web data through RDF. These relationships that we have are also
more or less common to many others in the society, which makes our reasoning of practical
sense to others.
Similarly, a “common vocabulary of relationships” is established for interoperable use through
Web Ontologies. The OWL provides a way to enhance this vocabulary. With these and many
other basic principles, the Semantic Web, the web of data (in its rightful sense), users amazing
new ways in which we would use the web.
[Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907
DOI: 10.5281/zenodo.3595246
Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [28]
References
[1] Tim Berners-Lee, J. Hendler, and O. Lassila, “The Semantic Web”, Scientific American, May
2001, pp. 34-43 http://www.sciam.com/article.cfm?id=the-semantic-web
[2] “The Semantic Web” by Wikipedia, athttp://en.wikipedia.org/wiki/semantic_web
[3] “W3C Semantic Web Frequently Asked Questions”. W3C. http://www.w3.org/2001/sw/SW-
FAQ. Retrieved March 13, 2008.
[4] Lee Feigenbaum (May 1, 2007). “The Semantic Web in Action”. Scientific American.
http://www.thefigtrees.net/lee/sw/sciam/semantic-web-in-action. Retrieved February 24 , 2010.
[5] Victoria Shannon (June 26,2006). “A ‘more revolutionary’ Web”. International Herald Tribune.
http://www.iht.com/articles/2006/05/23/business/web.php. Retrieved May 24,2006.
[6] “Good Relations Project MainPage”. http://purl.org/goodrelations/.
[7] van Herman (2007). “State of the Semantic Web”. Semantic Days 2007.
http://www.w3.org/2007/Talks/0424-Stavanger-IH/Slides.pdf. Retrieved July 26, 2007.
[8] http://www.w3school.com/rdf
[9] http://www.w3.org/RDF/FAQ
[10] http://policywareweb.org
*Corresponding author.
E-mail address: komaldhulekar96@ gmail.com/ madhuridevrankar@ gmail.com

More Related Content

Similar to A REVIEW ON SEMANTIC WEB

Edu.03 assignment
Edu.03 assignment Edu.03 assignment
Edu.03 assignment LudiyaStanlySG
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Researchadameq
 
Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database  Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database dannyijwest
 
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...dannyijwest
 
Improving Your Web Services Thorough Semantic Web Techniques
Improving Your Web Services Thorough Semantic Web TechniquesImproving Your Web Services Thorough Semantic Web Techniques
Improving Your Web Services Thorough Semantic Web TechniquesGihan Wikramanayake
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic TechnolgyTalat Fakhri
 
Web Semantics Presentation
Web Semantics PresentationWeb Semantics Presentation
Web Semantics PresentationSSG Studios
 
Semantic web
Semantic webSemantic web
Semantic webTarun Dhiraj
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015Cason Snow
 
The Social Data Web
The Social Data WebThe Social Data Web
The Social Data WebGeorge Thomas
 
Semantic Web Nature
Semantic Web NatureSemantic Web Nature
Semantic Web NatureConstantin Stan
 
Discovering Resume Information using linked data  
Discovering Resume Information using linked data  Discovering Resume Information using linked data  
Discovering Resume Information using linked data  dannyijwest
 
Document Based Data Modeling Technique
Document Based Data Modeling TechniqueDocument Based Data Modeling Technique
Document Based Data Modeling TechniqueCarmen Sanborn
 
Semantic Technology. Origins and Modern Enterprise Use
Semantic Technology. Origins and Modern Enterprise UseSemantic Technology. Origins and Modern Enterprise Use
Semantic Technology. Origins and Modern Enterprise Usemyankova
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technologyStanley Wang
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In ActionCollabor8now Ltd
 

Similar to A REVIEW ON SEMANTIC WEB (20)

Edu.03 assignment
Edu.03 assignment Edu.03 assignment
Edu.03 assignment
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Research
 
Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database  Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database
 
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
 
Improving Your Web Services Thorough Semantic Web Techniques
Improving Your Web Services Thorough Semantic Web TechniquesImproving Your Web Services Thorough Semantic Web Techniques
Improving Your Web Services Thorough Semantic Web Techniques
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic Technolgy
 
Web Semantics Presentation
Web Semantics PresentationWeb Semantics Presentation
Web Semantics Presentation
 
Semantic web
Semantic webSemantic web
Semantic web
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 
Semantic web
Semantic webSemantic web
Semantic web
 
Gt ea2009
Gt ea2009Gt ea2009
Gt ea2009
 
The Social Data Web
The Social Data WebThe Social Data Web
The Social Data Web
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
Semantic Web Nature
Semantic Web NatureSemantic Web Nature
Semantic Web Nature
 
1
11
1
 
Discovering Resume Information using linked data  
Discovering Resume Information using linked data  Discovering Resume Information using linked data  
Discovering Resume Information using linked data  
 
Document Based Data Modeling Technique
Document Based Data Modeling TechniqueDocument Based Data Modeling Technique
Document Based Data Modeling Technique
 
Semantic Technology. Origins and Modern Enterprise Use
Semantic Technology. Origins and Modern Enterprise UseSemantic Technology. Origins and Modern Enterprise Use
Semantic Technology. Origins and Modern Enterprise Use
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technology
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In Action
 

More from Amy Roman

The Best Way To Buy Custom Essay By B
The Best Way To Buy Custom Essay By BThe Best Way To Buy Custom Essay By B
The Best Way To Buy Custom Essay By BAmy Roman
 
Hand Writing In Notebook Made From Recycled Paper Stock Photo - Image
Hand Writing In Notebook Made From Recycled Paper Stock Photo - ImageHand Writing In Notebook Made From Recycled Paper Stock Photo - Image
Hand Writing In Notebook Made From Recycled Paper Stock Photo - ImageAmy Roman
 
FREE Dear Santa Writing Paper For Preschool, Pre-K,
FREE Dear Santa Writing Paper For Preschool, Pre-K,FREE Dear Santa Writing Paper For Preschool, Pre-K,
FREE Dear Santa Writing Paper For Preschool, Pre-K,Amy Roman
 
Graffiti Speed Drawing Name Art - AMANDA Name Art, Graffiti, Graffiti
Graffiti Speed Drawing Name Art - AMANDA Name Art, Graffiti, GraffitiGraffiti Speed Drawing Name Art - AMANDA Name Art, Graffiti, Graffiti
Graffiti Speed Drawing Name Art - AMANDA Name Art, Graffiti, GraffitiAmy Roman
 
Research Paper Writing Service - Assignment Essays
Research Paper Writing Service - Assignment EssaysResearch Paper Writing Service - Assignment Essays
Research Paper Writing Service - Assignment EssaysAmy Roman
 
🏷️ How To Start A Conclusion Examples. How To Write A Good C.pdf
🏷️ How To Start A Conclusion Examples. How To Write A Good C.pdf🏷️ How To Start A Conclusion Examples. How To Write A Good C.pdf
🏷️ How To Start A Conclusion Examples. How To Write A Good C.pdfAmy Roman
 
How To Write The Princeton University Essays 2017
How To Write The Princeton University Essays 2017How To Write The Princeton University Essays 2017
How To Write The Princeton University Essays 2017Amy Roman
 
Before You Hand In That Essay Checklist
Before You Hand In That Essay ChecklistBefore You Hand In That Essay Checklist
Before You Hand In That Essay ChecklistAmy Roman
 
Write Esse Interview Essay Outline
Write Esse Interview Essay OutlineWrite Esse Interview Essay Outline
Write Esse Interview Essay OutlineAmy Roman
 
Get Literary Analysis Essay Examples Full -
Get Literary Analysis Essay Examples Full -Get Literary Analysis Essay Examples Full -
Get Literary Analysis Essay Examples Full -Amy Roman
 
Printable Thanksgiving Writing Paper Templates
Printable Thanksgiving Writing Paper TemplatesPrintable Thanksgiving Writing Paper Templates
Printable Thanksgiving Writing Paper TemplatesAmy Roman
 
Opinion Essay Bullying Sketsa
Opinion Essay Bullying SketsaOpinion Essay Bullying Sketsa
Opinion Essay Bullying SketsaAmy Roman
 
GCSE English Language Paper 1 Question 4 Gcse
GCSE English Language Paper 1 Question 4 GcseGCSE English Language Paper 1 Question 4 Gcse
GCSE English Language Paper 1 Question 4 GcseAmy Roman
 
65 Creative And Fun 7Th Grade Writing Prompts 7Th Grad
65 Creative And Fun 7Th Grade Writing Prompts 7Th Grad65 Creative And Fun 7Th Grade Writing Prompts 7Th Grad
65 Creative And Fun 7Th Grade Writing Prompts 7Th GradAmy Roman
 
Trics On How To Write A Non-Plagiarized Essay BESTWritingHE
Trics On How To Write A Non-Plagiarized Essay BESTWritingHETrics On How To Write A Non-Plagiarized Essay BESTWritingHE
Trics On How To Write A Non-Plagiarized Essay BESTWritingHEAmy Roman
 
PPT - Keys To Writing A Good Discussion PowerPoint Presentation, Free
PPT - Keys To Writing A Good Discussion PowerPoint Presentation, FreePPT - Keys To Writing A Good Discussion PowerPoint Presentation, Free
PPT - Keys To Writing A Good Discussion PowerPoint Presentation, FreeAmy Roman
 
Writing Pencil On Image Photo (Free Trial) Bigstock
Writing Pencil On Image Photo (Free Trial) BigstockWriting Pencil On Image Photo (Free Trial) Bigstock
Writing Pencil On Image Photo (Free Trial) BigstockAmy Roman
 
3 Steps To Writing A Powerful Introduction Paragraph - Riset
3 Steps To Writing A Powerful Introduction Paragraph - Riset3 Steps To Writing A Powerful Introduction Paragraph - Riset
3 Steps To Writing A Powerful Introduction Paragraph - RisetAmy Roman
 
Essay Writing Components -
Essay Writing Components -Essay Writing Components -
Essay Writing Components -Amy Roman
 
Rainbow Fish Writing Paper By Sailing Through The Co
Rainbow Fish Writing Paper By Sailing Through The CoRainbow Fish Writing Paper By Sailing Through The Co
Rainbow Fish Writing Paper By Sailing Through The CoAmy Roman
 

More from Amy Roman (20)

The Best Way To Buy Custom Essay By B
The Best Way To Buy Custom Essay By BThe Best Way To Buy Custom Essay By B
The Best Way To Buy Custom Essay By B
 
Hand Writing In Notebook Made From Recycled Paper Stock Photo - Image
Hand Writing In Notebook Made From Recycled Paper Stock Photo - ImageHand Writing In Notebook Made From Recycled Paper Stock Photo - Image
Hand Writing In Notebook Made From Recycled Paper Stock Photo - Image
 
FREE Dear Santa Writing Paper For Preschool, Pre-K,
FREE Dear Santa Writing Paper For Preschool, Pre-K,FREE Dear Santa Writing Paper For Preschool, Pre-K,
FREE Dear Santa Writing Paper For Preschool, Pre-K,
 
Graffiti Speed Drawing Name Art - AMANDA Name Art, Graffiti, Graffiti
Graffiti Speed Drawing Name Art - AMANDA Name Art, Graffiti, GraffitiGraffiti Speed Drawing Name Art - AMANDA Name Art, Graffiti, Graffiti
Graffiti Speed Drawing Name Art - AMANDA Name Art, Graffiti, Graffiti
 
Research Paper Writing Service - Assignment Essays
Research Paper Writing Service - Assignment EssaysResearch Paper Writing Service - Assignment Essays
Research Paper Writing Service - Assignment Essays
 
🏷️ How To Start A Conclusion Examples. How To Write A Good C.pdf
🏷️ How To Start A Conclusion Examples. How To Write A Good C.pdf🏷️ How To Start A Conclusion Examples. How To Write A Good C.pdf
🏷️ How To Start A Conclusion Examples. How To Write A Good C.pdf
 
How To Write The Princeton University Essays 2017
How To Write The Princeton University Essays 2017How To Write The Princeton University Essays 2017
How To Write The Princeton University Essays 2017
 
Before You Hand In That Essay Checklist
Before You Hand In That Essay ChecklistBefore You Hand In That Essay Checklist
Before You Hand In That Essay Checklist
 
Write Esse Interview Essay Outline
Write Esse Interview Essay OutlineWrite Esse Interview Essay Outline
Write Esse Interview Essay Outline
 
Get Literary Analysis Essay Examples Full -
Get Literary Analysis Essay Examples Full -Get Literary Analysis Essay Examples Full -
Get Literary Analysis Essay Examples Full -
 
Printable Thanksgiving Writing Paper Templates
Printable Thanksgiving Writing Paper TemplatesPrintable Thanksgiving Writing Paper Templates
Printable Thanksgiving Writing Paper Templates
 
Opinion Essay Bullying Sketsa
Opinion Essay Bullying SketsaOpinion Essay Bullying Sketsa
Opinion Essay Bullying Sketsa
 
GCSE English Language Paper 1 Question 4 Gcse
GCSE English Language Paper 1 Question 4 GcseGCSE English Language Paper 1 Question 4 Gcse
GCSE English Language Paper 1 Question 4 Gcse
 
65 Creative And Fun 7Th Grade Writing Prompts 7Th Grad
65 Creative And Fun 7Th Grade Writing Prompts 7Th Grad65 Creative And Fun 7Th Grade Writing Prompts 7Th Grad
65 Creative And Fun 7Th Grade Writing Prompts 7Th Grad
 
Trics On How To Write A Non-Plagiarized Essay BESTWritingHE
Trics On How To Write A Non-Plagiarized Essay BESTWritingHETrics On How To Write A Non-Plagiarized Essay BESTWritingHE
Trics On How To Write A Non-Plagiarized Essay BESTWritingHE
 
PPT - Keys To Writing A Good Discussion PowerPoint Presentation, Free
PPT - Keys To Writing A Good Discussion PowerPoint Presentation, FreePPT - Keys To Writing A Good Discussion PowerPoint Presentation, Free
PPT - Keys To Writing A Good Discussion PowerPoint Presentation, Free
 
Writing Pencil On Image Photo (Free Trial) Bigstock
Writing Pencil On Image Photo (Free Trial) BigstockWriting Pencil On Image Photo (Free Trial) Bigstock
Writing Pencil On Image Photo (Free Trial) Bigstock
 
3 Steps To Writing A Powerful Introduction Paragraph - Riset
3 Steps To Writing A Powerful Introduction Paragraph - Riset3 Steps To Writing A Powerful Introduction Paragraph - Riset
3 Steps To Writing A Powerful Introduction Paragraph - Riset
 
Essay Writing Components -
Essay Writing Components -Essay Writing Components -
Essay Writing Components -
 
Rainbow Fish Writing Paper By Sailing Through The Co
Rainbow Fish Writing Paper By Sailing Through The CoRainbow Fish Writing Paper By Sailing Through The Co
Rainbow Fish Writing Paper By Sailing Through The Co
 

Recently uploaded

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Celine George
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningMarc Dusseiller Dusjagr
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesSHIVANANDaRV
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonhttgc7rh9c
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...EADTU
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfPondicherry University
 

Recently uploaded (20)

Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food Additives
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lessonQUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
QUATER-1-PE-HEALTH-LC2- this is just a sample of unpacked lesson
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 

A REVIEW ON SEMANTIC WEB

  • 1. [Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907 DOI: 10.5281/zenodo.3595246 Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [22] A REVIEW ON SEMANTIC WEB Miss. Komal U. Dhulekar 1, Miss. Madhuri P. Devrankar 1 1 MCA-III, Department of Research and PG Studies in Science & Management, Vidyabharati Mahavidyalaya, Amravati, India Abstract: Semantic web is a concept that enables better machine processing of information on the web, by structuring documents written for the web in such a way that they become understandable by machines. This can be used for creating more complex applications (intelligent browsers, more advanced web agents), etc. Semantic modeling languages like the Resource Description Framework (RDF) and topic maps employ XML syntax to achieve this objective. New tools exploit cross domain vocabularies to automatically extract and relate the meta information in a new context. Web Ontology languages like DAML+OIL extend RDF with richer modeling primitives and a provide a technological basis to enable the Semantic Web. The logic languages for Semantic Web are described (which build on the of RDF and ontology languages). They, together with digital signatures, enable a web of trust, which will have levels of trust for its resources and for the rights of access, and will enable generating proofs, for the actions and resources on the web. Keywords: Semantics; Artificial Intelligence; Web 3.0; Search; Semantic Publishing; RDF; Web Ontologies. Cite This Article: Miss. Komal U. Dhulekar, and Miss. Madhuri P. Devrankar. (2019). “A REVIEW ON SEMANTIC WEB.” International Journal of Engineering Technologies and Management Research, 6(12), 22-28. DOI: 10.5281/zenodo.3595246. 1. Introduction Web was designed as an information space, with the goal that it should be useful not human- human communication, but also that machines would be able to participate and help. One of the major obstacles to this has been the fact. The that most information on the web is designed for human consumption, and even if it was derived from a database with well-defined meanings for its columns, that the structure of the data is not evident to a robot browsing the web. Humans are capable of using the Web to carry out tasks such as finding the Finnish word for “car”, to reserve a library book, or to search for the cheapest DVD and buy it. However, a computer cannot accomplish the same tasks without human direction to be read by people, not machines. The Semantic Web is a vision of information that is understandable by computers, so that they can perform more of the tedious works involved in finding, sharing and combining information on the web. For example, a computer might be instructed to list the prices of flat screen HDTVs larger than 40 inches with 1080p resolution at shops in the nearest town that are open until 8pm on Tuesday evenings. Today, this task requires search engines that are individually tailored to
  • 2. [Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907 DOI: 10.5281/zenodo.3595246 Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [23] every website being searched. The semantic web provides a common standard (RDF) for websites to publish the relevant information in a more readily machine-processable and integratable form. 1.1. What is Semantic Web? The Semantic Web is an evolving extension of the World Wide Web in which the semantics of information and services on the web to defined, making it possible for the web to understand and satisfy the requests of people and machines to use the Web Content. It derives from W3C director Tim Berner - Lee vision of the Web as a universal medium for data, information and knowledge exchange. 1.2. WWW Vs Semantic Web Current web contains a hypermedia, a digital library, a library of documents called (web pages) interconnected by a hypermedia of links, a database, an application platform, a common portal to applications accessible through web pages, and presenting their results as web pages, a platform for multimedia, a naming scheme and Unique identity for those documents. The World Wide Web is based mainly on documents written in Hyper Text Markup Language (HTML), a markup convention that is used for coding a body of text interspersed with multimedia objects such as image and interactive forms. The semantic web involves publishing the data in a language, Resource Descriptive Framework (RDF) specifically for data, so that it can be manipulated and combined just as can data files on a local computer. The HTML language describes documents and the links between them. RDF, by contrast, describes arbitrary things such as people, meetings, and airplane parts. 2. Components of Semantic Web Several formats and language form the building blocks of the semantic web. Some of these include Identifier (URI), Documents: Extensible Markup Language (XML), Statements: Resource Description Framework (RDF), variety of data interchange formats (e.g. RDF/XML, N3) and notations such as RDF Schemas (RDFS) and the Web Ontology Language (OWL), all of which are intended to provide a formal description of concepts, terms and relationships within a given knowledge domain, Logic, Proof and Trust. Figure 1: The Semantic Web “layer cake” presented by Tim Berners-Lee at the XML 2000 conference.
  • 3. [Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907 DOI: 10.5281/zenodo.3595246 Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [24] 2.1. Identifiers: Uniform Resources Locator (URI) To identify items on the web, we use identifiers. Because we use a uniform system of identifiers, and because each item identified is considered a “resource”, we call these identifiers “Uniform Resource Identifiers” or URIs for short. The URI is the foundation of the Web. While nearly every other part of the Web can be replaced, the URI cannot: it holds the rest of the Web together. One familiar form of URI is the URL is an address that lets you visit a web page, such as: http://www.w3org/Addressing/. 2.2. Documents: Extensible Markup Language (XML) XML was designed to be a simple way to send documents across the Web. It allows anyone to design their own document format and then write a document in that format. These document formats can include markup to enhance the meaning of the documents content. This markup is “machine-readable”, that is, programs can read and understand it. By including machine-readable meaning in our documents, we make them much more powerful. 2.3. Statements: Resource Description Framework (RDF) The most fundamental building block is Resource Description Framework (RDF), a format for defining information on the web. RDF is a markup language for describing information and resources on the web. Putting information and RDF files, makes it possible for computer programs (“web spiders”) to search, discover, pick up, collect, analyse and process information from the web. The Semantic Web uses RDF to describe web resources, RDF provides a model for data, and a syntax so that independent parties can exchange and use it. It is designed to be read and understood by computers. It is not designed for being displayed to people. RDF triples can be written with XML tags, and they are represented graphically as shown below. 2.4. Schemas and ontologies: RDF Schemas, DAML+OIL, and WebOnt A “schema” (plural “schemata”) is simply a document or piece of code that controls a set of terms in another document or piece of code. It’s like a master checklist, or definition grammar.
  • 4. [Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907 DOI: 10.5281/zenodo.3595246 Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [25] RDF Schemas First three most important concepts that RDF and RDF Schema give us are the “Resource” (rdfs:Resource), the “Class” (rdfs:Class), and the “Property” (rdf:Property). These are all “classes”, in that terms may belong to these classes DAML+OIL DAML is a language created by DARPA as an ontology and inference language based upon RDF. DAML takes RDF Scheme a step further, by giving us more in-depth properties and classes. Inference The principles of “inference” is quite a simple one: being able to derive new data from data that already know. In a mathematical sense, querying is a form of inference (being able to infer some search results from a mass of data). 2.5. Logic For the Semantic Web to become expressive enough to help us in a wide range of situations, it will become necessary to construct a powerful logical language for making inferences. 2.6. Proof Once we begin to build systems that follow logic, it makes sense to use them to prove things. People all around the world could write logic statements. Then your machine could follow these Semantic “links” to construct proofs. 2.7. Trust: Digital Signature and Web of Trust Now we can say that this whole plan is great, but rather useless if anyone can say anything. Who would trust such as system? That’s where Digital Signature come in. Now it’s highly unlikely that you’ll trust enough people to make use of most of the things on the web. That’s where the “Web of Trust” comes in. 3. Projects 3.1. FOAF A popular application of the semantic web is Friend of a Friend (or FOAF), which describes relationships among people and other agents in terms of RDF. FOAF project is about creating a Web of machine-readable homepage describing people, the links between them and the things they create and do. 3.2. SIOC The SIOC Project - Semantically-Interlinked Online Communities provides a vocabulary of terms and relationships that model web data spaces. Examples of such data spaces include, among others: discussion forums, weblogs, blogrolls / feed subscriptions, mailing lists, shared bookmarks, image galleries.
  • 5. [Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907 DOI: 10.5281/zenodo.3595246 Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [26] 3.3. SIMILE Semantic Interoperability of Metadata and Information in un Like Environments Massachusetts Institute of Technologies. SIMILE is a joint project, conducted by the MIT Libraries and MIT CSALE which seeks to enhance interoperability among digital assets, schemata/vocabularies/ontologies, meta data and services. 3.4. Linking Open Data The Linking Open Data Project is a community lead effort to create lead openly accessible, and interlinked, RDF Data on the Web. The data in question takes the form of RDF Data Sets drawn from a broad collection of data sources. 4. Browsers A semantic web Browser is a form of Web User Agent that expressly requests RDF data from Web Servers using the best practise known as “Content Negotiation”. These tools provide a user interface that enables data-link oriented navigation of RDF data by dereferencing the data links (URIs) in the RDF Data Sets returned by Web Servers. Example of semantic web browsers include: Tabulator, DISCO, Open Link DF Browser Onto Wiki Browser Crowbar – SIMILE. 5. Application Areas The Semantic web offers many real-world applications that arise from the direct from the direct impact it has on the World Wide Web. Real Time “Scientific Publishing” is being considered to be the most important area to benefit from “Semantic Publishing”. This directly transforms collaboration trends in Life Sciences and Health Care. Besides other areas expected to go through the wave are: • Ambient Intelligence • Semantic Search and Indexing • Cognitive Systems • Data Integration • Multimedia Data Management 6. Agents and Services I describe a vision of intelligent web agents using the analogy of travel agents - rather than doing everything for a user, the agents would find possible ways to meet user needs, and offer the user choices for their achievement. Much as a travel agent might give you a list of several flights you could take or a choice of flying vs. taking a train, a web agent should offer a slate of possible ways to get you what you need on the web.
  • 6. [Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907 DOI: 10.5281/zenodo.3595246 Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [27] Figure 2: A potential service class and its properties on the Semantic Web 7. Benefits of The Semantic Web • Information is captured in a language agnostic format. • A central repository for knowledge is created. • More precise, relevant information is captured. • Processes and procedures are mapped to data sources. • One collective view of knowledge across enterprise application is created. As a Result • Point-to-point integration becomes obsolete. • Application integration is easy and efficient. • Superfluous data decreases. • Knowledge across applications becomes consistent. • Upgrades and maintenance are simplified. 8. Conclusion Human Reasoning is a result of certain relationships amongst objects, processes etc. that we have in our minds. The Semantic Web can be said to perform similar reasoning based upon the relationships that we define in web data through RDF. These relationships that we have are also more or less common to many others in the society, which makes our reasoning of practical sense to others. Similarly, a “common vocabulary of relationships” is established for interoperable use through Web Ontologies. The OWL provides a way to enhance this vocabulary. With these and many other basic principles, the Semantic Web, the web of data (in its rightful sense), users amazing new ways in which we would use the web.
  • 7. [Dhulekar et. al., Vol.6 (Iss.12): December 2019] ISSN: 2454-1907 DOI: 10.5281/zenodo.3595246 Http://www.ijetmr.comŠInternational Journal of Engineering Technologies and Management Research [28] References [1] Tim Berners-Lee, J. Hendler, and O. Lassila, “The Semantic Web”, Scientific American, May 2001, pp. 34-43 http://www.sciam.com/article.cfm?id=the-semantic-web [2] “The Semantic Web” by Wikipedia, athttp://en.wikipedia.org/wiki/semantic_web [3] “W3C Semantic Web Frequently Asked Questions”. W3C. http://www.w3.org/2001/sw/SW- FAQ. Retrieved March 13, 2008. [4] Lee Feigenbaum (May 1, 2007). “The Semantic Web in Action”. Scientific American. http://www.thefigtrees.net/lee/sw/sciam/semantic-web-in-action. Retrieved February 24 , 2010. [5] Victoria Shannon (June 26,2006). “A ‘more revolutionary’ Web”. International Herald Tribune. http://www.iht.com/articles/2006/05/23/business/web.php. Retrieved May 24,2006. [6] “Good Relations Project MainPage”. http://purl.org/goodrelations/. [7] van Herman (2007). “State of the Semantic Web”. Semantic Days 2007. http://www.w3.org/2007/Talks/0424-Stavanger-IH/Slides.pdf. Retrieved July 26, 2007. [8] http://www.w3school.com/rdf [9] http://www.w3.org/RDF/FAQ [10] http://policywareweb.org *Corresponding author. E-mail address: komaldhulekar96@ gmail.com/ madhuridevrankar@ gmail.com