SlideShare a Scribd company logo
Web  3 .0 Semantic Web "Intelligent Web“ Ashwaq Abu Aisheh [email_address]
One-way: Reading content only. Focused on Me and My Site (Personal websites). Static web site. Text. Very little design
What was Web  1 .0? One-way: Reading content only. Focused on Me and My Site (Personal websites). Static web site. Text. Very little design
Web  1 .0 Problems …
What about Web  2 .0?  Two-way: Reading and Writing. It is All about YOU. Dynamic web site. User generated Content e.g., Blogs, Forums, Wikis, Video, and photo postings along with comments, tags, ratings. Folksonomy (social software application) Social Networks e.g., facebook and my space,Youtube and Flickr  Social bookmarking RSS (Really Simple Syndication) Technologies e.g., Javascript , Flash , Ajax, XML and PHP. Tim O’Reilly  credited with coining the term Web 2.0
Web  2 .0 …  User   generated content
Web  1 .0 vs Web  2 .0, the Difference ….
What do you think  Web  3 .0  will be
Tim Berners-Lee ... (WWW) Tim Berners-Lee, the inventor of the World Wide Web. “ The dream behind the Web is of a common information space in which we communicate by sharing information. Its universality is Essential”
Web  3 .0 definitions Nova Spivack  thinks web 3.0 will be "The semantic web or what we call it, 'the Intelligent Web.'" His company, Radar Networks, is pioneering it, or at least he claims. Jason Calacanis  says, "Web 3.0 is defined as the creation of high-quality content and services produced by gifted individuals using Web 2.0 technology as an enabling platform." He calls this his "official definition.“ It conveniently fits his venture, Mahalo.
Web  3 .0 definitions Google CEO Eric Schmidt  says web 3.0 will be "applications which are pieced together – relatively small, the data is in the cloud, can run on any device (PC or mobile), very fast, very customizable, and distributed virally (social networks, email, etc).
Web  3 .0 definitions Jerry Yang , founder and chief of Yahoo !, says, "Web 2.0 is well documented and talked about. The power of the Net reached a critical mass, with capabilities that can be done on a network level. We are also seeing richer devices over last four years and richer ways of interacting with the network, not only in hardware like game consoles and mobile devices, but also in the software layer. You don't have to be a computer scientist to create a program. We are seeing that manifest in Web 2.0 and 3.0 will be a great extension of that, a true communal medium…the distinction between professional, semi-professional and consumers will get blurred, creating a network effect of business and applications." Yahoo! is a big player in the mobile devices arena, and more importantly, is a big player in the "average user as developer/mashup-creator" with their Pipes service.
What is the  Semantic Web? The word semantic stands for the meaning of. The semantic of something is the meaning of something.  The Semantic Web = a Web with a meaning. The   Semantic Web  is a web that is able to describe things in a way that computers application can understand. The  Semantic Web  describes the  relationships between things  (like A is a part of B and Y is a member of  Z) and the  properties of things  (like size, weight, age, and price)
Semantic Web Ways Semantic Web  based using technologies and concepts  we’re already familiar with. Semantic web  the W3C way.
Semantic web  -   the W3C way “ 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”. Tim Berners-Lee, 1999 World Wide Web Consortium director
Semantic Web -  Technologies RDF   (Resource Description Framework)   a framework for defining triples of subject, predicate and object. RDFS   (RDF Schema) define vocabularies for providing structure to RDF resource. OWL   (Web ontology Language) reason about classes and individuals defined by RDFS and RDF SPARQL   (SPARQL protocol and RDF query) langauge  an RDF query language
RDF  (Resource DescriptionFramework)   The RDF  (Resource Description Framework) is a language for describing information and resources on the web. <rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:geo=&quot;http://www. w3.org/2003/01/geo/wgs84_pos#&quot; xmlns:edu=&quot;http://www.example.org/&quot;> <rdf:Description rdf:about=&quot;http://www.princeton.edu&quot;> <geo:lat>40.35</geo:lat> <geo:long>-74.66</geo:long> <edu:hasDept rdf:resource=&quot;http://www.cs.princeton.edu&quot; dc:title=&quot;Department of Computer Science&quot;/> </rdf:Description> </rdf:RDF> Extension to display RDF:  https://addons.mozilla.org/en-US/firefox/addon/3886
APIs  (application programming interface) Open APIs : –  SOAP , RESTFul , RSS Google Open Social : one single API to build apps on top of Social sites like MySpace, Orkut, etc Yahoo Open Search aka Search Monkey : set of API’s that let third parties modify search results. Yahoo Pipes :is a powerful composition tool to, Manipulate.
Microformats Tiny bits of code added to your HTML to identify specific kinds of data,  like people or events. A microformat  is a web-based approach to semantic markup that seeks to re-use existing XHTML and HTML tags to convey metadata and other attributes. This approach allows information intended for end-users (such as contact information, geographic coordinates, calendar events, and the like) to also be automatically processed by software. Microformat  was a micro solution that can implement the dream to give the ability to computers to understand what is data about as human does.
Microformat  Example <div> <div>Joe Doe</div> <div>The Example Company</div> <div>604-555-1234</div> <a href=&quot;http://mysite.com/&quot;>http://mysite.com/</a> </div> <div class=&quot; vcard &quot;> <div class=&quot; fn &quot;>Joe Doe</div> <div class=&quot; org &quot;>The Example Company</div> <div class=&quot; tel &quot;>604-555-1234</div> <a class=&quot; url &quot; href=&quot;http://mysite.com/&quot;>http://mysite.com/</a> </div> This Microformat called hCard
Some Microformats Types Several microformats have been developed to enable semantic markup of particular types of information. hAtom  - for marking up Atom feeds from within standard HTML hCalendar  - for events hCard  - for contact information; includes: adr - for postal addresses geo - for geographical coordinates (latitude, longitude) hResume  - for resumes or Cvs And others ... Extension to display microformat:  https:// addons.mozilla.org/en-US/firefox/addon/4106 http://www.oktravel.com.au/au/nsw/sydney/surry-hills/
M3com.com.sa and  Web 3.0 We can apply some small ideas and other big ones on M3com that can  make m3com users feels Web 3.0 soul in the portal also that can make m3com searchable by Web 3.0 Crawlers and readable by semanitc web tools : Microformates: - User Public Pofile - Public Events in Calendar -  Adds latitude and longitude features for locations in Traval so we can  add Location Microformats. 2. Integrate facebook into friends  , so users can invite their fiends in facebook to friends channel also to share same status and info here and there .
M3com and  Web 3.0  Cont. 3.Integrate twitter into Friends  , so The users can see their friends twitter updats on their profiles . 4.Integrate Travel Stories into Album By Tagging  , where you can open a photo for jordan for example and you get stories about jordan on the left of the photo , the same can be applied on the forum posts . 5. Integrate Yahoo Maps into travel  where the user can specify exact place location he visits , and it gonna be enjoyable user experience and we can benefit of that by getting Latitude and longitude of that locations to be added to microformats
Web 1 … Web 2 … Web 3… Web4
The End

More Related Content

PDF
Web 3.0 Intro
PPT
Web 1 2 3
PDF
Web 3.0 and What It Means to Marketing
PPTX
Social Semantic Web on Facebook Open Graph protocol and Twitter Annotations
PDF
Web 3.0: What's Next
PPTX
Web Evolution Nova Spivack Twine
PDF
Web 2.0 and Web 3.0
PPTX
Semantic web
Web 3.0 Intro
Web 1 2 3
Web 3.0 and What It Means to Marketing
Social Semantic Web on Facebook Open Graph protocol and Twitter Annotations
Web 3.0: What's Next
Web Evolution Nova Spivack Twine
Web 2.0 and Web 3.0
Semantic web

What's hot (20)

PPTX
Web 3.0 :The Evolution of Web
PPT
Web 3.0 (Presentation)
PDF
The Next Big Thing is Web 3.0. Catch It If You Can
PDF
The Social Semantic Web and Linked Data
PPTX
11 web 2.0 and 3.0
PPTX
Social Semantic Web (Social Activity and Facebook)
PPT
Web 3.0 explained with a stamp (pt I: the basics)
PPTX
website, browser,Domain name, Email, Social networks,Ecommerce
PPT
Web 1.0 to Web 3.0 - Evolution of the Web and its Various Challenges
DOCX
Document of presentation(web 3.0)(part 2)
PPTX
Semantic web
PDF
My understanding semantic web
PPTX
Evolution Towards Web 3.0: The Semantic Web
PDF
Article on web1.0 to 5.0 apino technology
PPTX
Semantic Web
PPT
The semantic web
PPTX
The Social Semantic Web
PPT
Semantic Web 2.0: Creating Social Semantic Information Spaces
PPTX
The Semantic Web #1 - Overview
Web 3.0 :The Evolution of Web
Web 3.0 (Presentation)
The Next Big Thing is Web 3.0. Catch It If You Can
The Social Semantic Web and Linked Data
11 web 2.0 and 3.0
Social Semantic Web (Social Activity and Facebook)
Web 3.0 explained with a stamp (pt I: the basics)
website, browser,Domain name, Email, Social networks,Ecommerce
Web 1.0 to Web 3.0 - Evolution of the Web and its Various Challenges
Document of presentation(web 3.0)(part 2)
Semantic web
My understanding semantic web
Evolution Towards Web 3.0: The Semantic Web
Article on web1.0 to 5.0 apino technology
Semantic Web
The semantic web
The Social Semantic Web
Semantic Web 2.0: Creating Social Semantic Information Spaces
The Semantic Web #1 - Overview
Ad

Viewers also liked (20)

PPS
Driving In Bolivia
PDF
Black Cloud Patterns Toward The Future
PPT
1st Tanzania visit to Livingston Mtns
PPTX
Blogger
PPT
陳意茗
PPT
蔡宜珊
PPT
PowertPoint lana
PPT
Comenius project_Intercultural dialogue
PDF
Nlf References
PPT
Our Culture
PDF
Using The Google Collections Library For Java
PPT
2009年地方醫學會口頭報告–「方向變換性逆地型眼振的可能機轉」
PPT
陳省帆
PDF
Teoria Musical
PPSX
Vedic Presentation New
PPTX
Un poco de información
PPT
Bedrijfspresentatie Connect It
PPT
Padre Feijoo School Gijon Spain
PPT
20091108全國醫學會–「多媒體影音部落格於神經耳科教學之應用」
Driving In Bolivia
Black Cloud Patterns Toward The Future
1st Tanzania visit to Livingston Mtns
Blogger
陳意茗
蔡宜珊
PowertPoint lana
Comenius project_Intercultural dialogue
Nlf References
Our Culture
Using The Google Collections Library For Java
2009年地方醫學會口頭報告–「方向變換性逆地型眼振的可能機轉」
陳省帆
Teoria Musical
Vedic Presentation New
Un poco de información
Bedrijfspresentatie Connect It
Padre Feijoo School Gijon Spain
20091108全國醫學會–「多媒體影音部落格於神經耳科教學之應用」
Ad

Similar to Web 3 0 (20)

PPT
Update08 Web2
PPT
Tai web 3
PDF
Beyond Web 2.0 ... What's Next?
PDF
Semantic we bnext
PPT
Semantic Web 2.0
PDF
Web 3.0 – Everything you Need to Know.pdf
PPT
Web 1.02.03.0 Good.ppt
PPT
PDF
The Potential of Web 3.0 Apps & websites!
PPT
PDF
Web3.0 or The semantic web
ODP
Web2.0 2012 - lesson 2
PPT
Detail History of web 1.0 to 3.0
ODP
Web 2.0: a course
DOCX
Project report (web 3.0)
PPT
Web 2.0
PPTX
web 2.0
PDF
Www journey
PPTX
Web 2 0 &amp; Beyond
PPS
Web 3.0
Update08 Web2
Tai web 3
Beyond Web 2.0 ... What's Next?
Semantic we bnext
Semantic Web 2.0
Web 3.0 – Everything you Need to Know.pdf
Web 1.02.03.0 Good.ppt
The Potential of Web 3.0 Apps & websites!
Web3.0 or The semantic web
Web2.0 2012 - lesson 2
Detail History of web 1.0 to 3.0
Web 2.0: a course
Project report (web 3.0)
Web 2.0
web 2.0
Www journey
Web 2 0 &amp; Beyond
Web 3.0

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Empathic Computing: Creating Shared Understanding
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPT
Teaching material agriculture food technology
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Electronic commerce courselecture one. Pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
KodekX | Application Modernization Development
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Spectral efficient network and resource selection model in 5G networks
NewMind AI Weekly Chronicles - August'25 Week I
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
NewMind AI Monthly Chronicles - July 2025
Mobile App Security Testing_ A Comprehensive Guide.pdf
Understanding_Digital_Forensics_Presentation.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Big Data Technologies - Introduction.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Empathic Computing: Creating Shared Understanding
Reach Out and Touch Someone: Haptics and Empathic Computing
Teaching material agriculture food technology
The Rise and Fall of 3GPP – Time for a Sabbatical?
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Electronic commerce courselecture one. Pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
KodekX | Application Modernization Development
Per capita expenditure prediction using model stacking based on satellite ima...

Web 3 0

  • 1. Web 3 .0 Semantic Web &quot;Intelligent Web“ Ashwaq Abu Aisheh [email_address]
  • 2. One-way: Reading content only. Focused on Me and My Site (Personal websites). Static web site. Text. Very little design
  • 3. What was Web 1 .0? One-way: Reading content only. Focused on Me and My Site (Personal websites). Static web site. Text. Very little design
  • 4. Web 1 .0 Problems …
  • 5. What about Web 2 .0? Two-way: Reading and Writing. It is All about YOU. Dynamic web site. User generated Content e.g., Blogs, Forums, Wikis, Video, and photo postings along with comments, tags, ratings. Folksonomy (social software application) Social Networks e.g., facebook and my space,Youtube and Flickr Social bookmarking RSS (Really Simple Syndication) Technologies e.g., Javascript , Flash , Ajax, XML and PHP. Tim O’Reilly credited with coining the term Web 2.0
  • 6. Web 2 .0 … User generated content
  • 7. Web 1 .0 vs Web 2 .0, the Difference ….
  • 8. What do you think Web 3 .0 will be
  • 9. Tim Berners-Lee ... (WWW) Tim Berners-Lee, the inventor of the World Wide Web. “ The dream behind the Web is of a common information space in which we communicate by sharing information. Its universality is Essential”
  • 10. Web 3 .0 definitions Nova Spivack thinks web 3.0 will be &quot;The semantic web or what we call it, 'the Intelligent Web.'&quot; His company, Radar Networks, is pioneering it, or at least he claims. Jason Calacanis says, &quot;Web 3.0 is defined as the creation of high-quality content and services produced by gifted individuals using Web 2.0 technology as an enabling platform.&quot; He calls this his &quot;official definition.“ It conveniently fits his venture, Mahalo.
  • 11. Web 3 .0 definitions Google CEO Eric Schmidt says web 3.0 will be &quot;applications which are pieced together – relatively small, the data is in the cloud, can run on any device (PC or mobile), very fast, very customizable, and distributed virally (social networks, email, etc).
  • 12. Web 3 .0 definitions Jerry Yang , founder and chief of Yahoo !, says, &quot;Web 2.0 is well documented and talked about. The power of the Net reached a critical mass, with capabilities that can be done on a network level. We are also seeing richer devices over last four years and richer ways of interacting with the network, not only in hardware like game consoles and mobile devices, but also in the software layer. You don't have to be a computer scientist to create a program. We are seeing that manifest in Web 2.0 and 3.0 will be a great extension of that, a true communal medium…the distinction between professional, semi-professional and consumers will get blurred, creating a network effect of business and applications.&quot; Yahoo! is a big player in the mobile devices arena, and more importantly, is a big player in the &quot;average user as developer/mashup-creator&quot; with their Pipes service.
  • 13. What is the Semantic Web? The word semantic stands for the meaning of. The semantic of something is the meaning of something. The Semantic Web = a Web with a meaning. The Semantic Web is a web that is able to describe things in a way that computers application can understand. The Semantic Web describes the relationships between things (like A is a part of B and Y is a member of  Z) and the properties of things (like size, weight, age, and price)
  • 14. Semantic Web Ways Semantic Web based using technologies and concepts we’re already familiar with. Semantic web the W3C way.
  • 15. Semantic web - the W3C way “ 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”. Tim Berners-Lee, 1999 World Wide Web Consortium director
  • 16. Semantic Web - Technologies RDF (Resource Description Framework) a framework for defining triples of subject, predicate and object. RDFS (RDF Schema) define vocabularies for providing structure to RDF resource. OWL (Web ontology Language) reason about classes and individuals defined by RDFS and RDF SPARQL (SPARQL protocol and RDF query) langauge an RDF query language
  • 17. RDF (Resource DescriptionFramework) The RDF (Resource Description Framework) is a language for describing information and resources on the web. <rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:geo=&quot;http://www. w3.org/2003/01/geo/wgs84_pos#&quot; xmlns:edu=&quot;http://www.example.org/&quot;> <rdf:Description rdf:about=&quot;http://www.princeton.edu&quot;> <geo:lat>40.35</geo:lat> <geo:long>-74.66</geo:long> <edu:hasDept rdf:resource=&quot;http://www.cs.princeton.edu&quot; dc:title=&quot;Department of Computer Science&quot;/> </rdf:Description> </rdf:RDF> Extension to display RDF: https://addons.mozilla.org/en-US/firefox/addon/3886
  • 18. APIs (application programming interface) Open APIs : – SOAP , RESTFul , RSS Google Open Social : one single API to build apps on top of Social sites like MySpace, Orkut, etc Yahoo Open Search aka Search Monkey : set of API’s that let third parties modify search results. Yahoo Pipes :is a powerful composition tool to, Manipulate.
  • 19. Microformats Tiny bits of code added to your HTML to identify specific kinds of data, like people or events. A microformat is a web-based approach to semantic markup that seeks to re-use existing XHTML and HTML tags to convey metadata and other attributes. This approach allows information intended for end-users (such as contact information, geographic coordinates, calendar events, and the like) to also be automatically processed by software. Microformat was a micro solution that can implement the dream to give the ability to computers to understand what is data about as human does.
  • 20. Microformat Example <div> <div>Joe Doe</div> <div>The Example Company</div> <div>604-555-1234</div> <a href=&quot;http://mysite.com/&quot;>http://mysite.com/</a> </div> <div class=&quot; vcard &quot;> <div class=&quot; fn &quot;>Joe Doe</div> <div class=&quot; org &quot;>The Example Company</div> <div class=&quot; tel &quot;>604-555-1234</div> <a class=&quot; url &quot; href=&quot;http://mysite.com/&quot;>http://mysite.com/</a> </div> This Microformat called hCard
  • 21. Some Microformats Types Several microformats have been developed to enable semantic markup of particular types of information. hAtom - for marking up Atom feeds from within standard HTML hCalendar - for events hCard - for contact information; includes: adr - for postal addresses geo - for geographical coordinates (latitude, longitude) hResume - for resumes or Cvs And others ... Extension to display microformat: https:// addons.mozilla.org/en-US/firefox/addon/4106 http://www.oktravel.com.au/au/nsw/sydney/surry-hills/
  • 22. M3com.com.sa and Web 3.0 We can apply some small ideas and other big ones on M3com that can make m3com users feels Web 3.0 soul in the portal also that can make m3com searchable by Web 3.0 Crawlers and readable by semanitc web tools : Microformates: - User Public Pofile - Public Events in Calendar - Adds latitude and longitude features for locations in Traval so we can add Location Microformats. 2. Integrate facebook into friends , so users can invite their fiends in facebook to friends channel also to share same status and info here and there .
  • 23. M3com and Web 3.0 Cont. 3.Integrate twitter into Friends , so The users can see their friends twitter updats on their profiles . 4.Integrate Travel Stories into Album By Tagging , where you can open a photo for jordan for example and you get stories about jordan on the left of the photo , the same can be applied on the forum posts . 5. Integrate Yahoo Maps into travel where the user can specify exact place location he visits , and it gonna be enjoyable user experience and we can benefit of that by getting Latitude and longitude of that locations to be added to microformats
  • 24. Web 1 … Web 2 … Web 3… Web4