SlideShare a Scribd company logo
How Google is using Linked Data Today
                        and Vision For Tomorrow
                  Thomas Steiner (Google, Germany), Raphael Troncy (Eurecom,
                        France) and Michael Hausenblas (Deri, Ireland)

Published at The Future Internet Assembly, Dec 2010, Ghent, Belgium

                  Research Paper http://bit.ly/SWoHYQ
                                                           Presenter :
                                                            Vasu Jain
Contents

• Challenges on Web in terms of research
• How Google is using Linked data to display Rich Snippets
• Rich Snippets formats and entities supported and analysis of its usage
• Visual Examples of Rich snippets
• RDFa, Microformat and Microdata
• Presence on Web and Business Impact
• Extension of Rich Snippets in the future in particular for multimedia
  content
• Future Internet Architecture and Thought-experiment of Triple-centric
  Networking
• Displayed your website’s rich snippets in Google search results
• Conclusion, References and Useful Links


    April-2012                    Contents                                 2
Challenges on Web in terms of research
•   Web is important part of Application layer of Network architectures. Two major trends
    opening huge perspectives and challenges on Web in terms of research
     • The Web of Data (also called Semantic Web)
     • The Social Web (also called Web 2.0)

•   As originally envisioned, "The Semantic Web provides a common framework that allows
    data to be shared and reused across application, enterprise, and community
    boundaries. It is a system that enables machines to "understand" and respond to
    complex human requests based on their meaning.

•   Web 2.0 applications are a new trend in Web development and design that facilitates
    communication, secures information sharing, interoperability, and collaboration.
    Web 2.0 basically refers to a dynamic Web that includes open communication with an
    emphasis on Web-based communities of users, and more open sharing of information.

•   Web 2.0 is ‘The Web as Platform’ and the Semantic Web is ‘The Web of Meaning’.


     April-2012                Challenges on Web in terms of research                   3
Shift triggered by these trends
Fundamental shift triggered by these trends:

•While previously the Internet has been concerned about sending bits from one host of
the network to another, new applications now require to make sense out of those bits.
•In other words, the Internet architecture needs a new layer, that takes care of data
interoperability for interconnecting pieces of machine- process able data to make sense
out of them.


Proposals for New Layer

•A new data layer to the Systems Interconnection (OSI) stack, a so called Linked Data
Layer" located between the application layer and the presentation layer and that aims to
make sense of the data in such a way that it establishes interoperability between different
applications.




     April-2012                    Shift triggered by these trends                            4
Snippets in Google Search
In 1998, Google introduced Snippet, a short description of or excerpt from a website which
appears in Google search results. Snippets are created automatically based on the site's
content.




     April-2012                                                                          5
                                       Snippets in Google Search
Rich Snippets
• Rich Snippets in Google Search
In 2009, Google announced, Rich Snippets, a new presentation of snippets that applies
    Google's algorithms to display structured data embedded in search result pages with
    the objective of highlighting the searched for properties to user in a visually
    outstanding way.

   Rich Snippets give users convenient summary information about their search results at
   a glance. When searching for a product or service, users can easily see reviews and
   ratings, and when searching for a person, they'll get help distinguishing between
   people with the same name.




     April-2012                          Conclusions                                       6
Rich Snippets
• Rich Snippets formats Supported

    A lot of previous work on structured data has focused on debates around encoding
    format to be accepted
    Later on Google realized that structured data on the web can and should accommodate
    multiple encodings and thus accepted both Microformat encoding and RDFa encoding.

The Rich Snippet feature was built on open standards or community-agreed-on approaches

•   RDFa (Resource Description Framework – in Attributes)
    http://en.wikipedia.org/wiki/RDFa
•   Microformat Encoding
    http://en.wikipedia.org/wiki/Microformat
•   Microdata Encoding
    http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html

An additional feature was launched along with Rich Snippets announcement, Rich Snippets in
   Custom Search, similar to Yahoo!'s BOSS (Build your Own Search Service) initiative.
     April-2012                         Rich Snippets                                  7
Entities in Rich Snippet Encodings
Entities supported by Google Rich Snippets as of now….

•Software applications
•Breadcrumbs
•Events
•Music
•Businesses and Organizations
•People
•Products
•Recipes
•Review Ratings
•Reviews
•Videos: Facebook Share

                                                        (… they promise to get more soon)


    April-2012               Entities in Rich Snippet Encodings                             8
Rich Snippets: Reviews




April-2012               Pros & Cons of the paper   9
Rich Snippets: People




April-2012              Pros & Cons of the paper   10
Rich Snippets: Events




           Pros & Cons of the paper   11
Rich Snippets: Recipes




            Pros & Cons of the paper   12
Rich Snippets - RDFa
• RDFa (Resource Description Framework – in Attributes)

    RDFa is a way to label content to describe a specific type of information, such as a
    restaurant review, an event, a person, or a product listing.

    These information types are called entities or items. Each entity may have a number of
    properties. For example, a Person properties are name, address and email address.

In general, RDFa uses simple attributes in XHTML tags (often <span> or <div>) to assign
    brief and descriptive names to entities and properties..

•   An Example (Ticket Booking of an upcoming Event)

    A short HTML block showing an entity. Here, details about entity can be marked up in
    the body of a Web page in order to help understanding the location, schedule, price or
    reviews of the event.


      April-2012                        Rich Snippets - RDFa                               13
Rich Snippets - RDFa example
Mark-up for an event at a certain business location.




                                                              From structured
                                                              mark-up on a Website...




typeof="v:Event" indicates the marked-up content describes an Event (Item type)

The dimensions that composed the event (description, type, starting time) are described
with properties. The property name is prefixed with v: <span property="v:description">
     April-2012                        Rich Snippets - RDFa                               14
Rich Snippets - RDFa example
...to a Rich Snippet on Google




Caution: Google does not display information that isn't visible to the user like Hidden div's .
It can be tempting to add all the content relevant for a rich snippet in one place on the
page, mark it up, and then hide the entire block of text using CSS or other techniques.
Google will not show content from hidden div's in Rich Snippets.

Exceptions: Geo information (latitude and longitude of location) can be included in the
HTML markup.


     April-2012                         Rich Snippets - RDFa                                 15
Rich Snippets – Microformat & Microdata
•   Microformat and Microdata are simple conventions (known as entities) used on web
    pages to describe a specific type of information like a person, product etc. Each entity
    has its own properties.
•   Microformats use the class attribute in HTML tags (often <span> or <div>) to assign
    brief and descriptive names to entities and their properties.




•   Microdata uses simple attributes in HTML tags (often <span> or <div>) to assign brief
    and descriptive names to items and properties.




      April-2012          An example of HTML block showing basic contact info for a person.    16
Rich Snippets – Presence on Web
Statistics with regards to semantic mark-up on the Web in June 2010
•A random sample of one million Web pages have been harvested in order to compare the
use of Microformats and RDFa markup.
•Then, they examined how much of this mark-up data was actually used for Rich Snippets.
•Only a tiny fraction of all semantic mark-up present on the Web was used for Rich Snippets
at the time of this experiment.


Pitfalls
•Incorrect labeling (e.g. marking up the date of an event as part of the event description),
•Incorrect inclusion of unrelated words in the structured mark-up (e.g. marking up written
by John Doe" rather than just John Doe" as value of the property v:reviewer).
•Furthermore, they observe a general confusion with what parts of a document should be
marked up at all. Although some web pages include RDFa event markup, none of them are
used by the Rich Snippet technology as of today.



     April-2012                         Presence on Web                                   17
Rich Snippets – Presence on Web




April-2012              Presence on Web   18
Rich Snippets - Business Impact
Benefits of Rich Snippets in Google Search …

•Webmasters: Provided webmasters the ability to add useful information to their web
search result snippets to help Google make sense of their bits.

•Purpose To provide more information to a user about the content that exists on page so
they can decide which result is more relevant for their query.

•Additional Traffic to a webpage With extra information people tend to rely more on a
particular search result with linked data, thus an increasing number of impressions noted
on sites with Rich Snippets.
•Higher Click through Rate An increasing number of higher click-through rate for pages
with Rich Snippets was experienced as shown in a paper by Kavi Goel, Pravir Gupta
•Rich snippet markup accurately reflects the primary content of your page. Web sites can
suffer significant sales collapses by going down a position in their natural search ranking.
•Easy to add simple lines of Markup to existing HTML, no affect to Visual appearance of
the webpage.

     April-2012                          Business Impact                                       19
Vision for Rich Snippets in Future
New business-related vocabularies such as the Tickets Ontology, are expected to see
broader and broader usage and implementation. This would allow for comparative Rich
Snippets.

Using information from the user’s Social Graph, given user has given access to her social
graph. This would mean to carry part of the Facebook experience right into the search
experience.




                                          Conclusions                                       20
Vision for Rich Snippets in Future
Even Richer Snippets using Multimedia semantics to provide richer video search results. We
believe that there is high potential for semantically annotated multimedia content to
improve content search.

We show a mock-up of a person highlighted, which could be based on media fragment URIs.
Such media fragment URI could look like:
http://example.org/video.webm?t=428,434#xywh=150,60,50,70&xywh=240,50,50,70




                                 Vision for Rich Snippets in Future                    21
Future Internet Architecture
Today’s Rich Snippets: Content is exclusively determined by the information in one particular
Web page

Vision of extended Rich Snippet: Outlined above features information from more than just
one data source. Thus, an information sharing mechanism must be established to combine
information coming from various data sources.

Content-centric Networking: Two notions of packages involved: Interest and Data packages.

Interests get broadcast by consumers, and as soon as a node can satisfy an interest, it
responds with the data. Otherwise, it rebroadcasts the interest.

Advantage over common host-based networking

•Data packages are not only exclusively thought for the initially interested node, but can be
shared between nodes with common interests.

•Useful when many parties are interested in the same content.


     April-2012                     Future Internet Architecture                           22
Future Internet Architecture
•   Figure illustrates how the interest and data packages could look like if we applied the
    principle of Content-centric Networking to Triple-centric Networking.




•   Google is at the early stages of this thought-experiment and have not carried out any
    experimentation to justify their assumption.



      April-2012                      Pros & Cons of the paper                                23
Displayed your website’s rich snippets
                  in Google search results
Websites like TripAdvisor, Yelp, Amazon etc. stand out over other search results with their
star ratings thus increasing their click through. To get your website’s rich snippets displayed
on Google search results:
1. Mark it up with microformats : Markup your website with extra information for the entities
like Reviews, People, Products, Businesses, Recipes, Events

2. Test to make sure it works : Use the Google rich snippets testing tool




3. Submit your site to Google http://www.google.com/support/webmasters/bin/request.py?
contact_type=rich_snippets_feedback

4. Google approves websites that they see as reliable source of reviews, have a substantial
amount of reviews, are marked up correctly.

     April-2012          Displayed your website’s rich snippets in Google search results     24
Rich snippets Experiment
Conclusion


It has become visible that Rich Snippets are a very sensible element in the Linked Data value
chain due to the high visibility and the confirmed change of user click-through behavior.

We have interlinked the social graph of a user with common event-related data in the Linked
Data cloud.

It is obvious that for the online ticket search example, the decision what ticket vendor to
include, and what vendor to exclude from the vendors shown in the Rich Snippets is a crucial
one.

The suggested addition of a Linked Data layer between the current application and
presentation layer could help establish the links between the data providers and facilitate to
make sense of data and present them in an efficient way.




     April-2012                           Conclusions                                      26
Useful Links
•   Expression-of-interest form for webmasters to indicate their interest for Rich Snippets to be
    shown for their pages.
    http://support.google.com/webmasters/bin/request.py?&contact_type=rich_snippets_feedback


•   Rich Snippets Testing Tool Beta
    http://www.google.com/webmasters/tools/richsnippets




             April-2012                                             Useful links             27
References and Useful Links
• http://en.wikipedia.org/wiki/Google_Search#Rich_Snippets
• http://en.wikipedia.org/wiki/Semantic_Web

• https://twitter.com/#!/tomayac
• http://www.zdnet.com/blog/web2explorer/web-20-and-semantic-web-mars--venus/13
• http://googlewebmastercentral.blogspot.com/

• http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146646
• http://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170
• http://support.google.com/webmasters/?hl=en#topic=21997

• About RDFa
  http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146898
• About microformat
  http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146897
• About microdata
  http://support.google.com/webmasters/bin/answer.py?hl=en&answer=176035

      April-2012                   Pros & Cons of the paper                   28
THANK YOU !

More Related Content

What's hot

Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
tomasknap
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
Lars Marius Garshol
 
Linking Open, Big Data Using Semantic Web Technologies - An Introduction
Linking Open, Big Data Using Semantic Web Technologies - An IntroductionLinking Open, Big Data Using Semantic Web Technologies - An Introduction
Linking Open, Big Data Using Semantic Web Technologies - An Introduction
Ronald Ashri
 
Metadata and Tagging
Metadata and TaggingMetadata and Tagging
Metadata and Tagging
pauloshea
 
The Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open DataThe Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open Data
Ontotext
 
Open Data Support - bridging open data supply and demand
Open Data Support - bridging open data supply and demandOpen Data Support - bridging open data supply and demand
Open Data Support - bridging open data supply and demand
Open Data Support
 
What “Model” DITA Specializations Can Teach About Information Modelinc
What “Model” DITA Specializations Can Teach About Information ModelincWhat “Model” DITA Specializations Can Teach About Information Modelinc
What “Model” DITA Specializations Can Teach About Information Modelinc
Don Day
 
Metadata Primer
Metadata PrimerMetadata Primer
Metadata Primer
Selvakumar T S
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebTomek Pluskiewicz
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
Myungjin Lee
 
The Mysteries of Metadata
The Mysteries of MetadataThe Mysteries of Metadata
The Mysteries of Metadata
Amit Sheth
 
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data LinkingAnalytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Ontotext
 
Data Collection and Integration, Linked Data Management
Data Collection and Integration, Linked Data ManagementData Collection and Integration, Linked Data Management
Data Collection and Integration, Linked Data Management
RENDER project
 
The Bounties of Semantic Data Integration for the Enterprise
The Bounties of Semantic Data Integration for the Enterprise The Bounties of Semantic Data Integration for the Enterprise
The Bounties of Semantic Data Integration for the Enterprise
Ontotext
 
Omitola birmingham cityuniv
Omitola birmingham cityunivOmitola birmingham cityuniv
Omitola birmingham cityuniv
Tope Omitola
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital libraries
Sören Auer
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
Marin Dimitrov
 
Designing and developing vocabularies in RDF
Designing and developing vocabularies in RDFDesigning and developing vocabularies in RDF
Designing and developing vocabularies in RDFOpen Data Support
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Cory Lampert
 

What's hot (20)

Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Linking Open, Big Data Using Semantic Web Technologies - An Introduction
Linking Open, Big Data Using Semantic Web Technologies - An IntroductionLinking Open, Big Data Using Semantic Web Technologies - An Introduction
Linking Open, Big Data Using Semantic Web Technologies - An Introduction
 
Semantic Web, e-commerce
Semantic Web, e-commerceSemantic Web, e-commerce
Semantic Web, e-commerce
 
Metadata and Tagging
Metadata and TaggingMetadata and Tagging
Metadata and Tagging
 
The Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open DataThe Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open Data
 
Open Data Support - bridging open data supply and demand
Open Data Support - bridging open data supply and demandOpen Data Support - bridging open data supply and demand
Open Data Support - bridging open data supply and demand
 
What “Model” DITA Specializations Can Teach About Information Modelinc
What “Model” DITA Specializations Can Teach About Information ModelincWhat “Model” DITA Specializations Can Teach About Information Modelinc
What “Model” DITA Specializations Can Teach About Information Modelinc
 
Metadata Primer
Metadata PrimerMetadata Primer
Metadata Primer
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
 
The Mysteries of Metadata
The Mysteries of MetadataThe Mysteries of Metadata
The Mysteries of Metadata
 
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data LinkingAnalytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
Analytics on Big Knowledge Graphs Deliver Entity Awareness and Help Data Linking
 
Data Collection and Integration, Linked Data Management
Data Collection and Integration, Linked Data ManagementData Collection and Integration, Linked Data Management
Data Collection and Integration, Linked Data Management
 
The Bounties of Semantic Data Integration for the Enterprise
The Bounties of Semantic Data Integration for the Enterprise The Bounties of Semantic Data Integration for the Enterprise
The Bounties of Semantic Data Integration for the Enterprise
 
Omitola birmingham cityuniv
Omitola birmingham cityunivOmitola birmingham cityuniv
Omitola birmingham cityuniv
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital libraries
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
Designing and developing vocabularies in RDF
Designing and developing vocabularies in RDFDesigning and developing vocabularies in RDF
Designing and developing vocabularies in RDF
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
 

Similar to How google is using linked data today and vision for tomorrow

X api chinese cop monthly meeting feb.2016
X api chinese cop monthly meeting   feb.2016X api chinese cop monthly meeting   feb.2016
X api chinese cop monthly meeting feb.2016
Jessie Chuang
 
Using schema.org to improve SEO
Using schema.org to improve SEOUsing schema.org to improve SEO
Using schema.org to improve SEO
scorlosquet
 
Introduction to Microdata & Google Rich Snippets
Introduction to Microdata  & Google Rich SnippetsIntroduction to Microdata  & Google Rich Snippets
Introduction to Microdata & Google Rich Snippets
Kishan Gor
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open Data
Ivan Herman
 
Schema.org Update at ISWC2012
Schema.org Update at ISWC2012Schema.org Update at ISWC2012
Schema.org Update at ISWC2012
Alex Shubin
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the Software
IMC Technologies
 
Why rdfa
Why rdfaWhy rdfa
Why rdfa
JISC Netskills
 
RDFa Introductory Course Session 3/4 Why RDFa
RDFa Introductory Course Session 3/4 Why RDFaRDFa Introductory Course Session 3/4 Why RDFa
RDFa Introductory Course Session 3/4 Why RDFa
Platypus
 
Googlesnippets
GooglesnippetsGooglesnippets
Googlesnippets
STIinnsbruck
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
PeterWinstanley1
 
Publishing Linked Data using Schema.org
Publishing Linked Data using Schema.orgPublishing Linked Data using Schema.org
Publishing Linked Data using Schema.org
DESTIN-Informatique.com
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
Schema.fiware.org: FIWARE Harmonized Data Models
Schema.fiware.org: FIWARE Harmonized Data ModelsSchema.fiware.org: FIWARE Harmonized Data Models
Schema.fiware.org: FIWARE Harmonized Data Models
FIWARE
 
Making the Web searchable
Making the Web searchableMaking the Web searchable
Making the Web searchable
Peter Mika
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In Action
Collabor8now Ltd
 
PlanetData: Consuming Structured Data at Web Scale
PlanetData: Consuming Structured Data at Web ScalePlanetData: Consuming Structured Data at Web Scale
PlanetData: Consuming Structured Data at Web Scale
PlanetData Network of Excellence
 
Search Engines After The Semanatic Web
Search Engines After The Semanatic WebSearch Engines After The Semanatic Web
Search Engines After The Semanatic Websamar_slideshare
 
The Future of Search and SEO in Drupal
The Future of Search and SEO in DrupalThe Future of Search and SEO in Drupal
The Future of Search and SEO in Drupalscorlosquet
 
(R17A0528) BIG DATA ANALYTICS.pdf
(R17A0528) BIG DATA ANALYTICS.pdf(R17A0528) BIG DATA ANALYTICS.pdf
(R17A0528) BIG DATA ANALYTICS.pdf
Sreenivasa Harish
 

Similar to How google is using linked data today and vision for tomorrow (20)

X api chinese cop monthly meeting feb.2016
X api chinese cop monthly meeting   feb.2016X api chinese cop monthly meeting   feb.2016
X api chinese cop monthly meeting feb.2016
 
Using schema.org to improve SEO
Using schema.org to improve SEOUsing schema.org to improve SEO
Using schema.org to improve SEO
 
Introduction to Microdata & Google Rich Snippets
Introduction to Microdata  & Google Rich SnippetsIntroduction to Microdata  & Google Rich Snippets
Introduction to Microdata & Google Rich Snippets
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open Data
 
Schema.org Update at ISWC2012
Schema.org Update at ISWC2012Schema.org Update at ISWC2012
Schema.org Update at ISWC2012
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the Software
 
Why rdfa
Why rdfaWhy rdfa
Why rdfa
 
RDFa Introductory Course Session 3/4 Why RDFa
RDFa Introductory Course Session 3/4 Why RDFaRDFa Introductory Course Session 3/4 Why RDFa
RDFa Introductory Course Session 3/4 Why RDFa
 
Googlesnippets
GooglesnippetsGooglesnippets
Googlesnippets
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
 
Publishing Linked Data using Schema.org
Publishing Linked Data using Schema.orgPublishing Linked Data using Schema.org
Publishing Linked Data using Schema.org
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
Schema.fiware.org: FIWARE Harmonized Data Models
Schema.fiware.org: FIWARE Harmonized Data ModelsSchema.fiware.org: FIWARE Harmonized Data Models
Schema.fiware.org: FIWARE Harmonized Data Models
 
Making the Web searchable
Making the Web searchableMaking the Web searchable
Making the Web searchable
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In Action
 
PlanetData: Consuming Structured Data at Web Scale
PlanetData: Consuming Structured Data at Web ScalePlanetData: Consuming Structured Data at Web Scale
PlanetData: Consuming Structured Data at Web Scale
 
Planetdata simpda
Planetdata simpdaPlanetdata simpda
Planetdata simpda
 
Search Engines After The Semanatic Web
Search Engines After The Semanatic WebSearch Engines After The Semanatic Web
Search Engines After The Semanatic Web
 
The Future of Search and SEO in Drupal
The Future of Search and SEO in DrupalThe Future of Search and SEO in Drupal
The Future of Search and SEO in Drupal
 
(R17A0528) BIG DATA ANALYTICS.pdf
(R17A0528) BIG DATA ANALYTICS.pdf(R17A0528) BIG DATA ANALYTICS.pdf
(R17A0528) BIG DATA ANALYTICS.pdf
 

More from Vasu Jain

Tech jobs beyond programming - Game design
Tech jobs beyond programming - Game designTech jobs beyond programming - Game design
Tech jobs beyond programming - Game design
Vasu Jain
 
Conversational AI & Smart Homes
Conversational AI & Smart HomesConversational AI & Smart Homes
Conversational AI & Smart Homes
Vasu Jain
 
Identifying and solving enterprise problems
Identifying and solving enterprise problems  Identifying and solving enterprise problems
Identifying and solving enterprise problems
Vasu Jain
 
Building Enterprise Chat Bots
Building Enterprise Chat BotsBuilding Enterprise Chat Bots
Building Enterprise Chat Bots
Vasu Jain
 
Chat Bots and how to build a Slack bot
Chat Bots and how to build a Slack botChat Bots and how to build a Slack bot
Chat Bots and how to build a Slack bot
Vasu Jain
 
Sentiment analysis of tweets [SCSE, 13]
Sentiment analysis of tweets [SCSE, 13]Sentiment analysis of tweets [SCSE, 13]
Sentiment analysis of tweets [SCSE, 13]
Vasu Jain
 
Sentiment analysis of tweets
Sentiment analysis of tweetsSentiment analysis of tweets
Sentiment analysis of tweetsVasu Jain
 
Indexing and Mining a Billion Time series using iSAX 2.0
Indexing and Mining a Billion Time series using iSAX 2.0Indexing and Mining a Billion Time series using iSAX 2.0
Indexing and Mining a Billion Time series using iSAX 2.0
Vasu Jain
 
Internet Explorer 9
Internet Explorer 9Internet Explorer 9
Internet Explorer 9Vasu Jain
 
Cloud Computing Architecture
Cloud Computing Architecture Cloud Computing Architecture
Cloud Computing Architecture
Vasu Jain
 
Power Point 2010
Power Point 2010 Power Point 2010
Power Point 2010
Vasu Jain
 
Microsoft Office 2010 Overview
Microsoft Office 2010 OverviewMicrosoft Office 2010 Overview
Microsoft Office 2010 Overview
Vasu Jain
 
Windows 7 What's Next
Windows 7 What's NextWindows 7 What's Next
Windows 7 What's Next
Vasu Jain
 
Windows Phone 7
Windows Phone 7Windows Phone 7
Windows Phone 7
Vasu Jain
 

More from Vasu Jain (14)

Tech jobs beyond programming - Game design
Tech jobs beyond programming - Game designTech jobs beyond programming - Game design
Tech jobs beyond programming - Game design
 
Conversational AI & Smart Homes
Conversational AI & Smart HomesConversational AI & Smart Homes
Conversational AI & Smart Homes
 
Identifying and solving enterprise problems
Identifying and solving enterprise problems  Identifying and solving enterprise problems
Identifying and solving enterprise problems
 
Building Enterprise Chat Bots
Building Enterprise Chat BotsBuilding Enterprise Chat Bots
Building Enterprise Chat Bots
 
Chat Bots and how to build a Slack bot
Chat Bots and how to build a Slack botChat Bots and how to build a Slack bot
Chat Bots and how to build a Slack bot
 
Sentiment analysis of tweets [SCSE, 13]
Sentiment analysis of tweets [SCSE, 13]Sentiment analysis of tweets [SCSE, 13]
Sentiment analysis of tweets [SCSE, 13]
 
Sentiment analysis of tweets
Sentiment analysis of tweetsSentiment analysis of tweets
Sentiment analysis of tweets
 
Indexing and Mining a Billion Time series using iSAX 2.0
Indexing and Mining a Billion Time series using iSAX 2.0Indexing and Mining a Billion Time series using iSAX 2.0
Indexing and Mining a Billion Time series using iSAX 2.0
 
Internet Explorer 9
Internet Explorer 9Internet Explorer 9
Internet Explorer 9
 
Cloud Computing Architecture
Cloud Computing Architecture Cloud Computing Architecture
Cloud Computing Architecture
 
Power Point 2010
Power Point 2010 Power Point 2010
Power Point 2010
 
Microsoft Office 2010 Overview
Microsoft Office 2010 OverviewMicrosoft Office 2010 Overview
Microsoft Office 2010 Overview
 
Windows 7 What's Next
Windows 7 What's NextWindows 7 What's Next
Windows 7 What's Next
 
Windows Phone 7
Windows Phone 7Windows Phone 7
Windows Phone 7
 

Recently uploaded

Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 

Recently uploaded (20)

Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 

How google is using linked data today and vision for tomorrow

  • 1. How Google is using Linked Data Today and Vision For Tomorrow Thomas Steiner (Google, Germany), Raphael Troncy (Eurecom, France) and Michael Hausenblas (Deri, Ireland) Published at The Future Internet Assembly, Dec 2010, Ghent, Belgium Research Paper http://bit.ly/SWoHYQ Presenter : Vasu Jain
  • 2. Contents • Challenges on Web in terms of research • How Google is using Linked data to display Rich Snippets • Rich Snippets formats and entities supported and analysis of its usage • Visual Examples of Rich snippets • RDFa, Microformat and Microdata • Presence on Web and Business Impact • Extension of Rich Snippets in the future in particular for multimedia content • Future Internet Architecture and Thought-experiment of Triple-centric Networking • Displayed your website’s rich snippets in Google search results • Conclusion, References and Useful Links April-2012 Contents 2
  • 3. Challenges on Web in terms of research • Web is important part of Application layer of Network architectures. Two major trends opening huge perspectives and challenges on Web in terms of research • The Web of Data (also called Semantic Web) • The Social Web (also called Web 2.0) • As originally envisioned, "The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. It is a system that enables machines to "understand" and respond to complex human requests based on their meaning. • Web 2.0 applications are a new trend in Web development and design that facilitates communication, secures information sharing, interoperability, and collaboration. Web 2.0 basically refers to a dynamic Web that includes open communication with an emphasis on Web-based communities of users, and more open sharing of information. • Web 2.0 is ‘The Web as Platform’ and the Semantic Web is ‘The Web of Meaning’. April-2012 Challenges on Web in terms of research 3
  • 4. Shift triggered by these trends Fundamental shift triggered by these trends: •While previously the Internet has been concerned about sending bits from one host of the network to another, new applications now require to make sense out of those bits. •In other words, the Internet architecture needs a new layer, that takes care of data interoperability for interconnecting pieces of machine- process able data to make sense out of them. Proposals for New Layer •A new data layer to the Systems Interconnection (OSI) stack, a so called Linked Data Layer" located between the application layer and the presentation layer and that aims to make sense of the data in such a way that it establishes interoperability between different applications. April-2012 Shift triggered by these trends 4
  • 5. Snippets in Google Search In 1998, Google introduced Snippet, a short description of or excerpt from a website which appears in Google search results. Snippets are created automatically based on the site's content. April-2012 5 Snippets in Google Search
  • 6. Rich Snippets • Rich Snippets in Google Search In 2009, Google announced, Rich Snippets, a new presentation of snippets that applies Google's algorithms to display structured data embedded in search result pages with the objective of highlighting the searched for properties to user in a visually outstanding way. Rich Snippets give users convenient summary information about their search results at a glance. When searching for a product or service, users can easily see reviews and ratings, and when searching for a person, they'll get help distinguishing between people with the same name. April-2012 Conclusions 6
  • 7. Rich Snippets • Rich Snippets formats Supported A lot of previous work on structured data has focused on debates around encoding format to be accepted Later on Google realized that structured data on the web can and should accommodate multiple encodings and thus accepted both Microformat encoding and RDFa encoding. The Rich Snippet feature was built on open standards or community-agreed-on approaches • RDFa (Resource Description Framework – in Attributes) http://en.wikipedia.org/wiki/RDFa • Microformat Encoding http://en.wikipedia.org/wiki/Microformat • Microdata Encoding http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html An additional feature was launched along with Rich Snippets announcement, Rich Snippets in Custom Search, similar to Yahoo!'s BOSS (Build your Own Search Service) initiative. April-2012 Rich Snippets 7
  • 8. Entities in Rich Snippet Encodings Entities supported by Google Rich Snippets as of now…. •Software applications •Breadcrumbs •Events •Music •Businesses and Organizations •People •Products •Recipes •Review Ratings •Reviews •Videos: Facebook Share (… they promise to get more soon) April-2012 Entities in Rich Snippet Encodings 8
  • 9. Rich Snippets: Reviews April-2012 Pros & Cons of the paper 9
  • 10. Rich Snippets: People April-2012 Pros & Cons of the paper 10
  • 11. Rich Snippets: Events Pros & Cons of the paper 11
  • 12. Rich Snippets: Recipes Pros & Cons of the paper 12
  • 13. Rich Snippets - RDFa • RDFa (Resource Description Framework – in Attributes) RDFa is a way to label content to describe a specific type of information, such as a restaurant review, an event, a person, or a product listing. These information types are called entities or items. Each entity may have a number of properties. For example, a Person properties are name, address and email address. In general, RDFa uses simple attributes in XHTML tags (often <span> or <div>) to assign brief and descriptive names to entities and properties.. • An Example (Ticket Booking of an upcoming Event) A short HTML block showing an entity. Here, details about entity can be marked up in the body of a Web page in order to help understanding the location, schedule, price or reviews of the event. April-2012 Rich Snippets - RDFa 13
  • 14. Rich Snippets - RDFa example Mark-up for an event at a certain business location. From structured mark-up on a Website... typeof="v:Event" indicates the marked-up content describes an Event (Item type) The dimensions that composed the event (description, type, starting time) are described with properties. The property name is prefixed with v: <span property="v:description"> April-2012 Rich Snippets - RDFa 14
  • 15. Rich Snippets - RDFa example ...to a Rich Snippet on Google Caution: Google does not display information that isn't visible to the user like Hidden div's . It can be tempting to add all the content relevant for a rich snippet in one place on the page, mark it up, and then hide the entire block of text using CSS or other techniques. Google will not show content from hidden div's in Rich Snippets. Exceptions: Geo information (latitude and longitude of location) can be included in the HTML markup. April-2012 Rich Snippets - RDFa 15
  • 16. Rich Snippets – Microformat & Microdata • Microformat and Microdata are simple conventions (known as entities) used on web pages to describe a specific type of information like a person, product etc. Each entity has its own properties. • Microformats use the class attribute in HTML tags (often <span> or <div>) to assign brief and descriptive names to entities and their properties. • Microdata uses simple attributes in HTML tags (often <span> or <div>) to assign brief and descriptive names to items and properties. April-2012 An example of HTML block showing basic contact info for a person. 16
  • 17. Rich Snippets – Presence on Web Statistics with regards to semantic mark-up on the Web in June 2010 •A random sample of one million Web pages have been harvested in order to compare the use of Microformats and RDFa markup. •Then, they examined how much of this mark-up data was actually used for Rich Snippets. •Only a tiny fraction of all semantic mark-up present on the Web was used for Rich Snippets at the time of this experiment. Pitfalls •Incorrect labeling (e.g. marking up the date of an event as part of the event description), •Incorrect inclusion of unrelated words in the structured mark-up (e.g. marking up written by John Doe" rather than just John Doe" as value of the property v:reviewer). •Furthermore, they observe a general confusion with what parts of a document should be marked up at all. Although some web pages include RDFa event markup, none of them are used by the Rich Snippet technology as of today. April-2012 Presence on Web 17
  • 18. Rich Snippets – Presence on Web April-2012 Presence on Web 18
  • 19. Rich Snippets - Business Impact Benefits of Rich Snippets in Google Search … •Webmasters: Provided webmasters the ability to add useful information to their web search result snippets to help Google make sense of their bits. •Purpose To provide more information to a user about the content that exists on page so they can decide which result is more relevant for their query. •Additional Traffic to a webpage With extra information people tend to rely more on a particular search result with linked data, thus an increasing number of impressions noted on sites with Rich Snippets. •Higher Click through Rate An increasing number of higher click-through rate for pages with Rich Snippets was experienced as shown in a paper by Kavi Goel, Pravir Gupta •Rich snippet markup accurately reflects the primary content of your page. Web sites can suffer significant sales collapses by going down a position in their natural search ranking. •Easy to add simple lines of Markup to existing HTML, no affect to Visual appearance of the webpage. April-2012 Business Impact 19
  • 20. Vision for Rich Snippets in Future New business-related vocabularies such as the Tickets Ontology, are expected to see broader and broader usage and implementation. This would allow for comparative Rich Snippets. Using information from the user’s Social Graph, given user has given access to her social graph. This would mean to carry part of the Facebook experience right into the search experience. Conclusions 20
  • 21. Vision for Rich Snippets in Future Even Richer Snippets using Multimedia semantics to provide richer video search results. We believe that there is high potential for semantically annotated multimedia content to improve content search. We show a mock-up of a person highlighted, which could be based on media fragment URIs. Such media fragment URI could look like: http://example.org/video.webm?t=428,434#xywh=150,60,50,70&xywh=240,50,50,70 Vision for Rich Snippets in Future 21
  • 22. Future Internet Architecture Today’s Rich Snippets: Content is exclusively determined by the information in one particular Web page Vision of extended Rich Snippet: Outlined above features information from more than just one data source. Thus, an information sharing mechanism must be established to combine information coming from various data sources. Content-centric Networking: Two notions of packages involved: Interest and Data packages. Interests get broadcast by consumers, and as soon as a node can satisfy an interest, it responds with the data. Otherwise, it rebroadcasts the interest. Advantage over common host-based networking •Data packages are not only exclusively thought for the initially interested node, but can be shared between nodes with common interests. •Useful when many parties are interested in the same content. April-2012 Future Internet Architecture 22
  • 23. Future Internet Architecture • Figure illustrates how the interest and data packages could look like if we applied the principle of Content-centric Networking to Triple-centric Networking. • Google is at the early stages of this thought-experiment and have not carried out any experimentation to justify their assumption. April-2012 Pros & Cons of the paper 23
  • 24. Displayed your website’s rich snippets in Google search results Websites like TripAdvisor, Yelp, Amazon etc. stand out over other search results with their star ratings thus increasing their click through. To get your website’s rich snippets displayed on Google search results: 1. Mark it up with microformats : Markup your website with extra information for the entities like Reviews, People, Products, Businesses, Recipes, Events 2. Test to make sure it works : Use the Google rich snippets testing tool 3. Submit your site to Google http://www.google.com/support/webmasters/bin/request.py? contact_type=rich_snippets_feedback 4. Google approves websites that they see as reliable source of reviews, have a substantial amount of reviews, are marked up correctly. April-2012 Displayed your website’s rich snippets in Google search results 24
  • 26. Conclusion It has become visible that Rich Snippets are a very sensible element in the Linked Data value chain due to the high visibility and the confirmed change of user click-through behavior. We have interlinked the social graph of a user with common event-related data in the Linked Data cloud. It is obvious that for the online ticket search example, the decision what ticket vendor to include, and what vendor to exclude from the vendors shown in the Rich Snippets is a crucial one. The suggested addition of a Linked Data layer between the current application and presentation layer could help establish the links between the data providers and facilitate to make sense of data and present them in an efficient way. April-2012 Conclusions 26
  • 27. Useful Links • Expression-of-interest form for webmasters to indicate their interest for Rich Snippets to be shown for their pages. http://support.google.com/webmasters/bin/request.py?&contact_type=rich_snippets_feedback • Rich Snippets Testing Tool Beta http://www.google.com/webmasters/tools/richsnippets April-2012 Useful links 27
  • 28. References and Useful Links • http://en.wikipedia.org/wiki/Google_Search#Rich_Snippets • http://en.wikipedia.org/wiki/Semantic_Web • https://twitter.com/#!/tomayac • http://www.zdnet.com/blog/web2explorer/web-20-and-semantic-web-mars--venus/13 • http://googlewebmastercentral.blogspot.com/ • http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146646 • http://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170 • http://support.google.com/webmasters/?hl=en#topic=21997 • About RDFa http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146898 • About microformat http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146897 • About microdata http://support.google.com/webmasters/bin/answer.py?hl=en&answer=176035 April-2012 Pros & Cons of the paper 28

Editor's Notes

  1. Eurecom  is a graduate school in the domain of information and communication technology and a research center in communication systems. Digital Enterprise Research Institute ,  DERI , is a research institute at the  National University of Ireland, Galway . Its focus is research into the  Semantic Web  and  Web Science
  2. . Humans are capable of using the Web to carry out tasks such as finding the  Irish  word for &quot;folder&quot;, reserving a library book, and searching for the lowest price for a DVD. However,  machines  cannot accomplish all of these tasks without human direction, because web pages are designed to be read by people, not machines. The semantic web is a vision of information that can be readily interpreted by machines, so machines can perform more of the tedious work involved in finding, combining, and acting upon information on the web.
  3. embedded
  4. They were developed by Google but built on open standards, so rich snippets were later adopted by other search engines. Rich snippets can support various markup languages to help identify the information to be presented, such as event or item information.
  5. A breadcrumb trail is a set of links (breadcrumbs) that can help a user understand and navigate your site&apos;s hierarchy All other @ http://support.google.com/webmasters/?hl=en#topic=21997
  6. embedded
  7. embedded
  8. embedded
  9. embedded
  10. embedded
  11. embedded
  12. embedded
  13. embedded
  14. The components of this URI are first a temporal dimension (t=428,434), which selects seconds 428 to 434 of the whole video, and then a spatial dimension (xywh=150,60,50,70 and xywh=240,50,50,70), which creates two bounding boxes at the x, y parameters with a width w and a height h.