SlideShare a Scribd company logo
1 of 28
W
hat is web 1.0?

An old internet that only allows people to read from the
An old internet that only allows people to read from the
internet.
internet.
Firststage World wide linking web pages and hyperlink.
First stage World wide linking web pages and hyperlink.
Webis use as “information portal”
Web is use as “information portal”
Ituses table to positions and align elements on page
It uses table to positions and align elements on page
What is web 2.0?

 It is aaplatform that give users the possibility to control
 It is platform that give users the possibility to control
their data.
their data.
 This is about user -- generated content and the read This is about user generated content and the readwrite web.
write web.
 Everyone can be content producer.
 Everyone can be content producer.
 Web 2.0 can be describe into 3 concepts which is ….
 Web 2.0 can be describe into 3 concepts which is ….
W 2.0 Concept
eb
How W 1.0 And W 2.0
eb
eb
W
ork?
Example Of W 1.0 And
eb
W 2.0
eb
W
hat is W 3.0???
EB

 Suggested name by John Markoff of the New York Times for the
 Suggested name by John Markoff of the New York Times for the
third-generation of the web.
third-generation of the web.
 In this generation, all the application on web or mobile will be
 In this generation, all the application on web or mobile will be
upgraded with more features.
upgraded with more features.
 It apply same principle as WEB 2.0 : :two way interaction
 It apply same principle as WEB 2.0 two way interaction
 Web 3.0 will be more connected, open, and intelligent, with semantic
 Web 3.0 will be more connected, open, and intelligent, with semantic
Web technologies, distributed databases, natural language processing,
Web technologies, distributed databases, natural language processing,
machine learning, machine reasoning, and autonomous agents.
machine learning, machine reasoning, and autonomous agents.
Different between W 3.0 with W 2.0 and
EB
EB
W 1.0
EB
WEB 1.0

WEB 2.0

WEB 3.0

The web

The social web

The semantic web

Read only web

Read and write web

Read, write and execute
web

Information sharing

Interaction

Immersion

Connect information

Connect people

Connect knowledge

All about static content,
one way publishing (one
way communication)

More about two way
communication through
social networking,
blogging, tagging and
wikis.

Curiously undefined.

Example : Personal web
sites

Example : Blogs,
Facebook

Example : Semantic blog
(semiblog, haystack)
Characteristics of W 3.0
EB
Example of W 3.0
EB
W is Semantic W
hat
eb???
Definition : The semantic web is
an exciting new evolution of the
World Wide Web (WWW)
providing machine-readable and
machine-comprehensible
information far beyond current
capabilities.

 help computers understand the meaning behind
the web page.
Make life easier.
The web of the future.
Characteristics of Semantic W
eb???
Semantic web as a component of web 3.0
URI

 uniform resource identifier (URI) is the way you
identify any of those points of content, whether it be a
page of text, a video or sound clip, a still or animated
image, or a program.
 The most common form of URI is the Web page
address, which is a particular form or subset of URI
called a Uniform Resource Locator (URL). A URI
typically describes:
 The mechanism used to access the resource
 The specific computer that the resource is housed in
 For ex:
http:/www.w3.org/
/
Icons/ W /
W W w3c_main.gif
URL

 This URL is broken into four parts:
 HTTP : communication protocol
 :/ : Separator
/
 www: W
orld W
ide W
eb
 Google:The site name
 com: domain name .com for commercial.
RDF
 The Resource Description Framework (RDF) is a
family of World Wide Web
Consortium (W3C) specifications originally
designed as a metadatadata model
 This framework is used to represent data in the
LOD (linking open data) cloud as an XML file. 
 It is also a way to define resources using a specific
framework.
 *LOD : data in the LOD cloud is o p e n and freely
available. The ultimate sense of openness is that
the data may be freely e d ite d by users,
RDFS
 RDF Schema (Resource Description Framework
Schema, variously abbreviated
as RDFS, RDF(S), RDF-S, or RDF/ is a set of
S)
classes with certain properties using
the RDF extensible knowledge
representation language, providing basic
elements for the description of ontologies,
otherwise called RDF vocabularies, intended to
structure RDF resources.
 Semantic Extension RDF .
OWL
 Ontology defines the terms used to describe and
represent an area of knowledge. Ontologies are used by
people, databases, and applications that need to share
domain information (a domain is just a specific subject
area or area of knowledge, like medicine.
 The OWL Web Ontology Language is designed for use
by applications that need to process the content of
information instead of just presenting information to
humans.
 OWL is a We b Ontology language. Where earlier
languages have been used to develop tools and
ontologies for specific user communities (particularly in
the sciences and in company-specific e-commerce
applications
MICROFORMAT
•

•

•

Microformats are small patterns of HTML to
represent commonly published things
like people, events, blog
posts, reviews and tags in web pages.
Microformats are the quickest & simplest way to
provide an API to the information on your
website.
Microformats intend to solve simpler problems
first by adapting to current behaviors and usage
patterns (e.g. XHTML, blogging).
Many Web developers would just format the content as a generic list
like this:
<ul>
<li>Joe Doe</li>
<li>The Example Company</li>
<li>604-555-1234</li>
<li><a
href="http://example.com/">http://example.com/
</a></li>
</ul>
The problem with this is that the inherent structure of that
information is completely lost. If I want to pull those contacts out
and put them in my address book I have to do it manually.
So the previous example would look like this with the hCard
microformat:

<ul class="vcard">
<li class="fn">Joe Doe</li>
<li class="org">The Example Company</li>
<li class="tel">604-555-1234</li>
<li><a class="url"
href="http://example.com/">http://example.co
m/</a></li>
</ul>
Challenges for semantic
web 3.0
Challenges

• Explanation

Vastness

 Other problems associated with Web
3.0 expansion are the vastness of the
web and security issues with cloud
computing.
 According
to WorldWideWebSize.com, the web
today contains at least 20 billion
indexed pages.
 This is a rather big input for any
modern system that deals with
information and semantics. It will take
some time to remove all duplicate
terms and to outline information with
semantic values that are specific to
the subject
Challenges

• Explanation

Vagueness

 Web 3.0 assumes that computers
will be using their own reasoning
to deal with tons of information,
available in forms like RDF, XML,
or any other markup language.
 To catalog information in real
time and deal with its vagueness,
systems will have to use fuzzy
logic in order to process different
types of information.
Challenges

• Explanation

Uncertainty

 Uncertainty refers to something a
system can't easily classify and
save to the appropriate table in
the database.
 Inconsistency stands for logical
contradictions which inevitably
arise during the development of
large systems.
 One can't use deductive
reasoning to solve this problem.
Instead, defeasible reasoning and
paraconsistent reasoning should
be used

Inconsistency
Challenges

• Explanation

Deceit

 This is when the producer
of the information is
intentionally misleading the
consumer of the
information.

More Related Content

What's hot

Empowerment technologies
Empowerment technologiesEmpowerment technologies
Empowerment technologiesDeped
 
[EMPOWERMENT TECHNOLOGIES] - INTERNET THREATS
[EMPOWERMENT TECHNOLOGIES] - INTERNET THREATS[EMPOWERMENT TECHNOLOGIES] - INTERNET THREATS
[EMPOWERMENT TECHNOLOGIES] - INTERNET THREATSJazzyNF
 
Media and Information Literacy (MIL) - Digital Citizenship, Netiquette, Digit...
Media and Information Literacy (MIL) - Digital Citizenship, Netiquette, Digit...Media and Information Literacy (MIL) - Digital Citizenship, Netiquette, Digit...
Media and Information Literacy (MIL) - Digital Citizenship, Netiquette, Digit...Arniel Ping
 
10 ICT as a Platform for Change
10 ICT as a Platform for Change10 ICT as a Platform for Change
10 ICT as a Platform for ChangeTeodoro Llanes II
 
Current And Future Trends in Media and Information - Media and Information Li...
Current And Future Trends in Media and Information - Media and Information Li...Current And Future Trends in Media and Information - Media and Information Li...
Current And Future Trends in Media and Information - Media and Information Li...Mark Jhon Oxillo
 
Lesson 4- Developing ict content for specific purposes
Lesson 4- Developing ict content for specific purposesLesson 4- Developing ict content for specific purposes
Lesson 4- Developing ict content for specific purposesJuvywen
 
Em tech tg-acad-v5-112316
Em tech tg-acad-v5-112316Em tech tg-acad-v5-112316
Em tech tg-acad-v5-112316Live Angga
 
Online safety, security, ethics & etiquette
Online safety, security, ethics & etiquetteOnline safety, security, ethics & etiquette
Online safety, security, ethics & etiquetteAngelito Quiambao
 
CURRENT AND FUTURE TRENDS IN MEDIA AND .pdf
CURRENT AND FUTURE TRENDS IN MEDIA AND .pdfCURRENT AND FUTURE TRENDS IN MEDIA AND .pdf
CURRENT AND FUTURE TRENDS IN MEDIA AND .pdfMagdaLo1
 
Empowerment Technology - Basic Web Design Principles and Elements
Empowerment Technology - Basic Web Design Principles and ElementsEmpowerment Technology - Basic Web Design Principles and Elements
Empowerment Technology - Basic Web Design Principles and ElementsLany Lyn Magdaraog
 
Web 1.0 to Web 3.0 - Evolution of the Web and its Various Challenges
Web 1.0 to Web 3.0 - Evolution of the Web and its Various ChallengesWeb 1.0 to Web 3.0 - Evolution of the Web and its Various Challenges
Web 1.0 to Web 3.0 - Evolution of the Web and its Various ChallengesSubhash Basistha
 
Online Systems, Functions, and Platforms
Online Systems, Functions, and PlatformsOnline Systems, Functions, and Platforms
Online Systems, Functions, and PlatformsMaria Eloisa Blanza
 
12 Publishing and Sustaining for ICT Project
12 Publishing and Sustaining for ICT Project12 Publishing and Sustaining for ICT Project
12 Publishing and Sustaining for ICT ProjectTeodoro Llanes II
 
Current and Future Trends of Media and Information
Current and Future Trends of Media and InformationCurrent and Future Trends of Media and Information
Current and Future Trends of Media and InformationElijah Miguel Cuenca
 

What's hot (20)

Lesson 1 Empowerment Technology
Lesson 1 Empowerment TechnologyLesson 1 Empowerment Technology
Lesson 1 Empowerment Technology
 
Trends in ict
Trends in ictTrends in ict
Trends in ict
 
Empowerment technologies
Empowerment technologiesEmpowerment technologies
Empowerment technologies
 
[EMPOWERMENT TECHNOLOGIES] - INTERNET THREATS
[EMPOWERMENT TECHNOLOGIES] - INTERNET THREATS[EMPOWERMENT TECHNOLOGIES] - INTERNET THREATS
[EMPOWERMENT TECHNOLOGIES] - INTERNET THREATS
 
Media and Information Literacy (MIL) - Digital Citizenship, Netiquette, Digit...
Media and Information Literacy (MIL) - Digital Citizenship, Netiquette, Digit...Media and Information Literacy (MIL) - Digital Citizenship, Netiquette, Digit...
Media and Information Literacy (MIL) - Digital Citizenship, Netiquette, Digit...
 
10 ICT as a Platform for Change
10 ICT as a Platform for Change10 ICT as a Platform for Change
10 ICT as a Platform for Change
 
Empowerment Technology - Learning Content
Empowerment Technology -  Learning ContentEmpowerment Technology -  Learning Content
Empowerment Technology - Learning Content
 
Current And Future Trends in Media and Information - Media and Information Li...
Current And Future Trends in Media and Information - Media and Information Li...Current And Future Trends in Media and Information - Media and Information Li...
Current And Future Trends in Media and Information - Media and Information Li...
 
ICT introduction
ICT introductionICT introduction
ICT introduction
 
Lesson 4- Developing ict content for specific purposes
Lesson 4- Developing ict content for specific purposesLesson 4- Developing ict content for specific purposes
Lesson 4- Developing ict content for specific purposes
 
Em tech tg-acad-v5-112316
Em tech tg-acad-v5-112316Em tech tg-acad-v5-112316
Em tech tg-acad-v5-112316
 
Online safety, security, ethics & etiquette
Online safety, security, ethics & etiquetteOnline safety, security, ethics & etiquette
Online safety, security, ethics & etiquette
 
CURRENT AND FUTURE TRENDS IN MEDIA AND .pdf
CURRENT AND FUTURE TRENDS IN MEDIA AND .pdfCURRENT AND FUTURE TRENDS IN MEDIA AND .pdf
CURRENT AND FUTURE TRENDS IN MEDIA AND .pdf
 
Empowerment Technology - Basic Web Design Principles and Elements
Empowerment Technology - Basic Web Design Principles and ElementsEmpowerment Technology - Basic Web Design Principles and Elements
Empowerment Technology - Basic Web Design Principles and Elements
 
Web 1.0 to Web 3.0 - Evolution of the Web and its Various Challenges
Web 1.0 to Web 3.0 - Evolution of the Web and its Various ChallengesWeb 1.0 to Web 3.0 - Evolution of the Web and its Various Challenges
Web 1.0 to Web 3.0 - Evolution of the Web and its Various Challenges
 
Online Systems, Functions, and Platforms
Online Systems, Functions, and PlatformsOnline Systems, Functions, and Platforms
Online Systems, Functions, and Platforms
 
ICT as a Platform for Change
ICT as a Platform for Change ICT as a Platform for Change
ICT as a Platform for Change
 
12 Publishing and Sustaining for ICT Project
12 Publishing and Sustaining for ICT Project12 Publishing and Sustaining for ICT Project
12 Publishing and Sustaining for ICT Project
 
Current and Future Trends of Media and Information
Current and Future Trends of Media and InformationCurrent and Future Trends of Media and Information
Current and Future Trends of Media and Information
 
Module 4 EMPOWERMENT TECHNOLOGY
Module 4 EMPOWERMENT TECHNOLOGYModule 4 EMPOWERMENT TECHNOLOGY
Module 4 EMPOWERMENT TECHNOLOGY
 

Viewers also liked

Viewers also liked (6)

The Next Big Thing is Web 3.0. Catch It If You Can
The Next Big Thing is Web 3.0. Catch It If You Can The Next Big Thing is Web 3.0. Catch It If You Can
The Next Big Thing is Web 3.0. Catch It If You Can
 
Detail History of web 1.0 to 3.0
Detail History of web 1.0 to 3.0Detail History of web 1.0 to 3.0
Detail History of web 1.0 to 3.0
 
News writing and reporting: Leveraging new media
News writing and reporting: Leveraging new mediaNews writing and reporting: Leveraging new media
News writing and reporting: Leveraging new media
 
Web 1.0: The Web as Resource
Web 1.0:  The Web as ResourceWeb 1.0:  The Web as Resource
Web 1.0: The Web as Resource
 
Web 1.0 2.0-3.0-4.0 Overview
Web 1.0 2.0-3.0-4.0 OverviewWeb 1.0 2.0-3.0-4.0 Overview
Web 1.0 2.0-3.0-4.0 Overview
 
GENERAL BIOLOGY Unit 1 lesson 1 ppt
GENERAL BIOLOGY Unit 1 lesson 1 pptGENERAL BIOLOGY Unit 1 lesson 1 ppt
GENERAL BIOLOGY Unit 1 lesson 1 ppt
 

Similar to Web 1.0, Web 2.0 & Web 3.0

Semantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesSemantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesJohn Breslin
 
Interlinking Online Communities and Enriching Social Software with the Semant...
Interlinking Online Communities and Enriching Social Software with the Semant...Interlinking Online Communities and Enriching Social Software with the Semant...
Interlinking Online Communities and Enriching Social Software with the Semant...John Breslin
 
Web 1.02.03.0 Good.ppt
Web 1.02.03.0 Good.pptWeb 1.02.03.0 Good.ppt
Web 1.02.03.0 Good.pptBalasundaramSr
 
Web 2.0 Instructional Tools
Web 2.0 Instructional ToolsWeb 2.0 Instructional Tools
Web 2.0 Instructional ToolsAntwuan Stinson
 
Future of Web 2.0 & The Semantic Web
Future of Web 2.0 & The Semantic WebFuture of Web 2.0 & The Semantic Web
Future of Web 2.0 & The Semantic Webis20090
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic WebHatem Mahmoud
 
Repositories thru the looking glass
Repositories thru the looking glassRepositories thru the looking glass
Repositories thru the looking glassEduserv Foundation
 
The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic WebJohn Breslin
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark GreavesMediabistro
 
Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planningNavid Milanizadeh
 
DM110 - Week 10 - Semantic Web / Web 3.0
DM110 - Week 10 - Semantic Web / Web 3.0DM110 - Week 10 - Semantic Web / Web 3.0
DM110 - Week 10 - Semantic Web / Web 3.0John Breslin
 
Hypertext2007 Carole Goble Keynote - "The Return of the Prodigal Web"
Hypertext2007 Carole Goble Keynote - "The Return of the Prodigal Web"Hypertext2007 Carole Goble Keynote - "The Return of the Prodigal Web"
Hypertext2007 Carole Goble Keynote - "The Return of the Prodigal Web"hypertext2007
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAFUldis Bojars
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data TutorialSören Auer
 

Similar to Web 1.0, Web 2.0 & Web 3.0 (20)

Evolution Of WEB_students.pptx
Evolution Of WEB_students.pptxEvolution Of WEB_students.pptx
Evolution Of WEB_students.pptx
 
Semantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesSemantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information Spaces
 
Interlinking Online Communities and Enriching Social Software with the Semant...
Interlinking Online Communities and Enriching Social Software with the Semant...Interlinking Online Communities and Enriching Social Software with the Semant...
Interlinking Online Communities and Enriching Social Software with the Semant...
 
Www journey
Www journeyWww journey
Www journey
 
Web 1.02.03.0 Good.ppt
Web 1.02.03.0 Good.pptWeb 1.02.03.0 Good.ppt
Web 1.02.03.0 Good.ppt
 
Web 2.0 Instructional Tools
Web 2.0 Instructional ToolsWeb 2.0 Instructional Tools
Web 2.0 Instructional Tools
 
Client Side Technologies
Client Side TechnologiesClient Side Technologies
Client Side Technologies
 
Future of Web 2.0 & The Semantic Web
Future of Web 2.0 & The Semantic WebFuture of Web 2.0 & The Semantic Web
Future of Web 2.0 & The Semantic Web
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic Web
 
Web 2.0 tools in education
 Web 2.0 tools in education Web 2.0 tools in education
Web 2.0 tools in education
 
Repositories thru the looking glass
Repositories thru the looking glassRepositories thru the looking glass
Repositories thru the looking glass
 
Semantic web
Semantic webSemantic web
Semantic web
 
The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic Web
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark Greaves
 
Web 3 0
Web 3 0 Web 3 0
Web 3 0
 
Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planning
 
DM110 - Week 10 - Semantic Web / Web 3.0
DM110 - Week 10 - Semantic Web / Web 3.0DM110 - Week 10 - Semantic Web / Web 3.0
DM110 - Week 10 - Semantic Web / Web 3.0
 
Hypertext2007 Carole Goble Keynote - "The Return of the Prodigal Web"
Hypertext2007 Carole Goble Keynote - "The Return of the Prodigal Web"Hypertext2007 Carole Goble Keynote - "The Return of the Prodigal Web"
Hypertext2007 Carole Goble Keynote - "The Return of the Prodigal Web"
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAF
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 

More from tokey_sport

Software as a Service (SAAS)
Software as a Service (SAAS)Software as a Service (SAAS)
Software as a Service (SAAS)tokey_sport
 
Patah dan terkehel
Patah dan terkehelPatah dan terkehel
Patah dan terkeheltokey_sport
 
Resusitasi kardio pulmonari (cpr)
Resusitasi kardio pulmonari (cpr)Resusitasi kardio pulmonari (cpr)
Resusitasi kardio pulmonari (cpr)tokey_sport
 
Pitam dan pengsan
Pitam dan pengsanPitam dan pengsan
Pitam dan pengsantokey_sport
 
Kecederaan tisu lembut
Kecederaan tisu lembutKecederaan tisu lembut
Kecederaan tisu lembuttokey_sport
 
Sukan dan integrasi kaum
Sukan dan integrasi kaumSukan dan integrasi kaum
Sukan dan integrasi kaumtokey_sport
 
Sukan dan sosialisasi
Sukan dan sosialisasiSukan dan sosialisasi
Sukan dan sosialisasitokey_sport
 
Pengenalan sosiologi sukan
Pengenalan sosiologi sukanPengenalan sosiologi sukan
Pengenalan sosiologi sukantokey_sport
 

More from tokey_sport (9)

Software as a Service (SAAS)
Software as a Service (SAAS)Software as a Service (SAAS)
Software as a Service (SAAS)
 
5.4 motivasi
5.4 motivasi5.4 motivasi
5.4 motivasi
 
Patah dan terkehel
Patah dan terkehelPatah dan terkehel
Patah dan terkehel
 
Resusitasi kardio pulmonari (cpr)
Resusitasi kardio pulmonari (cpr)Resusitasi kardio pulmonari (cpr)
Resusitasi kardio pulmonari (cpr)
 
Pitam dan pengsan
Pitam dan pengsanPitam dan pengsan
Pitam dan pengsan
 
Kecederaan tisu lembut
Kecederaan tisu lembutKecederaan tisu lembut
Kecederaan tisu lembut
 
Sukan dan integrasi kaum
Sukan dan integrasi kaumSukan dan integrasi kaum
Sukan dan integrasi kaum
 
Sukan dan sosialisasi
Sukan dan sosialisasiSukan dan sosialisasi
Sukan dan sosialisasi
 
Pengenalan sosiologi sukan
Pengenalan sosiologi sukanPengenalan sosiologi sukan
Pengenalan sosiologi sukan
 

Recently uploaded

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 

Recently uploaded (20)

DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 

Web 1.0, Web 2.0 & Web 3.0

  • 1.
  • 2. W hat is web 1.0? An old internet that only allows people to read from the An old internet that only allows people to read from the internet. internet. Firststage World wide linking web pages and hyperlink. First stage World wide linking web pages and hyperlink. Webis use as “information portal” Web is use as “information portal” Ituses table to positions and align elements on page It uses table to positions and align elements on page
  • 3. What is web 2.0?  It is aaplatform that give users the possibility to control  It is platform that give users the possibility to control their data. their data.  This is about user -- generated content and the read This is about user generated content and the readwrite web. write web.  Everyone can be content producer.  Everyone can be content producer.  Web 2.0 can be describe into 3 concepts which is ….  Web 2.0 can be describe into 3 concepts which is ….
  • 5. How W 1.0 And W 2.0 eb eb W ork?
  • 6.
  • 7. Example Of W 1.0 And eb W 2.0 eb
  • 8.
  • 9. W hat is W 3.0??? EB  Suggested name by John Markoff of the New York Times for the  Suggested name by John Markoff of the New York Times for the third-generation of the web. third-generation of the web.  In this generation, all the application on web or mobile will be  In this generation, all the application on web or mobile will be upgraded with more features. upgraded with more features.  It apply same principle as WEB 2.0 : :two way interaction  It apply same principle as WEB 2.0 two way interaction  Web 3.0 will be more connected, open, and intelligent, with semantic  Web 3.0 will be more connected, open, and intelligent, with semantic Web technologies, distributed databases, natural language processing, Web technologies, distributed databases, natural language processing, machine learning, machine reasoning, and autonomous agents. machine learning, machine reasoning, and autonomous agents.
  • 10. Different between W 3.0 with W 2.0 and EB EB W 1.0 EB WEB 1.0 WEB 2.0 WEB 3.0 The web The social web The semantic web Read only web Read and write web Read, write and execute web Information sharing Interaction Immersion Connect information Connect people Connect knowledge All about static content, one way publishing (one way communication) More about two way communication through social networking, blogging, tagging and wikis. Curiously undefined. Example : Personal web sites Example : Blogs, Facebook Example : Semantic blog (semiblog, haystack)
  • 12. Example of W 3.0 EB
  • 13. W is Semantic W hat eb??? Definition : The semantic web is an exciting new evolution of the World Wide Web (WWW) providing machine-readable and machine-comprehensible information far beyond current capabilities.  help computers understand the meaning behind the web page. Make life easier. The web of the future.
  • 15. Semantic web as a component of web 3.0
  • 16. URI  uniform resource identifier (URI) is the way you identify any of those points of content, whether it be a page of text, a video or sound clip, a still or animated image, or a program.  The most common form of URI is the Web page address, which is a particular form or subset of URI called a Uniform Resource Locator (URL). A URI typically describes:  The mechanism used to access the resource  The specific computer that the resource is housed in  For ex: http:/www.w3.org/ / Icons/ W / W W w3c_main.gif
  • 17. URL  This URL is broken into four parts:  HTTP : communication protocol  :/ : Separator /  www: W orld W ide W eb  Google:The site name  com: domain name .com for commercial.
  • 18. RDF  The Resource Description Framework (RDF) is a family of World Wide Web Consortium (W3C) specifications originally designed as a metadatadata model  This framework is used to represent data in the LOD (linking open data) cloud as an XML file.   It is also a way to define resources using a specific framework.  *LOD : data in the LOD cloud is o p e n and freely available. The ultimate sense of openness is that the data may be freely e d ite d by users,
  • 19. RDFS  RDF Schema (Resource Description Framework Schema, variously abbreviated as RDFS, RDF(S), RDF-S, or RDF/ is a set of S) classes with certain properties using the RDF extensible knowledge representation language, providing basic elements for the description of ontologies, otherwise called RDF vocabularies, intended to structure RDF resources.  Semantic Extension RDF .
  • 20. OWL  Ontology defines the terms used to describe and represent an area of knowledge. Ontologies are used by people, databases, and applications that need to share domain information (a domain is just a specific subject area or area of knowledge, like medicine.  The OWL Web Ontology Language is designed for use by applications that need to process the content of information instead of just presenting information to humans.  OWL is a We b Ontology language. Where earlier languages have been used to develop tools and ontologies for specific user communities (particularly in the sciences and in company-specific e-commerce applications
  • 21. MICROFORMAT • • • Microformats are small patterns of HTML to represent commonly published things like people, events, blog posts, reviews and tags in web pages. Microformats are the quickest & simplest way to provide an API to the information on your website. Microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging).
  • 22. Many Web developers would just format the content as a generic list like this: <ul> <li>Joe Doe</li> <li>The Example Company</li> <li>604-555-1234</li> <li><a href="http://example.com/">http://example.com/ </a></li> </ul> The problem with this is that the inherent structure of that information is completely lost. If I want to pull those contacts out and put them in my address book I have to do it manually.
  • 23. So the previous example would look like this with the hCard microformat: <ul class="vcard"> <li class="fn">Joe Doe</li> <li class="org">The Example Company</li> <li class="tel">604-555-1234</li> <li><a class="url" href="http://example.com/">http://example.co m/</a></li> </ul>
  • 25. Challenges • Explanation Vastness  Other problems associated with Web 3.0 expansion are the vastness of the web and security issues with cloud computing.  According to WorldWideWebSize.com, the web today contains at least 20 billion indexed pages.  This is a rather big input for any modern system that deals with information and semantics. It will take some time to remove all duplicate terms and to outline information with semantic values that are specific to the subject
  • 26. Challenges • Explanation Vagueness  Web 3.0 assumes that computers will be using their own reasoning to deal with tons of information, available in forms like RDF, XML, or any other markup language.  To catalog information in real time and deal with its vagueness, systems will have to use fuzzy logic in order to process different types of information.
  • 27. Challenges • Explanation Uncertainty  Uncertainty refers to something a system can't easily classify and save to the appropriate table in the database.  Inconsistency stands for logical contradictions which inevitably arise during the development of large systems.  One can't use deductive reasoning to solve this problem. Instead, defeasible reasoning and paraconsistent reasoning should be used Inconsistency
  • 28. Challenges • Explanation Deceit  This is when the producer of the information is intentionally misleading the consumer of the information.