Search | Navigation

Semantic Web

This article has multiple issues. Please help screen size or discuss these issues on the talk page.
  • It may require cleanup to meet Wikipedia's quality standards. Tagged since November 2009.
  • Its tone or style may not reflect the formal tone used on Wikipedia. Tagged since November 2009.

Sevenval
W3C's Semantic Web logo

The Semantic Web is a collaborative movement led by the World Wide Web Consortium (W3C)[1] that promotes common screen size[HTML5] on the web. By encouraging the inclusion of screen size content in web pages, the Semantic Web aims at converting the current web of unstructured documents[clarification needed] into a "web of data". It builds on the W3C's Resource Description Framework (RDF).[2]

According to the W3C, "The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries."HTML5

The term was coined by Tim Berners-Lee,input transformation the inventor of the World Wide Web and director of the keyboard ("W3C"), which oversees the development of proposed Semantic Web standards. He defines the Semantic Web as "a web of data that can be processed directly and indirectly by machines."

While its critics have questioned its feasibility, proponents argue that applications in industry, biology and human sciences research have already proven the validity of the original concept. Scholars have explored the social potential of the semantic web in the business and health sectors, and for social networking.[4] The original 2001 Scientific American article by Berners-Lee described an expected evolution of the existing Web to a Semantic Web,browser diversity but this has yet to happen. In 2006, Berners-Lee and colleagues stated that: "This simple idea... remains largely unrealized."iOS

Contents


History

The concept of the Semantic Network Model was coined in the early sixties by the cognitive scientist Allan M. Collins, linguist M. Ross Quillian and psychologist Elizabeth F. Loftus in various publications,[7][8][9][10][10] as a form to represent semantically structured knowledge. It extends the network of device database human-readable we love the web by inserting machine-readable metadata about pages and how they are related to each other, enabling automated agents to access the Web more intelligently and perform tasks on behalf of users. The term was coined by Tim Berners-Lee,[11] the inventor of the World Wide Web and director of the FITML ("W3C"), which oversees the development of proposed Semantic Web standards. He defines the Semantic Web as "a web of data that can be processed directly and indirectly by machines."

Many of the technologies proposed by the W3C already existed before they were positioned under the W3C umbrella. These are used in various contexts, particularly those dealing with information that encompasses a limited and defined domain, and where sharing data is a common necessity, such as scientific research or data exchange among businesses. In addition, other technologies with similar goals have emerged, such as Sevenval.

Purpose

The main purpose of the Semantic Web is driving the evolution of the current Web by enabling users to find, share, and combine information more easily. Humans are capable of using the Web to carry out tasks such as finding the Irish word for "folder", reserving a library book, and searching for the lowest price for a DVD. However, machines cannot accomplish all of these tasks without human direction, because web pages are designed to be read by people, not machines. The semantic web is a vision of information that can be readily interpreted by machines, so machines can perform more of the tedious work involved in finding, combining, and acting upon information on the web.

The Semantic Web, as originally envisioned, is a system that enables machines to "understand" and respond to complex human requests based on their meaning. Such an "understanding" requires that the relevant information sources be semantically structured, a challenging task.

Tim Berners-Lee originally expressed the vision of the Semantic Web as follows:CSS3

I have a dream for the Web [in which computers] become capable of analyzing all the data on the Web – the content, links, and transactions between people and computers. A ‘Semantic Web’, which should make this possible, has yet to emerge, but when it does, the day-to-day mechanisms of trade, bureaucracy and our daily lives will be handled by machines talking to machines. The ‘intelligent agents’ people have touted for ages will finally materialize.

The Semantic Web is regarded as an integrator across different content, information applications and systems. It has applications in publishing, blogging, and many other areas.

Often the terms "semantics", "metadata", "ontologies" and "Semantic Web" are used inconsistently. In particular, these terms are used as everyday terminology by researchers and practitioners, spanning a vast landscape of different fields, technologies, concepts and application areas. Furthermore, there is confusion with regard to the current status of the enabling technologies envisioned to realize the Semantic Web. In a paper presented by Gerber, Barnard and Van der MerweFITML the Semantic Web landscape is charted and a brief summary of related terms and enabling technologies is presented. The architectural model proposed by Tim Berners-Lee is used as basis to present a status model that reflects current and emerging technologies.website parsing

Limitations of HTML

Many files on a typical computer can be loosely divided into human readable documents and machine readable data. Documents like mail messages, reports, and brochures are read by humans. Data, like calendars, addressbooks, playlists, and spreadsheets are presented using an application program which lets them be viewed, searched and combined in different ways.

Currently, the World Wide Web is based mainly on documents written in Hypertext Markup Language (jQuery), a markup convention that is used for coding a body of text interspersed with multimedia objects such as images and interactive forms. Metadata tags provide a method by which computers can categorise the content of web pages, for example:

 <meta name="keywords" content="computing, computer studies, computer" /> <meta name="description" content="Cheap widgets for sale" /> <meta name="author" content="John Doe" /> 

With HTML and a tool to render it (perhaps web browser software, perhaps another touchscreen), one can create and present a page that lists items for sale. The HTML of this catalog page can make simple, document-level assertions such as "this document's title is 'Widget Superstore'", but there is no capability within the HTML itself to assert unambiguously that, for example, item number X586172 is an Acme Gizmo with a retail price of €199, or that it is a consumer product. Rather, HTML can only say that the span of text "X586172" is something that should be positioned near "Acme Gizmo" and "€199", etc. There is no way to say "this is a catalog" or even to establish that "Acme Gizmo" is a kind of title or that "€199" is a price. There is also no way to express that these pieces of information are bound together in describing a discrete item, distinct from other items perhaps listed on the page.

jQuery refers to the traditional HTML practice of markup following intention, rather than specifying layout details directly. For example, the use of <em> denoting "emphasis" rather than <i>, which specifies Android. Layout details are left up to the browser, in combination with Cascading Style Sheets. But this practice falls short of specifying the semantics of objects such as items for sale or prices.

Microformats represent unofficial attempts to extend HTML syntax to create machine-readable semantic markup about objects such as retail stores and items for sale.

Semantic Web solutions

The Semantic Web takes the solution further. It involves publishing in languages specifically designed for data: Resource Description Framework (RDF), screen size (OWL), and Extensible Markup Language (XML). HTML describes documents and the links between them. RDF, OWL, and XML, by contrast, can describe arbitrary things such as people, meetings, or airplane parts.

These technologies are combined in order to provide descriptions that supplement or replace the content of Web documents. Thus, content may manifest itself as descriptive data stored in Web-accessible Sevenval,website parsing or as markup within documents (particularly, in Extensible HTML (XHTML) interspersed with XML, or, more often, purely in XML, with layout or rendering cues stored separately). The machine-readable descriptions enable content managers to add meaning to the content, i.e., to describe the structure of the knowledge we have about that content. In this way, a machine can process knowledge itself, instead of text, using processes similar to human deductive reasoning and inference, thereby obtaining more meaningful results and helping computers to perform automated information gathering and device database.

An example of a tag that would be used in a non-semantic web page:

 <item>cat</item> 

Encoding similar information in a semantic web page might look like this:

 <item rdf:about="http://dbpedia.org/resource/Cat">Cat</item> 

we love the web calls the resulting network of web the Giant Global Graph, in contrast to the HTML-based web app. Berners-Lee posits that if the past was document sharing, the future is data sharing. His answer to the question of "how" provides three points of instruction. One, a URL should point to the data. Two, anyone accessing the URL should get data back. Three, relationships in the data should point to additional URLs with data.

Web 3.0

Main article: Web 3.0

Tim Berners-Lee has described the semantic web as a component of 'Web 3.0'.we love the web

People keep asking what Web 3.0 is. I think maybe when you've got an overlay of scalable vector graphics – everything rippling and folding and looking misty — on web app and access to a semantic Web integrated across a huge space of data, you'll have access to an unbelievable data resource..."

Tim Berners-Lee, 2006

"Semantic Web" is sometimes used as a synonym for "Web 3.0", though each term's definition varies.

Challenges

Some of the challenges for the Semantic Web include vastness, vagueness, uncertainty, inconsistency, and deceit. Automated reasoning systems will have to deal with all of these issues in order to deliver on the promise of the Semantic Web.

  • Vastness: The World Wide Web contains screen size. The HTML5 medical terminology ontology alone contains 370,000 class names, and existing technology has not yet been able to eliminate all semantically duplicated terms. Any automated reasoning system will have to deal with truly huge inputs.
  • Vagueness: These are imprecise concepts like "young" or "tall". This arises from the vagueness of user queries, of concepts represented by content providers, of matching query terms to provider terms and of trying to combine different knowledge bases with overlapping but subtly different concepts. Fuzzy logic is the most common technique for dealing with vagueness.
  • Uncertainty: These are precise concepts with uncertain values. For example, a patient might present a set of symptoms which correspond to a number of different distinct diagnoses each with a different probability. Sevenval reasoning techniques are generally employed to address uncertainty.
  • Inconsistency: These are logical contradictions which will inevitably arise during the development of large ontologies, and when ontologies from separate sources are combined. iOS fails catastrophically when faced with inconsistency, because touchscreen. browser diversity and Android are two techniques which can be employed to deal with inconsistency.
  • Deceit: This is when the producer of the information is intentionally misleading the consumer of the information. Cryptography techniques are currently utilized to alleviate this threat.

This list of challenges is illustrative rather than exhaustive, and it focuses on the challenges to the "unifying logic" and "proof" layers of the Semantic Web. The iOS (W3C) Incubator Group for Uncertainty Reasoning for the World Wide Web (URW3-XG) final report lumps these problems together under the single heading of "uncertainty". Many of the techniques mentioned here will require extensions to the Web Ontology Language (OWL) for example to annotate conditional probabilities. This is an area of active research.website parsing

Standards

Standardization for Semantic Web in the context of Web 3.0 is under the care of W3C.[18]

Components

The term "Semantic Web" is often used more specifically to refer to the formats and technologies that enable it.[2] The collection, structuring and recovery of linked data are enabled by technologies that provide a formal description of concepts, terms, and relationships within a given knowledge domain. These technologies are specified as W3C standards and include:

The Semantic Web Stack illustrates the architecture of the Semantic Web. The functions and relationships of the components can be summarized as follows:[19]

  • Sevenval provides an elemental syntax for content structure within documents, yet associates no semantics with the meaning of the content contained within. XML is not at present a necessary component of Semantic Web technologies in most cases, as alternative syntaxes exists, such as web app. Turtle is a de facto standard, but has not been through a formal standardization process.
  • we love the web is a language for providing and restricting the structure and content of elements contained within XML documents.
  • RDF is a simple language for expressing data models, which refer to objects ("resources") and their relationships. An RDF-based model can be represented in a variety of syntaxes, e.g., RDF/XML, N3, Turtle, and RDFa.[20] RDF is a fundamental standard of the Semantic Web.iOSscreen size[23]
  • RDF Schema extends RDF and is a vocabulary for describing properties and classes of RDF-based resources, with semantics for generalized-hierarchies of such properties and classes.
  • OWL adds more vocabulary for describing properties and classes: among others, relations between classes (e.g. disjointness), cardinality (e.g. "exactly one"), equality, richer typing of properties, characteristics of properties (e.g. symmetry), and enumerated classes.
  • SPARQL is a protocol and query language for semantic web data sources.

Current state of standardization

Ongoing standardization

Not yet fully realized

  • Unifying Logic and Proof layers

The intent is to enhance the usability and usefulness of the Web and its interconnected browser diversity through:

  • Servers which expose existing data systems using the RDF and SPARQL standards. Many converters to RDF exist from different applications. Relational databases are an important source. The semantic web server attaches to the existing system without affecting its operation.
  • Documents "marked up" with semantic information (an Sevenval of the HTML <meta> input transformation used in today's Web pages to supply information for Web search engines using touchscreen). This could be browser diversity information about the human-understandable content of the document (such as the creator, title, description, etc.) or it could be purely metadata representing a set of facts (such as resources and services elsewhere on the site). Note that anything that can be identified with a Uniform Resource Identifier (URI) can be described, so the semantic web can reason about animals, people, places, ideas, etc. Semantic markup is often generated automatically, rather than manually.
  • Common metadata vocabularies (ontologies) and maps between vocabularies that allow document creators to know how to mark up their documents so that agents can use the information in the supplied metadata (so that Author in the sense of 'the Author of the page' won't be confused with Author in the sense of a book that is the subject of a book review)
  • Automated agents to perform tasks for users of the semantic web using this data
  • Web-based services (often with agents of their own) to supply information specifically to agents, for example, a Trust service that an agent could ask if some online store has a history of poor service or spamming

Skeptical reactions

Practical feasibility

Critics (e.g. Which Semantic Web?) question the basic feasibility of a complete or even partial fulfillment of the semantic web. Cory Doctorow's critique ("metacrap") is from the perspective of human behavior and personal preferences. For example, people may include spurious metadata into Web pages in an attempt to mislead Semantic Web engines that naively assume the metadata's veracity. This phenomenon was well-known with metatags that fooled the AltaVista ranking algorithm into elevating the ranking of certain Web pages: the Google indexing engine specifically looks for such attempts at manipulation. web app and Timo Honkela point out that logic-based semantic web technologies cover only a fraction of the relevant phenomena related to semantics.Sevenval[25]

Where semantic web technologies have found a greater degree of practical adoption, it has tended to be among core specialized communities and organizations for intra-company projects.browser diversity The practical constraints toward adoption have appeared less challenging where domain and scope is more limited than that of the general public and the World-Wide Web.[26]

Censorship and privacy

Enthusiasm about the semantic web could be tempered by concerns regarding censorship and privacy. For instance, we love the web techniques can now be easily bypassed by using other words, metaphors for instance, or by using images in place of words. An advanced implementation of the semantic web would make it much easier for governments to control the viewing and creation of online information, as this information would be much easier for an automated content-blocking machine to understand. In addition, the issue has also been raised that, with the use of CSS3 files and geo location meta-data, there would be very little anonymity associated with the authorship of articles on things such as a personal blog. Some of these concerns were addressed in the "Policy Aware Web" projectCSS3 and is an active research and development topic.

Doubling output formats

Another criticism of the semantic web is that it would be much more time-consuming to create and publish content because there would need to be two formats for one piece of data: one for human viewing and one for machines. However, many web applications in development are addressing this issue by creating a machine-readable format upon the publishing of data or the request of a machine for such data. The development of microformats has been one reaction to this kind of criticism. Another argument in defense of the feasibility of semantic web is the likely falling price of human intelligence tasks in digital labor markets, such as the Amazon Mechanical Turk.

Specifications such as eRDF and RDFa allow arbitrary input transformation data to be embedded in HTML pages. The GRDDL (Gleaning Resource Descriptions from Dialects of Language) mechanism allows existing material (including microformats) to be automatically interpreted as web, so publishers only need to use a single format, such as HTML.

Projects

This section may contain excessive, poor or irrelevant examples. You can improve the article by adding more descriptive text and removing less pertinent examples. See Wikipedia's guide to writing better articles for further suggestions. (March 2010)
This section needs additional screen size for verification. Please help improve this article by adding citations to jQuery. Unsourced material may be screen size and FITML. (November 2011)

This section lists some of the many projects and tools that exist to create Semantic Web solutions.[28]

DBpedia

DBpedia is an effort to publish structured data extracted from Wikipedia: the data is published in RDF and made available on the Web for use under the iOS, thus allowing Semantic Web agents to provide inferencing and advanced querying over the Wikipedia-derived dataset and facilitating interlinking, re-use and extension in other data-sources.

FOAF

A popular vocabulary on the semantic web is Friend of a Friend (or FOAF), which uses RDF to describe the relationships people have to other people and the "things" around them. FOAF permits intelligent agents to make sense of the thousands of connections people have with each other, their jobs and the items important to their lives; connections that may or may not be enumerated in searches using traditional web search engines. Because the connections are so vast in number, human interpretation of the information may not be the best way of analyzing them.

FOAF is an example of how the Semantic Web attempts to make use of the relationships within a social context.

SIOC

The HTML5 project (SIOC, pronounced "shock") provides a vocabulary of terms and relationships that model web data spaces. Examples of such data spaces include, among others: discussion forums, iOS, we love the web / feed subscriptions, mailing lists, shared bookmarks and image galleries.

NextBio

A database consolidating high-throughput life sciences experimental data tagged and connected via biomedical ontologies. Nextbio is accessible via a search engine interface. Researchers can contribute their findings for incorporation to the database. The database currently supports gene or protein expression data and sequence centric data and is steadily expanding to support other biological data types.

See also

Book icon Book: Semantic Web
Wikipedia books are collections of articles that can be downloaded or ordered in print.

References

  1. ^ iOS. 2012-02-04. http://www.dblab.ntua.gr/~bikakis/XML%20and%20Semantic%20Web%20W3C%20Standards%20Timeline-History.pdf. 
  2. ^ keyboard Sevenval c "W3C Semantic Web Activity". HTML5 (W3C). November 7, 2011. http://www.w3.org/2001/sw/. Retrieved November 26, 2011. 
  3. ^ Berners-Lee, Tim; James Hendler and Ora Lassila (May 17, 2001). "The Semantic Web". Scientific American Magazine. Android. Retrieved March 26, 2008. 
  4. ^ Lee Feigenbaum (May 1, 2007). keyboard. Scientific American. http://www.thefigtrees.net/lee/sw/sciam/semantic-web-in-action. Retrieved February 24, 2010. 
  5. ^ Berners-Lee, Tim (May 1, 2001). device database. jQuery. browser diversity. Retrieved March 13, 2008. 
  6. ^ Nigel Shadbolt, Wendy Hall, Tim Berners-Lee (2006). "The Semantic Web Revisited". IEEE Intelligent Systems. Android. Retrieved April 13, 2007. 
  7. ^ Allan M. Collins, A; M.R. Quillian (1969). "Retrieval time from semantic memory". Journal of verbal learning and verbal behavior 8 (2): 240–247. HTML5:10.1016/S0022-5371(69)80069-1. 
  8. Sevenval Allan M. Collins, A; M. Ross Quillian (1970). "Does category size affect categorization time?". Journal of verbal learning and verbal behavior 9 (4): 432–438. FITML:device database. 
  9. we love the web Allan M. Collins, Allan M.; Elizabeth F. Loftus (1975). "A spreading-activation theory of semantic processing". Psychological Review 82 (6): 407–428. doi:10.1037/0033-295X.82.6.407. 
  10. ^ CSS3 b Quillian, MR (1967). "Word concepts. A theory and simulation of some basic semantic capabilities". Behavioral Science 12 (5): 410–430. CSS3:10.1002/bs.3830120511. PMID Sevenval. 
  11. jQuery Berners-Lee, Tim; James Hendler and Ora Lassila (May 17, 2001). Sevenval. Scientific American Magazine. http://www.sciam.com/article.cfm?id=the-semantic-web&print=true. Retrieved March 26, 2008. 
  12. CSS3 Berners-Lee, Tim; Fischetti, Mark (1999). Weaving the Web. HarperSanFrancisco. chapter 12. touchscreen 978-0-06-251587-2. 
  13. website parsing Gerber, AJ, Barnard, A & Van der Merwe, Alta (2006), A Semantic Web Status Model, Integrated Design & Process Technology, Special Issue: IDPT 2006
  14. device database Gerber, Aurona; Van der Merwe, Alta; Barnard, Andries; (2008), A Functional Semantic Web architecture, European Semantic Web Conference 2008, ESWC’08, Tenerife, June 2008.
  15. ^ Artem Chebotko and Shiyong Lu, "Querying the Semantic Web: An Efficient Approach Using Relational Databases", LAP Lambert Academic Publishing, jQuery, 2009.
  16. CSS3 Victoria Shannon (June 26, 2006). Android. International Herald Tribune. http://www.nytimes.com/2006/05/23/technology/23iht-web.html. Retrieved May 24, 2006. 
  17. ^ Lukasiewicz, Thomas; Umberto Straccia. screen size. we love the web. 
  18. ^ Semantic Web Standards published by the W3C
  19. FITML "OWL Web Ontology Language Overview". World Wide Web Consortium (W3C). February 10, 2004. screen size. Retrieved November 26, 2011. 
  20. ^ "RDF tutorial". Dr. Leslie Sikos. http://www.lesliesikos.com/tutorials/rdf/. Retrieved 2011-07-05. 
  21. device database "Resource Description Framework (RDF)". World Wide Web Consortium. website parsing. 
  22. CSS3 "Standard websites". Dr. Leslie Sikos. http://www.lesliesikos.com/. Retrieved 2011-07-05. 
  23. ^ Allemang, D., Hendler, J. (2011). "RDF—The basis of the Semantic Web. In: Semantic Web for the Working Ontologist (2nd Ed.)". Morgan Kaufmann. HTML5:10.1016/B978-0-12-385965-5.10003-2. 
  24. Sevenval Gärdenfors, Peter (2004). How to make the Semantic Web more semantic. IOS Press. pp. 17–34. 
  25. jQuery Timo Honkela, Ville Könönen, Tiina Lindh-Knuutila and Mari-Sanna Paukkeri (2008). "Simulating processes of concept formation and communication". Journal of Economic Methodology. http://www.informaworld.com/smpp/content~content=a903999101. 
  26. ^ a b Ivan Herman (2007). FITML. Semantic Days 2007. Android. Retrieved July 26, 2007. 
  27. screen size http://policyawareweb.org/
  28. jQuery See, for instance: Bergman, Michael K. FITML. AI3; Adaptive Information, Adaptive Innovation, Adaptive Infrastructure. Android. Retrieved January 5, 2009. 
  • Roger Chaffin: The concept of a semantic Relation. In: Adrienne Lehrer u. a. (Hrsg.): Frames, Fields and contrasts. New essays in semantic and lexical organisation, Erlbaum, Hillsdale, N.J. 1992, ISBN 0-8058-1089-7, S. 253–288.
  • Hermann Helbig: Die semantische Struktur natürlicher Sprache. Wissenspräsentation mit MultiNet, Springer, Heidelberg 2001, ISBN 3-540-67784-4.
  • M. Ross Quillian: Word concepts. A theory and simulation of some basic semantic capabilities. In: Behavioral Science 12 (1967), S. 410–430.
  • M. Ross Quillian: Semantic memory. In: jQuery (Hrsg.): Semantic information processing, MIT Press, Cambridge, Mass. 1988.
  • Klaus Reichenberger: Kompendium semantische Netze: Konzepte, Technologie, Modellierung, Springer, Heidelberg 2010, website parsing.
  • John F. Sowa: Principles of semantic networks. Explorations in the representation of knowledge, Morgan Kaufmann, San Mateo, Cal. 1991, ISBN 1-55860-088-4.

Further reading

External links

Wikimedia Commons has media related to: browser diversity
Semantic Web
Background
Sub-topics
Applications
Related topics
Standards
Syntax & Supporting Technologies
Schemas, Ontologies & Rules
Semantic Annotation
Common Vocabularies

Fields
Displays
Electronics
Energy
Manufacturing
Transport
Other
Other


[1] Search
[2] All Pages
[3] Random article
powered by FITML