1 / 15

Agent Markup Languages, XML and the Semantic Web John Flynn BBN Technologies Jflynn@bbn

Agent Markup Languages, XML and the Semantic Web John Flynn BBN Technologies Jflynn@bbn.com June 14, 2001. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *.

tomai
Télécharger la présentation

Agent Markup Languages, XML and the Semantic Web John Flynn BBN Technologies Jflynn@bbn

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Agent Markup Languages, XML and the Semantic Web John Flynn BBN Technologies Jflynn@bbn.com June 14, 2001

  2. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * • Cars • Airplanes • Tanks • Movies • TV shows • Ships WorldWideWeb Internet Semantic Web XML 1980 2000 2020

  3. “In 30 years e-commerce will have become second nature. Lifelike, intelligent virtual assistants will be performing most routine transactions and simple negotiations electronically on our behalf. More technological change will have taken place in that period than during the entire twentieth century, and the curve will continue to steepen exponentially into the foreseeable future.” Ray Kurzweil

  4. What Is An Agent? • Software module • Intended to act as a proxy for you in some way • May be: • Tightly controlled • Autonomous • Mobile

  5. Why Is This Important? • Humans work sequentially • Agents work in parallel and 24x7 • Therefore, agents can be a major productivity multiplier

  6. Web Trends • Web is evolving from a provider of documents and images (information retrieval) • To a provider of services • Web service discovery - • Find me an airline service that offers flights to Singapore • Web service execution - • Buy me “Harry Potter and the Sorcerer’s Stone” at • www.amazon.com • Web service selection, composition and interoperation - • Make my travel arrangements for my Internet World conference trip • Both retrieval and services lend themselves to agent technologies

  7. Problems • Average Web searches examine only 25% of available information • Web searches return a lot of unwanted information • Information content of the Web doubles approximately every six months • Problem continues to worsen as Web grows

  8. Why Don’t We Have Agents Today? • Information on the World Wide Web is based on HTML • HTML is intended only for the visual presentation of information for humans to understand • The best you can do is some form of word lookup • There is no syntactic, semantic or logic description of the information • Information is not machine readable Algol = Ship, Star, Computer Language?

  9. XML • World Wide Web Consortium (W3C) standard • Provides important solution to syntax problem and simple semantics and schemas: <SSN>444-23-2656</SSN> • Now we can describe the meaning of words • Many applications of XML appearing: • Geographic Markup Language (GML) • Extensible rights Markup Language (XrML) • Chemical Markup Language (CML) Problem: Limited semantics and ontology

  10. DARPA Agent Markup Language • Builds on top of XML and RDF • Provides rich ontology representation • Key starting point for W3C Semantic Web activity • Future releases will provide logic and rules capabilities Problem: Tools to help create DAML ontologies, markup, and to facilitate access are still emerging

  11. EXAMPLES HTML <html> <head> <TITLE>Fred Jones</TITLE> </head><body> <H1>Information About Fred Jones</H1><P>Fred Jones is in the U.S. Air Force. He is a Captain stationed at AFRL. </P> </body> </html> DAML <rdf:RDF  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"  xmlns:daml="http://www.daml.org/2001/03/daml+oil#" xmlns:dod="http://www.dod.mil/personnel#"  xmlns:af="http://www.af.mil/personnel#"  xmlns:afrl="http://www.rl.af.mil/personnel#"  <dod:Officer rdf:ID="fsmith">    <dod:givenName>Fred</dod:givenName>    <dod:surname>Smith</dod:surname>    <dod:service rdf:resource="http://www.dod.mil/services#AirForce"/>  <af:rank rdf:resource="http://www.af.mil/personnel#Captain"/>    <af:station rdf:resource="http://www.af.mil/stations#AFRL_Rome"/>    <daml:equivalentTo rdf:resource="ssn:123-45-6789"/>    </dod:Officer></rdf:RDF> XML <person><name>Fred Jones</name><employer>U.S. Air Force</employer><station>AFRL</station><rank>Captain</rank></person>

  12. DAML Status • DAML ontology language specification released • http://www.daml.org provides public Web site with DAML information • 18 top-level research teams are developing DAML technology • Including Tim Berners-Lee (creator of web) • Dan Connolly (key developer of XML) • Supported by W3C their new Semantic Web Activity

  13. Conclusions • DAML has the potential to revolutionize the way we use the Web • As the Semantic Web infrastructure grows it will result in major improvements in human access to information • Agents will act as real functional proxies for people and greatly increase their productivity

  14. Buy Car Buy TV FindRestaurant Find Job Get Info AirlineTicket Vision: The Semantic Web http://www.daml.org

More Related