SlideShare une entreprise Scribd logo
1  sur  51
Web 3.0


          Haris




                  21-Nov-08   1
21-Nov-08   2
Uniform Resource Locator




                           21-Nov-08   3
REST




       21-Nov-08   4
21-Nov-08   5
Web 2.0 - Democracy
                       Read n Write Web




Users are in Control    Rise of the Prosumers   Wikis


                                                  21-Nov-08   6
Web 2.0 - Ubiquity
                   Its everywhere




Self - Organized    Mobile 1.0      Real Time


                                      21-Nov-08   7
Web 2.0 - Applications




  VOIP            Office   Maps



                            21-Nov-08   8
Web 2.0 - Usability




  Mashups    Personilized Home Pages   RIA


                                             21-Nov-08   9
Web 2.0 Technology




    UI         Tag Clouds   Syndication


                                  21-Nov-08   10
21-Nov-08   11
21-Nov-08   12
21-Nov-08   13
21-Nov-08   14
Web 3.0



  “An extension of the current Web in which
   information is given well-defined meaning,
 better enabling computers and people to work
                in co-operation”




                                        21-Nov-08   15
Stack




        21-Nov-08   16
Metadata

              Data about data


                Manage data


           Used for record keeping


    Identify documents ,files – Search


                                         21-Nov-08   17
Tagging

          Different granularity of tagging


          Multilingualism


          Spelling errors, terminology


          Ineffective tagged resources


                                   21-Nov-08   18
MicroFormats




    ... a way to create information that is both
            human and machine readable


                                                   21-Nov-08   19
Why microformats ?

   easy to share and reuse data
   populate address books
   browse social relationships
   share reviews
 tag content
 semantic labels




                                   21-Nov-08   20
21-Nov-08   21
21-Nov-08   22
People exist in space and time
                Geo adr




        hcard             hCalendar



                                      21-Nov-08   23
Artificial Intelligence




    computer can never be programmed to answer
            all mathematical questions.


                                            21-Nov-08   24
21-Nov-08   25
U know ?

 language  a set of discrete symbols.

 syntax  the rules for the construction of a statement

 semantics  relationship between symbols

 ontology relationships between terms of knowledge




                                                           21-Nov-08   26
Relational Database

                    Most Common
                Data as rows/tuples

       EMP_ID   NAME    HIRE_DATE     SALARY

       13954    Joe     2000-04-14    48000

       10335    Mary    1998-11-23    52000

       …        …       …             …

       04182    Bob     2005-02-10    21750



        SELECT SALARY, HIRE_DATE
                  FROM EMPS
                  WHERE EMP_ID = 13954



                                               21-Nov-08   27
Resource Description Framework




                                 21-Nov-08   28
RDF

 Flexible and extensible way to represent information

 RDF can indicate membership

 RDF is a graph data model

 Triple : Subject Predicate Object

 The sky (subject ) has the color (predicate) blue (object)



                                                               21-Nov-08   29
Data Model

      emps:e13954 HR:name                'Joe'

      emps:e13954 HR:hire-date 2000-04-14

      emps:e13954 HR:salary              48000

                 Subject      Predicate           Object


             emps:e13954   HR:name          'Joe'


             emps:e13954   HR:hire-date     2000-04-14


             emps:e13954   HR:salary        48000




                                                           21-Nov-08   30
Relationships


                 HR:emp
                             rdf:type
      rdf:type
            HR:supervises
                           emps:e10335
       emps:e13954
                                 HR:worksIn         HR:dept
       HR:manages
                          dept:sales     rdf:type




                                                              21-Nov-08   31
SPARQL

 Simple Protocol and RDF Query Language

 SPARQL
    SELECT ?id, ?sal
    WHERE { ?id HR:salary ?sal }

   SQL
    SELECT emp_id, salary
    FROM employees

     • extract information in the form of URIs, blank nodes, plain and typed literals.

     • extract RDF subgraphs.

     • construct new RDF graphs based on information in the queried graphs




                                                                                         21-Nov-08   32
Friend of a Friend(FOAF)



   Person
   Social Networks/Relations
   Groups
   Identify person across sites




                                   21-Nov-08   33
RDF semantics
<rdf:RDF xmlns:rdf=quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#quot;
    xmlns:foaf=quot;http://xmlns.com/foaf/0.1/quot;>
   <foaf:Person>
         <foaf:name>Haris</foaf:name>
         <foaf:mbox rdf:resource=quot;mailto:haris.al@teamta.inquot; />
         <foaf:knows>
                    <foaf:Person>
                              <foaf:name>Manesh</foaf:name>
                    </foaf:Person>
   </foaf:Person>
</rdf:RDF>



             SELECT ?name ?mbox
                      WHERE
                               { ?x foaf:name ?name .
                                ?x foaf:mbox ?mbox }

                                                                   21-Nov-08   34
21-Nov-08   35
Simple Knowledge Organisation
                System

   Tool for publishing descriptions of concepts,
   Simple knowledge structures
   Collected Vocabulary
   Repository of synonyms
   Taxonomical data
   Wordnet




                                                    21-Nov-08   36
21-Nov-08   37
21-Nov-08   38
21-Nov-08   39
Architectures




                21-Nov-08   40
Mobility
      Android   IPhone




                         21-Nov-08   41
Services

     Every new service can be built on existing service


 Addition of services and the data makes web more powerful


                          Result ?



Innovation->Competition->Specialization



                                                          21-Nov-08   42
21-Nov-08   43
Business Model

                     Content
                        +
       Commerce + Community + Communication



                        +
                     Context
                        +
                  Personalization
                        +
                  Vertical Search



                                              21-Nov-08   44
www.radarnetworks.com


   TWINE - a semantic 'personal data organizer‘
   Email as data
   Youtube , Flickr
   manual and automatic 'tagging'
   knowledge network




                                                   21-Nov-08   45
NATIONAL INFRASTRUCTURE SIMULATION AND ANALYSIS CENTER

                                                 Enter a keyword in search box

                                                 Expand the word into its synonyms

                                                 Use SPARQL to expand keyword into all
                                                  synonyms RDF-SKOS

                                                  Create a request for the most important
                                                  synonyms

                                                 Create SQL statement for highest priority
                                                  synonyms

                                                 Retrieve documents containing these
                                                  synonyms

                                                 Pass SQL statement to Oracle to retrieve
                                                  documents

More info-http://www.sandia.gov/nisac/docs/SchimanskiSemTech2007.ppt
                                                                               21-Nov-08     46
omni-functional product
              http://home.zcubes.com/


            Integrate as many web services
      No need to know the implementation details




                    Creative ZCubes

                      showcase

                        ZLife

                                                   21-Nov-08   47
Metaweb Technologies


                    extract ordered knowledge

                    Free + Database = Freebase.com

                    collaboratively-edited database




                                                       21-Nov-08   48
Joost

         online global TV distribution

         customizable peer-to-peer TV software

         RDF's Semantic Web linkages

         program their own virtual TV networks


               http://www.joost.com/




                                             21-Nov-08   49
THANK YOU




            21-Nov-08   50
21-Nov-08   51

Contenu connexe

Tendances

Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebMarina 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
 
The Semantic Web #1 - Overview
The Semantic Web #1 - OverviewThe Semantic Web #1 - Overview
The Semantic Web #1 - OverviewMyungjin Lee
 
The Semantic Web: An Introduction
The Semantic Web: An IntroductionThe Semantic Web: An Introduction
The Semantic Web: An IntroductionElena Simperl
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic WebHatem Mahmoud
 
Web 3.0 - The Future of Web
Web 3.0 - The Future of WebWeb 3.0 - The Future of Web
Web 3.0 - The Future of WebMarcelo Serpa
 
Introduction to Web 3 - Tony Aube at WAQ19
Introduction to Web 3 - Tony Aube at WAQ19Introduction to Web 3 - Tony Aube at WAQ19
Introduction to Web 3 - Tony Aube at WAQ19Tony Aubé
 
Chapter 1 semantic web
Chapter 1 semantic webChapter 1 semantic web
Chapter 1 semantic webR A Akerkar
 
Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaEdureka!
 
Semantic web
Semantic webSemantic web
Semantic webRehithaP
 

Tendances (20)

Semantic web
Semantic webSemantic web
Semantic web
 
The future internet web 3.0
The future internet  web 3.0The future internet  web 3.0
The future internet web 3.0
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
 
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
 
The Semantic Web #1 - Overview
The Semantic Web #1 - OverviewThe Semantic Web #1 - Overview
The Semantic Web #1 - Overview
 
Semantic web
Semantic webSemantic web
Semantic web
 
Hyperledger Fabric
Hyperledger FabricHyperledger Fabric
Hyperledger Fabric
 
Semantic web
Semantic webSemantic web
Semantic web
 
The Semantic Web: An Introduction
The Semantic Web: An IntroductionThe Semantic Web: An Introduction
The Semantic Web: An Introduction
 
Web 3.0
Web 3.0Web 3.0
Web 3.0
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic Web
 
Web 3.0 - The Future of Web
Web 3.0 - The Future of WebWeb 3.0 - The Future of Web
Web 3.0 - The Future of Web
 
Introduction to Web 3 - Tony Aube at WAQ19
Introduction to Web 3 - Tony Aube at WAQ19Introduction to Web 3 - Tony Aube at WAQ19
Introduction to Web 3 - Tony Aube at WAQ19
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Chapter 1 semantic web
Chapter 1 semantic webChapter 1 semantic web
Chapter 1 semantic web
 
Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | Edureka
 
FOAF
FOAFFOAF
FOAF
 
Semantic web
Semantic webSemantic web
Semantic web
 
Metaverse Infographics
Metaverse InfographicsMetaverse Infographics
Metaverse Infographics
 

En vedette

Marketing Plan Tianshi Unicore
Marketing Plan Tianshi UnicoreMarketing Plan Tianshi Unicore
Marketing Plan Tianshi UnicoreT. Andriansyah
 
Presentasi Bisnis Tianshi Unicore Online
Presentasi Bisnis Tianshi Unicore OnlinePresentasi Bisnis Tianshi Unicore Online
Presentasi Bisnis Tianshi Unicore OnlineT. Andriansyah
 
India Overview Part12008
India Overview Part12008India Overview Part12008
India Overview Part12008dansutton
 
Totalitarianism Quick Overview
Totalitarianism   Quick OverviewTotalitarianism   Quick Overview
Totalitarianism Quick Overviewdansutton
 
Adolf Hitler
Adolf HitlerAdolf Hitler
Adolf Hitlerdansutton
 
Hitler's Germany
Hitler's GermanyHitler's Germany
Hitler's Germanydansutton
 
The Great War Stalemate
The Great War StalemateThe Great War Stalemate
The Great War Stalematedansutton
 
Intro to Imperialism
Intro to ImperialismIntro to Imperialism
Intro to Imperialismdansutton
 
Indiaoverview Part12008
Indiaoverview Part12008Indiaoverview Part12008
Indiaoverview Part12008dansutton
 
French Revolution Simulation
French Revolution SimulationFrench Revolution Simulation
French Revolution Simulationdansutton
 
Philosophical Indus
Philosophical IndusPhilosophical Indus
Philosophical Indusdansutton
 
American Revolution
American RevolutionAmerican Revolution
American Revolutiondansutton
 
Foundations of Democracy
Foundations of DemocracyFoundations of Democracy
Foundations of Democracydansutton
 
Oracle Sprout Core Presentation 2008 08 12
Oracle Sprout Core Presentation 2008 08 12Oracle Sprout Core Presentation 2008 08 12
Oracle Sprout Core Presentation 2008 08 12sproutit
 
SproutCore GTUG
SproutCore GTUGSproutCore GTUG
SproutCore GTUGsproutit
 

En vedette (20)

Marketing Plan Tianshi Unicore
Marketing Plan Tianshi UnicoreMarketing Plan Tianshi Unicore
Marketing Plan Tianshi Unicore
 
Soft
SoftSoft
Soft
 
Presentasi Bisnis Tianshi Unicore Online
Presentasi Bisnis Tianshi Unicore OnlinePresentasi Bisnis Tianshi Unicore Online
Presentasi Bisnis Tianshi Unicore Online
 
Laxxshiikaxx
LaxxshiikaxxLaxxshiikaxx
Laxxshiikaxx
 
Soft
SoftSoft
Soft
 
India Overview Part12008
India Overview Part12008India Overview Part12008
India Overview Part12008
 
Totalitarianism Quick Overview
Totalitarianism   Quick OverviewTotalitarianism   Quick Overview
Totalitarianism Quick Overview
 
Adolf Hitler
Adolf HitlerAdolf Hitler
Adolf Hitler
 
Mussolini
MussoliniMussolini
Mussolini
 
Hitler's Germany
Hitler's GermanyHitler's Germany
Hitler's Germany
 
The Great War Stalemate
The Great War StalemateThe Great War Stalemate
The Great War Stalemate
 
Intro to Imperialism
Intro to ImperialismIntro to Imperialism
Intro to Imperialism
 
Indiaoverview Part12008
Indiaoverview Part12008Indiaoverview Part12008
Indiaoverview Part12008
 
French Revolution Simulation
French Revolution SimulationFrench Revolution Simulation
French Revolution Simulation
 
Philosophical Indus
Philosophical IndusPhilosophical Indus
Philosophical Indus
 
Eto 41 45
Eto 41 45Eto 41 45
Eto 41 45
 
American Revolution
American RevolutionAmerican Revolution
American Revolution
 
Foundations of Democracy
Foundations of DemocracyFoundations of Democracy
Foundations of Democracy
 
Oracle Sprout Core Presentation 2008 08 12
Oracle Sprout Core Presentation 2008 08 12Oracle Sprout Core Presentation 2008 08 12
Oracle Sprout Core Presentation 2008 08 12
 
SproutCore GTUG
SproutCore GTUGSproutCore GTUG
SproutCore GTUG
 

Similaire à web 3.0 part1

Semantic Technologies for Big Data
Semantic Technologies for Big DataSemantic Technologies for Big Data
Semantic Technologies for Big DataMarin Dimitrov
 
Linking data without common identifiers
Linking data without common identifiersLinking data without common identifiers
Linking data without common identifiersLars Marius Garshol
 
Semantic Search for Enterprise 2.0
Semantic Search for Enterprise 2.0Semantic Search for Enterprise 2.0
Semantic Search for Enterprise 2.0Alexandre Passant
 
WebGUI And The Semantic Web
WebGUI And The Semantic WebWebGUI And The Semantic Web
WebGUI And The Semantic WebWilliam McKee
 
Hadoop databases for oracle DBAs
Hadoop databases for oracle DBAsHadoop databases for oracle DBAs
Hadoop databases for oracle DBAsMaxym Kharchenko
 
Moving Library Metadata Toward Linked Data: Opportunities Provided by the eX...
Moving Library Metadata Toward Linked Data:  Opportunities Provided by the eX...Moving Library Metadata Toward Linked Data:  Opportunities Provided by the eX...
Moving Library Metadata Toward Linked Data: Opportunities Provided by the eX...Jennifer Bowen
 
Applying large scale text analytics with graph databases
Applying large scale text analytics with graph databasesApplying large scale text analytics with graph databases
Applying large scale text analytics with graph databasesData Ninja API
 
Tech4Africa - Opportunities around Big Data
Tech4Africa - Opportunities around Big DataTech4Africa - Opportunities around Big Data
Tech4Africa - Opportunities around Big DataSteve Watt
 
(PROJEKTURA) Big Data Open Data story for TGG
(PROJEKTURA) Big Data Open Data story for TGG(PROJEKTURA) Big Data Open Data story for TGG
(PROJEKTURA) Big Data Open Data story for TGGRatko Mutavdzic
 
NOSQL overview and intro to graph databases with Neo4j (Geeknight May 2010)
NOSQL overview and intro to graph databases with Neo4j (Geeknight May 2010)NOSQL overview and intro to graph databases with Neo4j (Geeknight May 2010)
NOSQL overview and intro to graph databases with Neo4j (Geeknight May 2010)Emil Eifrem
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsRinke Hoekstra
 
Semantic Web - Lecture 09 - Web Information Systems (4011474FNR)
Semantic Web - Lecture 09 - Web Information Systems (4011474FNR)Semantic Web - Lecture 09 - Web Information Systems (4011474FNR)
Semantic Web - Lecture 09 - Web Information Systems (4011474FNR)Beat Signer
 
A NOSQL Overview And The Benefits Of Graph Databases (nosql east 2009)
A NOSQL Overview And The Benefits Of Graph Databases (nosql east 2009)A NOSQL Overview And The Benefits Of Graph Databases (nosql east 2009)
A NOSQL Overview And The Benefits Of Graph Databases (nosql east 2009)Emil Eifrem
 

Similaire à web 3.0 part1 (20)

Semantic Technologies for Big Data
Semantic Technologies for Big DataSemantic Technologies for Big Data
Semantic Technologies for Big Data
 
Linking data without common identifiers
Linking data without common identifiersLinking data without common identifiers
Linking data without common identifiers
 
When?
When?When?
When?
 
Semantic Search for Enterprise 2.0
Semantic Search for Enterprise 2.0Semantic Search for Enterprise 2.0
Semantic Search for Enterprise 2.0
 
Metadata is back!
Metadata is back!Metadata is back!
Metadata is back!
 
WebGUI And The Semantic Web
WebGUI And The Semantic WebWebGUI And The Semantic Web
WebGUI And The Semantic Web
 
Tara Raafat
Tara RaafatTara Raafat
Tara Raafat
 
No Sql
No SqlNo Sql
No Sql
 
Hadoop databases for oracle DBAs
Hadoop databases for oracle DBAsHadoop databases for oracle DBAs
Hadoop databases for oracle DBAs
 
Moving Library Metadata Toward Linked Data: Opportunities Provided by the eX...
Moving Library Metadata Toward Linked Data:  Opportunities Provided by the eX...Moving Library Metadata Toward Linked Data:  Opportunities Provided by the eX...
Moving Library Metadata Toward Linked Data: Opportunities Provided by the eX...
 
Applying large scale text analytics with graph databases
Applying large scale text analytics with graph databasesApplying large scale text analytics with graph databases
Applying large scale text analytics with graph databases
 
Tech4Africa - Opportunities around Big Data
Tech4Africa - Opportunities around Big DataTech4Africa - Opportunities around Big Data
Tech4Africa - Opportunities around Big Data
 
Semtech2006
Semtech2006Semtech2006
Semtech2006
 
(PROJEKTURA) Big Data Open Data story for TGG
(PROJEKTURA) Big Data Open Data story for TGG(PROJEKTURA) Big Data Open Data story for TGG
(PROJEKTURA) Big Data Open Data story for TGG
 
NOSQL overview and intro to graph databases with Neo4j (Geeknight May 2010)
NOSQL overview and intro to graph databases with Neo4j (Geeknight May 2010)NOSQL overview and intro to graph databases with Neo4j (Geeknight May 2010)
NOSQL overview and intro to graph databases with Neo4j (Geeknight May 2010)
 
Steve Watt Presentation
Steve Watt PresentationSteve Watt Presentation
Steve Watt Presentation
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n Bolts
 
Semantic web
Semantic web Semantic web
Semantic web
 
Semantic Web - Lecture 09 - Web Information Systems (4011474FNR)
Semantic Web - Lecture 09 - Web Information Systems (4011474FNR)Semantic Web - Lecture 09 - Web Information Systems (4011474FNR)
Semantic Web - Lecture 09 - Web Information Systems (4011474FNR)
 
A NOSQL Overview And The Benefits Of Graph Databases (nosql east 2009)
A NOSQL Overview And The Benefits Of Graph Databases (nosql east 2009)A NOSQL Overview And The Benefits Of Graph Databases (nosql east 2009)
A NOSQL Overview And The Benefits Of Graph Databases (nosql east 2009)
 

Dernier

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Dernier (20)

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

web 3.0 part1

  • 1. Web 3.0 Haris 21-Nov-08 1
  • 4. REST 21-Nov-08 4
  • 6. Web 2.0 - Democracy Read n Write Web Users are in Control Rise of the Prosumers Wikis 21-Nov-08 6
  • 7. Web 2.0 - Ubiquity Its everywhere Self - Organized Mobile 1.0 Real Time 21-Nov-08 7
  • 8. Web 2.0 - Applications VOIP Office Maps 21-Nov-08 8
  • 9. Web 2.0 - Usability Mashups Personilized Home Pages RIA 21-Nov-08 9
  • 10. Web 2.0 Technology UI Tag Clouds Syndication 21-Nov-08 10
  • 11. 21-Nov-08 11
  • 12. 21-Nov-08 12
  • 13. 21-Nov-08 13
  • 14. 21-Nov-08 14
  • 15. Web 3.0 “An extension of the current Web in which information is given well-defined meaning, better enabling computers and people to work in co-operation” 21-Nov-08 15
  • 16. Stack 21-Nov-08 16
  • 17. Metadata Data about data Manage data Used for record keeping Identify documents ,files – Search 21-Nov-08 17
  • 18. Tagging Different granularity of tagging Multilingualism Spelling errors, terminology Ineffective tagged resources 21-Nov-08 18
  • 19. MicroFormats ... a way to create information that is both human and machine readable 21-Nov-08 19
  • 20. Why microformats ?  easy to share and reuse data  populate address books  browse social relationships  share reviews  tag content  semantic labels 21-Nov-08 20
  • 21. 21-Nov-08 21
  • 22. 21-Nov-08 22
  • 23. People exist in space and time Geo adr hcard hCalendar 21-Nov-08 23
  • 24. Artificial Intelligence computer can never be programmed to answer all mathematical questions. 21-Nov-08 24
  • 25. 21-Nov-08 25
  • 26. U know ?  language  a set of discrete symbols.  syntax  the rules for the construction of a statement  semantics  relationship between symbols  ontology relationships between terms of knowledge 21-Nov-08 26
  • 27. Relational Database Most Common Data as rows/tuples EMP_ID NAME HIRE_DATE SALARY 13954 Joe 2000-04-14 48000 10335 Mary 1998-11-23 52000 … … … … 04182 Bob 2005-02-10 21750 SELECT SALARY, HIRE_DATE FROM EMPS WHERE EMP_ID = 13954 21-Nov-08 27
  • 29. RDF  Flexible and extensible way to represent information  RDF can indicate membership  RDF is a graph data model  Triple : Subject Predicate Object  The sky (subject ) has the color (predicate) blue (object) 21-Nov-08 29
  • 30. Data Model  emps:e13954 HR:name 'Joe'  emps:e13954 HR:hire-date 2000-04-14  emps:e13954 HR:salary 48000 Subject Predicate Object emps:e13954 HR:name 'Joe' emps:e13954 HR:hire-date 2000-04-14 emps:e13954 HR:salary 48000 21-Nov-08 30
  • 31. Relationships HR:emp rdf:type rdf:type HR:supervises emps:e10335 emps:e13954 HR:worksIn HR:dept HR:manages dept:sales rdf:type 21-Nov-08 31
  • 32. SPARQL  Simple Protocol and RDF Query Language  SPARQL SELECT ?id, ?sal WHERE { ?id HR:salary ?sal }  SQL SELECT emp_id, salary FROM employees • extract information in the form of URIs, blank nodes, plain and typed literals. • extract RDF subgraphs. • construct new RDF graphs based on information in the queried graphs 21-Nov-08 32
  • 33. Friend of a Friend(FOAF)  Person  Social Networks/Relations  Groups  Identify person across sites 21-Nov-08 33
  • 34. RDF semantics <rdf:RDF xmlns:rdf=quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#quot; xmlns:foaf=quot;http://xmlns.com/foaf/0.1/quot;> <foaf:Person> <foaf:name>Haris</foaf:name> <foaf:mbox rdf:resource=quot;mailto:haris.al@teamta.inquot; /> <foaf:knows> <foaf:Person> <foaf:name>Manesh</foaf:name> </foaf:Person> </foaf:Person> </rdf:RDF> SELECT ?name ?mbox WHERE { ?x foaf:name ?name . ?x foaf:mbox ?mbox } 21-Nov-08 34
  • 35. 21-Nov-08 35
  • 36. Simple Knowledge Organisation System  Tool for publishing descriptions of concepts,  Simple knowledge structures  Collected Vocabulary  Repository of synonyms  Taxonomical data  Wordnet 21-Nov-08 36
  • 37. 21-Nov-08 37
  • 38. 21-Nov-08 38
  • 39. 21-Nov-08 39
  • 40. Architectures 21-Nov-08 40
  • 41. Mobility Android IPhone 21-Nov-08 41
  • 42. Services Every new service can be built on existing service Addition of services and the data makes web more powerful Result ? Innovation->Competition->Specialization 21-Nov-08 42
  • 43. 21-Nov-08 43
  • 44. Business Model Content + Commerce + Community + Communication + Context + Personalization + Vertical Search 21-Nov-08 44
  • 45. www.radarnetworks.com  TWINE - a semantic 'personal data organizer‘  Email as data  Youtube , Flickr  manual and automatic 'tagging'  knowledge network 21-Nov-08 45
  • 46. NATIONAL INFRASTRUCTURE SIMULATION AND ANALYSIS CENTER  Enter a keyword in search box  Expand the word into its synonyms  Use SPARQL to expand keyword into all synonyms RDF-SKOS  Create a request for the most important synonyms  Create SQL statement for highest priority synonyms  Retrieve documents containing these synonyms  Pass SQL statement to Oracle to retrieve documents More info-http://www.sandia.gov/nisac/docs/SchimanskiSemTech2007.ppt 21-Nov-08 46
  • 47. omni-functional product http://home.zcubes.com/ Integrate as many web services No need to know the implementation details Creative ZCubes showcase ZLife 21-Nov-08 47
  • 48. Metaweb Technologies  extract ordered knowledge  Free + Database = Freebase.com  collaboratively-edited database 21-Nov-08 48
  • 49. Joost  online global TV distribution  customizable peer-to-peer TV software  RDF's Semantic Web linkages  program their own virtual TV networks http://www.joost.com/ 21-Nov-08 49
  • 50. THANK YOU 21-Nov-08 50
  • 51. 21-Nov-08 51