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

Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAFUldis Bojars
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebMarina Santini
 
09 semantic web & ontologies
09 semantic web & ontologies09 semantic web & ontologies
09 semantic web & ontologiesMarina Santini
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebTomek Pluskiewicz
 
An Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAn Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAnkur Biswas
 
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...Richard Wallis
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technologyStanley Wang
 
Introduction to web technology
Introduction to web technologyIntroduction to web technology
Introduction to web technologyPallawiBulakh1
 
Evolution Towards Web 3.0: The Semantic Web
Evolution Towards Web 3.0: The Semantic WebEvolution Towards Web 3.0: The Semantic Web
Evolution Towards Web 3.0: The Semantic WebLeeFeigenbaum
 
The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic WebJohn Breslin
 
Web 3.0 explained with a stamp (pt II: techniques)
Web 3.0 explained with a stamp (pt II: techniques)Web 3.0 explained with a stamp (pt II: techniques)
Web 3.0 explained with a stamp (pt II: techniques)Freek Bijl
 
semantic web-unique presentation
semantic web-unique presentationsemantic web-unique presentation
semantic web-unique presentationramesh kumar
 
Semantic web Document
Semantic web DocumentSemantic web Document
Semantic web Documentap
 
Social Networks and the Semantic Web: a retrospective of the past 10 years
Social Networks and the Semantic Web: a retrospective of the past 10 yearsSocial Networks and the Semantic Web: a retrospective of the past 10 years
Social Networks and the Semantic Web: a retrospective of the past 10 yearsPeter Mika
 
What is hot on the web right now - A W3C perspective
What is hot on the web right now - A W3C perspectiveWhat is hot on the web right now - A W3C perspective
What is hot on the web right now - A W3C perspectiveArmin Haller
 
Week 2 computers, web and the internet
Week 2 computers, web and the internetWeek 2 computers, web and the internet
Week 2 computers, web and the internetcarolyn oldham
 

What's hot (19)

Semantic web
Semantic webSemantic web
Semantic web
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAF
 
Semantic web
Semantic webSemantic web
Semantic web
 
A short introduction to Semantic Web - 2012
A short introduction to Semantic Web - 2012A short introduction to Semantic Web - 2012
A short introduction to Semantic Web - 2012
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
 
09 semantic web & ontologies
09 semantic web & ontologies09 semantic web & ontologies
09 semantic web & ontologies
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
An Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAn Introduction to Semantic Web Technology
An Introduction to Semantic Web Technology
 
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technology
 
Introduction to web technology
Introduction to web technologyIntroduction to web technology
Introduction to web technology
 
Evolution Towards Web 3.0: The Semantic Web
Evolution Towards Web 3.0: The Semantic WebEvolution Towards Web 3.0: The Semantic Web
Evolution Towards Web 3.0: The Semantic Web
 
The Social Semantic Web
The Social Semantic WebThe Social Semantic Web
The Social Semantic Web
 
Web 3.0 explained with a stamp (pt II: techniques)
Web 3.0 explained with a stamp (pt II: techniques)Web 3.0 explained with a stamp (pt II: techniques)
Web 3.0 explained with a stamp (pt II: techniques)
 
semantic web-unique presentation
semantic web-unique presentationsemantic web-unique presentation
semantic web-unique presentation
 
Semantic web Document
Semantic web DocumentSemantic web Document
Semantic web Document
 
Social Networks and the Semantic Web: a retrospective of the past 10 years
Social Networks and the Semantic Web: a retrospective of the past 10 yearsSocial Networks and the Semantic Web: a retrospective of the past 10 years
Social Networks and the Semantic Web: a retrospective of the past 10 years
 
What is hot on the web right now - A W3C perspective
What is hot on the web right now - A W3C perspectiveWhat is hot on the web right now - A W3C perspective
What is hot on the web right now - A W3C perspective
 
Week 2 computers, web and the internet
Week 2 computers, web and the internetWeek 2 computers, web and the internet
Week 2 computers, web and the internet
 

Similar to Kump 3 completed

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
 
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.0Ghazal Hina
 
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
 
Repositories thru the looking glass
Repositories thru the looking glassRepositories thru the looking glass
Repositories thru the looking glassEduserv Foundation
 
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
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data TutorialSören Auer
 
World wide web An Introduction
World wide web An IntroductionWorld wide web An Introduction
World wide web An IntroductionSidrah Noor
 
Making the Web searchable
Making the Web searchableMaking the Web searchable
Making the Web searchablePeter Mika
 

Similar to Kump 3 completed (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
 
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
 
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 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
 
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"
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
Semantic Web, e-commerce
Semantic Web, e-commerceSemantic Web, e-commerce
Semantic Web, e-commerce
 
World wide web An Introduction
World wide web An IntroductionWorld wide web An Introduction
World wide web An Introduction
 
Making the Web searchable
Making the Web searchableMaking the Web searchable
Making the Web searchable
 

Recently uploaded

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 

Recently uploaded (20)

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 

Kump 3 completed

  • 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.