SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Basic distributed systems principles
Basic distributed systems principlesBasic distributed systems principles
Basic distributed systems principlesRuben Tan
 
6. Live VM migration
6. Live VM migration6. Live VM migration
6. Live VM migrationHwanju Kim
 
Implementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcareImplementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcarePistoia Alliance
 
Decentralized internet
Decentralized  internet Decentralized  internet
Decentralized internet abhinavkeesari
 
Decentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DAppDecentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DAppErik Trautman
 
Is web 3 an overengineered solution
Is web 3 an overengineered solutionIs web 3 an overengineered solution
Is web 3 an overengineered solutionBellaj Badr
 
Blockchain Fundamentals for Beginners - 101 Blockchains
Blockchain Fundamentals for Beginners - 101 BlockchainsBlockchain Fundamentals for Beginners - 101 Blockchains
Blockchain Fundamentals for Beginners - 101 Blockchains101 Blockchains Academy
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Fermat Jade
 
Web3 Full Stack Development
Web3 Full Stack DevelopmentWeb3 Full Stack Development
Web3 Full Stack DevelopmentGene Leybzon
 
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é
 
Introduction to xampp
Introduction to xamppIntroduction to xampp
Introduction to xamppJin Castor
 
CAP theorem and distributed systems
CAP theorem and distributed systemsCAP theorem and distributed systems
CAP theorem and distributed systemsKlika Tech, Inc
 
VMware vCloud and vRealize Operations
VMware vCloud and vRealize OperationsVMware vCloud and vRealize Operations
VMware vCloud and vRealize OperationsPedro Silva
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyRashi Singh
 

Was ist angesagt? (20)

Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
 
Basic distributed systems principles
Basic distributed systems principlesBasic distributed systems principles
Basic distributed systems principles
 
6. Live VM migration
6. Live VM migration6. Live VM migration
6. Live VM migration
 
Implementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcareImplementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcare
 
Decentralized internet
Decentralized  internet Decentralized  internet
Decentralized internet
 
Web 3.0- Future of Internet
Web 3.0- Future of InternetWeb 3.0- Future of Internet
Web 3.0- Future of Internet
 
Decentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DAppDecentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DApp
 
Is web 3 an overengineered solution
Is web 3 an overengineered solutionIs web 3 an overengineered solution
Is web 3 an overengineered solution
 
Blockchain Fundamentals for Beginners - 101 Blockchains
Blockchain Fundamentals for Beginners - 101 BlockchainsBlockchain Fundamentals for Beginners - 101 Blockchains
Blockchain Fundamentals for Beginners - 101 Blockchains
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?
 
Web3 Full Stack Development
Web3 Full Stack DevelopmentWeb3 Full Stack Development
Web3 Full Stack Development
 
Web3 Fundamentals
Web3 FundamentalsWeb3 Fundamentals
Web3 Fundamentals
 
What is Web 3.0
What is Web 3.0What is Web 3.0
What is Web 3.0
 
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
 
Introduction to xampp
Introduction to xamppIntroduction to xampp
Introduction to xampp
 
Web 3.0
Web 3.0Web 3.0
Web 3.0
 
CAP theorem and distributed systems
CAP theorem and distributed systemsCAP theorem and distributed systems
CAP theorem and distributed systems
 
VMware vCloud and vRealize Operations
VMware vCloud and vRealize OperationsVMware vCloud and vRealize Operations
VMware vCloud and vRealize Operations
 
SDN Abstractions
SDN AbstractionsSDN Abstractions
SDN Abstractions
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie 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
 
RDF and OWL : the powerful duo | Tara Raafat
RDF and OWL : the powerful duo | Tara RaafatRDF and OWL : the powerful duo | Tara Raafat
RDF and OWL : the powerful duo | Tara RaafatConnected Data World
 
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
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebTomek Pluskiewicz
 
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
 

Ähnlich wie 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
 
RDF and OWL : the powerful duo | Tara Raafat
RDF and OWL : the powerful duo | Tara RaafatRDF and OWL : the powerful duo | Tara Raafat
RDF and OWL : the powerful duo | 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
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
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)
 

Kürzlich hochgeladen

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
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
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 

Kürzlich hochgeladen (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
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
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 

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