SlideShare a Scribd company logo
International Freelance SEO
What is
Pratical Deep Dive into the Semantic Web - #smconnect
―The Semantic Web is a collaborative
movement led by international standards
body the World Wide Web
Consortium (W3C). The standard promotes
common data formats on the World Wide
Web‖
―The Semantic Web provides a common
framework that allows data to be shared
and reused across application, enterprise,
and community boundaries‖
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Why are Google and other online giants interested
So…what is the main reason?
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
36%
24%
29%
46%
42%
36% 37%
0%
5%
10%
15%
20%
25%
30%
35%
40%
45%
50%
North America South America Europe Asia Africa Oceania Global
2014 average versus 2015 until date
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
So how does the
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
How about those future
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
So…
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
54
55
Pratical Deep Dive into the Semantic Web - #smconnect
International Freelance SEO
SEO Consultant Metapeople
/ Netbooster Group
Brand Ambassador Majestic
Cycling & Skating
Science: Physics in particular
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
1. Make data available
2. Use specific markup languages
3. Data is available for everyone
―The Open Graph protocol enables any web
page to become a rich object in a social
graph. For instance, this is used on
Facebook to allow any web page to have
the same functionality as any other object
on Facebook.‖
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Use: https://developers.facebook.com/docs/opengraph/
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Use: https://cards-dev.twitter.com/validator
1. Schema.org microdata
2. Open Graph protocol
3. Title + metadescription element
4. Best guess from page content
Use: https://developers.google.com/+/web/snippet/
Use: https://wordpress.org/plugins/wordpress-seo/
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Use Amazon EC2, setup a crawler and crawl
the top 1.000.000 Alexa URLs
Checked for occurrences of:
–Microdata / Schema
–OpenGraph
–Twitter Cards
- Crawled with 360/URLS/sec
- 68.4GB of data used
- 68% (683267 URLs) returned 200 OK
- 27% 30X Redirects
- 3% of domains had DNS issues
15,84%
14,55%
1,59%
1,32%
7,27%
2,69%
0,22%
OpenGraph Title
OpenGraph URL
Twitter:title
Twitter:url
Schema itemprop
Schema Itemprop Name
AggregateRating
Based on 683k of top million Alexa urls
Commercial tool: http://www.builtwith.com
Commercial tool: http://www.builtwith.com
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
se·man·tics [si-man-tiks]
noun
the branch of linguistics that deals with the
study of meaning, changes in meaning,
and the principles that govern the
relationship between sentences or words
and their meanings

Pratical Deep Dive into the Semantic Web - #smconnect
―Microdata is a set of tags, introduced with
HTML5, that allows you to do this.‖
Pratical Deep Dive into the Semantic Web - #smconnect
• Is separated from the HTML
• Which gives more flexibility and scalabilty
options
• Used in more software, like the washing
machine I showed earlier
• But… Google hasn’t integrated everything
yet
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
<div itemscope itemtype="http://data-vocabulary.org/Review-aggregate">
<span itemprop="itemreviewed">Several German beers</span>
<img itemprop="photo" src="beer.jpg" />
<span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating">
<span itemprop="average">9</span>
<span itemprop="best">10</span>
</span>
<span itemprop="votes">24</span>
<span itemprop="count">5</span>
</div>
<div itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jan-Willem</span>
<img src="janwillem.jpg" itemprop="image" />
<span itemprop="jobTitle">International SEO</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="addressLocality">Amsterdam</span>,
<span itemprop="addressRegion">- Europe</span>
<span itemprop="postalCode">9999XX</span>
</div>
</div>
1. Products
2. Product offer
3. Product aggregated offer
Create multiple links to relevant pages within
1 entry in the SERPs.
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
• https://developers.google.com/structured-data/rich-
snippets/
• Schema Creator by Raven http://schema-creator.org/
• Schema.org Generator
http://www.microdatagenerator.com/
• Rich Snippets Testing Tool Bookmarklet
• http://www.blindfiveyearold.com/rich-snippets-testing-tool-bookmarklet
• Everything you need to know to generate
rich snippets: http://seogadget.com/micro-data-schema-org-
guide-to-generating-rich-snippets/
1. You have specific data points available
2. SE’s accept specific markup language
3. SE’s accept certain snippets
4. Information within the SERPs is correct
• Implement code and check with the SE’s:
https://developers.google.com/structured-data/testing-tool/?hl=it
Pratical Deep Dive into the Semantic Web - #smconnect
• Make sure all items are structured and
nested in the correct way.
• Google Testing tool only shows errors
based on missing elements, not on wrong
coding!
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
https://plus.google.com/communities/103048251221048356778
―Google doesn’t use markup for ranking
purposes at this time—but rich snippets can
make your web pages appear more
prominently in search results, so you may
see an increase in traffic.‖
Source:
https://support.google.com/webmasters/answer/1211158?hl=en
Pratical Deep Dive into the Semantic Web - #smconnect
https://support.google.com/webmasters/contact/rich_snippets_spam
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
406
368
288
248
228
182
177
148
135
Artificial Intelligence and Machine Learning
Algorithms and Theory
Human-Computer Interaction and Visualization
Natural Language Processing
Machine Perception
Information Retrieval and the Web
Security, Cryptography, and Privacy
Data Mining
Software Systems
Top 10 Research fields per # Publications
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
What happened during the past 8 years?
2007 2010 2015
From a database to search engine result pages
Now… Let’s be honest
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Basic information retrieval
Basic information retrieval
Pratical Deep Dive into the Semantic Web - #smconnect
Basic information retrieval
Freebase only has +/- 200 attributes for the class Country
?
http://arxiv.org/pdf/1503.00759.pdf
Pratical Deep Dive into the Semantic Web - #smconnect
http://research.google.com/pubs/pub41894.html
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Four different methods to extract triples from web content
Natural Language
Processing tools
Entity recognition
Entity linkage
Entity verification
against Freebase
Source: https://www.cs.cmu.edu/~nlao/publication/2014.kdd.pdf
Document Object
Model
Either text or
database driven
―deep web‖ sources
Think of quering
HTML forms
570M tables on the
web
Relations are difficult
to extract
Schema matching
methods
Entity verification
against Freebase
Schema.org
Mostly people
related
Products & Events
are not stored
Mapping
Schema.org to
Freebase for
predicates
Pratical Deep Dive into the Semantic Web - #smconnect
Researchers deal with ―duplicate content‖ as being just one source
P1
P2P3
P4
Exploring the power of tables on the Web
https://research.google.com/tables
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
The papers share some insights about the factors relevant to Google Tables results
Sources of data Google uses according to the paper
Optimise the
surrounding content
with relevant
captions and texts.
Use <th> table
headings to add
labels to specific
columns
Add relevant
attributes to your
table headings
focusing on the
queries used
Only add useful
content to the table.
Boilerplate content
is filtered out.
http://www.cidrdb.org/cidr2015/Papers/CIDR15_Paper3.pdf
Pratical Deep Dive into the Semantic Web - #smconnect
―Extraction errors are far more prevalent than
source errors. Ignoring this distinction can
cause us to incorrectly distrust a website‖
Back to the basics for Google (and probably the other search engines too)
Links still tell something about
relationships between pages but also
between entities.
Simply search in the indices you already
have. In the case of Google, they already
have ―everything‖.
Simply gather user feedback from within
the search results.
Pratical Deep Dive into the Semantic Web - #smconnect
Source: https://twitter.com/brentnau
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Source: https://twitter.com/brentnau
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
One in 20 searches is health related according to Google.
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Use Web based Fact
extraction, like DOM, tables
and annotated data
(Schema.org)
Text based extractors
adding more triples to the
datasets
Systems like described in the Biperpedia
paper. Data is enriched and quality
control takes place. Use partnerships for
trusted resources.
Use existing datasets like
Freebase / Wikidata to verify
extracted data and calculate
probability
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Make sure you understand
A few possibilities to influence the content of brand cards
Main source still is Wikipedia, always backup your edits with sources
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Your are able to give Google hints about your logo, corporate contacts and social profiles
Add schema.org Organization markup to your official website
Add schema.org Organization markup to your official website
Add schema.org Organization markup to your official website
Find example JSON-LD at
https://developers.google.com/structured-data/customize/overview
What about the localised Google search indices?
?
?
?
?
?
?
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Contains the main
subject of the required
answer
Contains the main
subject of the required
answer
Within the content, the
question is answered in
a single sentence
No, Euro NCAP is more
authoritative in the EU
for car safety levels.
NHTSA for the US
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
Two indices, two truths?
So how can we make use this for our brand?
Since not many are focusing on the getting into the Direct Answers yet, grab the positions first!
95% of the cases had increased traffic - including movements within top 10 normal blue links.
Less than
expected, probably
because of quality of the
answer: results between -
5% and +6% traffic.
Results varied between -3%
and +11% depending on
previous position in the
SERPs
These were performing the
best, increases between 6
and 14%
Depending on the
topic, complicated topics
tend to get more clicks.
Average results between -
2% and 16% increase
Pratical Deep Dive into the Semantic Web - #smconnect
Ad

More Related Content

What's hot (20)

Contextualized online search and research skill
Contextualized online search and research skillContextualized online search and research skill
Contextualized online search and research skill
Angela Giva
 
SEO Will Never Die! Part 1
SEO Will Never Die! Part 1SEO Will Never Die! Part 1
SEO Will Never Die! Part 1
We Are Marketing
 
Advertising with Linked Data in Web Content
Advertising with Linked Data in Web ContentAdvertising with Linked Data in Web Content
Advertising with Linked Data in Web Content
Martin Hepp
 
2020-03-05 Custard - SEO vs PWAs
2020-03-05 Custard - SEO vs PWAs2020-03-05 Custard - SEO vs PWAs
2020-03-05 Custard - SEO vs PWAs
Chris Smith
 
The Semantic Web – A Vision Come True, or Giving Up the Great Plan?
The Semantic Web – A Vision Come True, or Giving Up the Great Plan?The Semantic Web – A Vision Come True, or Giving Up the Great Plan?
The Semantic Web – A Vision Come True, or Giving Up the Great Plan?
Martin Hepp
 
Fundamentals of Open Source Development
Fundamentals of Open Source DevelopmentFundamentals of Open Source Development
Fundamentals of Open Source Development
OSU Open Source Lab
 
Protect Our Kids From The Internet
Protect Our Kids From The InternetProtect Our Kids From The Internet
Protect Our Kids From The Internet
Tom Kobelt
 
Internet Research
Internet ResearchInternet Research
Internet Research
Sanjana Hattotuwa
 
Is the Semantic Web what we expected? Adoption Patterns and Content-driven Ch...
Is the Semantic Web what we expected? Adoption Patterns and Content-driven Ch...Is the Semantic Web what we expected? Adoption Patterns and Content-driven Ch...
Is the Semantic Web what we expected? Adoption Patterns and Content-driven Ch...
Chris Bizer
 
SMXL Milan 2019 Graphs of Things
SMXL Milan 2019   Graphs of ThingsSMXL Milan 2019   Graphs of Things
SMXL Milan 2019 Graphs of Things
Bill Slawski
 
Kohacon2016
Kohacon2016Kohacon2016
Kohacon2016
Joy Nelson
 
Schema.org Annotations and Web Tables: Underexploited Semantic Nuggets on the...
Schema.org Annotations and Web Tables: Underexploited Semantic Nuggets on the...Schema.org Annotations and Web Tables: Underexploited Semantic Nuggets on the...
Schema.org Annotations and Web Tables: Underexploited Semantic Nuggets on the...
Chris Bizer
 
SEO & Patents Vrtualcon v. 3.0
SEO & Patents Vrtualcon v. 3.0SEO & Patents Vrtualcon v. 3.0
SEO & Patents Vrtualcon v. 3.0
Bill Slawski
 
Evaluating web content authenticity
Evaluating web content authenticityEvaluating web content authenticity
Evaluating web content authenticity
Kelly Walsh
 
The 5 Ws Of Cyberspace
The 5 Ws Of CyberspaceThe 5 Ws Of Cyberspace
The 5 Ws Of Cyberspace
tbladow
 
Digital Literacy: Learning How to Search and Evaluate Information
 Digital Literacy:  Learning How to Search and Evaluate Information Digital Literacy:  Learning How to Search and Evaluate Information
Digital Literacy: Learning How to Search and Evaluate Information
Rafael Scapin, Ph.D.
 
Everything you wanted to know about crawling, but didn't know where to ask
Everything you wanted to know about crawling, but didn't know where to askEverything you wanted to know about crawling, but didn't know where to ask
Everything you wanted to know about crawling, but didn't know where to ask
Bill Slawski
 
Website Validity
Website ValidityWebsite Validity
Website Validity
Prosper High School
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
gregreser
 
Internet research
Internet researchInternet research
Internet research
Laurence Yap M.A. (UM) CHRM
 
Contextualized online search and research skill
Contextualized online search and research skillContextualized online search and research skill
Contextualized online search and research skill
Angela Giva
 
SEO Will Never Die! Part 1
SEO Will Never Die! Part 1SEO Will Never Die! Part 1
SEO Will Never Die! Part 1
We Are Marketing
 
Advertising with Linked Data in Web Content
Advertising with Linked Data in Web ContentAdvertising with Linked Data in Web Content
Advertising with Linked Data in Web Content
Martin Hepp
 
2020-03-05 Custard - SEO vs PWAs
2020-03-05 Custard - SEO vs PWAs2020-03-05 Custard - SEO vs PWAs
2020-03-05 Custard - SEO vs PWAs
Chris Smith
 
The Semantic Web – A Vision Come True, or Giving Up the Great Plan?
The Semantic Web – A Vision Come True, or Giving Up the Great Plan?The Semantic Web – A Vision Come True, or Giving Up the Great Plan?
The Semantic Web – A Vision Come True, or Giving Up the Great Plan?
Martin Hepp
 
Fundamentals of Open Source Development
Fundamentals of Open Source DevelopmentFundamentals of Open Source Development
Fundamentals of Open Source Development
OSU Open Source Lab
 
Protect Our Kids From The Internet
Protect Our Kids From The InternetProtect Our Kids From The Internet
Protect Our Kids From The Internet
Tom Kobelt
 
Is the Semantic Web what we expected? Adoption Patterns and Content-driven Ch...
Is the Semantic Web what we expected? Adoption Patterns and Content-driven Ch...Is the Semantic Web what we expected? Adoption Patterns and Content-driven Ch...
Is the Semantic Web what we expected? Adoption Patterns and Content-driven Ch...
Chris Bizer
 
SMXL Milan 2019 Graphs of Things
SMXL Milan 2019   Graphs of ThingsSMXL Milan 2019   Graphs of Things
SMXL Milan 2019 Graphs of Things
Bill Slawski
 
Schema.org Annotations and Web Tables: Underexploited Semantic Nuggets on the...
Schema.org Annotations and Web Tables: Underexploited Semantic Nuggets on the...Schema.org Annotations and Web Tables: Underexploited Semantic Nuggets on the...
Schema.org Annotations and Web Tables: Underexploited Semantic Nuggets on the...
Chris Bizer
 
SEO & Patents Vrtualcon v. 3.0
SEO & Patents Vrtualcon v. 3.0SEO & Patents Vrtualcon v. 3.0
SEO & Patents Vrtualcon v. 3.0
Bill Slawski
 
Evaluating web content authenticity
Evaluating web content authenticityEvaluating web content authenticity
Evaluating web content authenticity
Kelly Walsh
 
The 5 Ws Of Cyberspace
The 5 Ws Of CyberspaceThe 5 Ws Of Cyberspace
The 5 Ws Of Cyberspace
tbladow
 
Digital Literacy: Learning How to Search and Evaluate Information
 Digital Literacy:  Learning How to Search and Evaluate Information Digital Literacy:  Learning How to Search and Evaluate Information
Digital Literacy: Learning How to Search and Evaluate Information
Rafael Scapin, Ph.D.
 
Everything you wanted to know about crawling, but didn't know where to ask
Everything you wanted to know about crawling, but didn't know where to askEverything you wanted to know about crawling, but didn't know where to ask
Everything you wanted to know about crawling, but didn't know where to ask
Bill Slawski
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
gregreser
 

Viewers also liked (10)

Ranking in Google Since The Advent of The Knowledge Graph
Ranking in Google Since The Advent of The Knowledge GraphRanking in Google Since The Advent of The Knowledge Graph
Ranking in Google Since The Advent of The Knowledge Graph
Bill Slawski
 
Text Analytic Summit 2010
Text Analytic Summit 2010Text Analytic Summit 2010
Text Analytic Summit 2010
Jamie Taylor
 
Computing with Directed Labeled Graphs
Computing with Directed Labeled GraphsComputing with Directed Labeled Graphs
Computing with Directed Labeled Graphs
Marko Rodriguez
 
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge ModellingTaxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Semantic Web Company
 
Gremlin: A Graph-Based Programming Language
Gremlin: A Graph-Based Programming LanguageGremlin: A Graph-Based Programming Language
Gremlin: A Graph-Based Programming Language
Marko Rodriguez
 
Problem-Solving using Graph Traversals: Searching, Scoring, Ranking, and Reco...
Problem-Solving using Graph Traversals: Searching, Scoring, Ranking, and Reco...Problem-Solving using Graph Traversals: Searching, Scoring, Ranking, and Reco...
Problem-Solving using Graph Traversals: Searching, Scoring, Ranking, and Reco...
Marko Rodriguez
 
Solving Problems with Graphs
Solving Problems with GraphsSolving Problems with Graphs
Solving Problems with Graphs
Marko Rodriguez
 
The Graph Traversal Programming Pattern
The Graph Traversal Programming PatternThe Graph Traversal Programming Pattern
The Graph Traversal Programming Pattern
Marko Rodriguez
 
Intro to Graph Databases Using Tinkerpop, TitanDB, and Gremlin
Intro to Graph Databases Using Tinkerpop, TitanDB, and GremlinIntro to Graph Databases Using Tinkerpop, TitanDB, and Gremlin
Intro to Graph Databases Using Tinkerpop, TitanDB, and Gremlin
Caleb Jones
 
Surviving Google: SEO in 2020
Surviving Google: SEO in 2020Surviving Google: SEO in 2020
Surviving Google: SEO in 2020
Peter "Dr. Pete" Meyers
 
Ranking in Google Since The Advent of The Knowledge Graph
Ranking in Google Since The Advent of The Knowledge GraphRanking in Google Since The Advent of The Knowledge Graph
Ranking in Google Since The Advent of The Knowledge Graph
Bill Slawski
 
Text Analytic Summit 2010
Text Analytic Summit 2010Text Analytic Summit 2010
Text Analytic Summit 2010
Jamie Taylor
 
Computing with Directed Labeled Graphs
Computing with Directed Labeled GraphsComputing with Directed Labeled Graphs
Computing with Directed Labeled Graphs
Marko Rodriguez
 
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge ModellingTaxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Semantic Web Company
 
Gremlin: A Graph-Based Programming Language
Gremlin: A Graph-Based Programming LanguageGremlin: A Graph-Based Programming Language
Gremlin: A Graph-Based Programming Language
Marko Rodriguez
 
Problem-Solving using Graph Traversals: Searching, Scoring, Ranking, and Reco...
Problem-Solving using Graph Traversals: Searching, Scoring, Ranking, and Reco...Problem-Solving using Graph Traversals: Searching, Scoring, Ranking, and Reco...
Problem-Solving using Graph Traversals: Searching, Scoring, Ranking, and Reco...
Marko Rodriguez
 
Solving Problems with Graphs
Solving Problems with GraphsSolving Problems with Graphs
Solving Problems with Graphs
Marko Rodriguez
 
The Graph Traversal Programming Pattern
The Graph Traversal Programming PatternThe Graph Traversal Programming Pattern
The Graph Traversal Programming Pattern
Marko Rodriguez
 
Intro to Graph Databases Using Tinkerpop, TitanDB, and Gremlin
Intro to Graph Databases Using Tinkerpop, TitanDB, and GremlinIntro to Graph Databases Using Tinkerpop, TitanDB, and Gremlin
Intro to Graph Databases Using Tinkerpop, TitanDB, and Gremlin
Caleb Jones
 
Ad

Similar to Pratical Deep Dive into the Semantic Web - #smconnect (20)

Lecture7
Lecture7Lecture7
Lecture7
guest8461ae
 
You Don't Know SEO
You Don't Know SEOYou Don't Know SEO
You Don't Know SEO
Michael King
 
PoolParty Thesaurus Management - ISKO UK, London 2010
PoolParty Thesaurus Management - ISKO UK, London 2010PoolParty Thesaurus Management - ISKO UK, London 2010
PoolParty Thesaurus Management - ISKO UK, London 2010
Andreas Blumauer
 
How to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured ContentHow to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured Content
Acquia
 
Structured data and metadata evaluation methodology for organizations looking...
Structured data and metadata evaluation methodology for organizations looking...Structured data and metadata evaluation methodology for organizations looking...
Structured data and metadata evaluation methodology for organizations looking...
Emily Kolvitz
 
Schema and Open Graph 101 - SMX Munich
Schema and Open Graph 101 - SMX MunichSchema and Open Graph 101 - SMX Munich
Schema and Open Graph 101 - SMX Munich
Matthew Brown
 
Bioschemas Workshop
Bioschemas WorkshopBioschemas Workshop
Bioschemas Workshop
Niall Beard
 
Sweeny ux-seo om-cap 2014_v3
Sweeny ux-seo om-cap 2014_v3Sweeny ux-seo om-cap 2014_v3
Sweeny ux-seo om-cap 2014_v3
Marianne Sweeny
 
Internet research for HRD Profession
Internet research for HRD ProfessionInternet research for HRD Profession
Internet research for HRD Profession
Laurence Yap M.A. (UM) CHRM
 
Internet research-1200691875464541-5
Internet research-1200691875464541-5Internet research-1200691875464541-5
Internet research-1200691875464541-5
惠子 李
 
Internet research-1200691875464541-5
Internet research-1200691875464541-5Internet research-1200691875464541-5
Internet research-1200691875464541-5
惠子 李
 
Doing More with Less: Mash Your Way to Productivity
Doing More with Less: Mash Your Way to ProductivityDoing More with Less: Mash Your Way to Productivity
Doing More with Less: Mash Your Way to Productivity
guest3c5c731bc
 
Doing More with Less: Mash Your Way to Productivity
Doing More with Less: Mash Your Way to ProductivityDoing More with Less: Mash Your Way to Productivity
Doing More with Less: Mash Your Way to Productivity
kevinreiss
 
Web Data Extraction: A Crash Course
Web Data Extraction: A Crash CourseWeb Data Extraction: A Crash Course
Web Data Extraction: A Crash Course
Giorgio Orsi
 
Structured Data & Schema.org - SMX Milan 2014
Structured Data & Schema.org - SMX Milan 2014Structured Data & Schema.org - SMX Milan 2014
Structured Data & Schema.org - SMX Milan 2014
Bastian Grimm
 
PoolParty Thesaurus Management Quick Overview
PoolParty Thesaurus Management Quick OverviewPoolParty Thesaurus Management Quick Overview
PoolParty Thesaurus Management Quick Overview
Andreas Blumauer
 
Google Search Appliance Version 2.0 Webinar - May 2012
Google Search Appliance Version 2.0 Webinar - May 2012Google Search Appliance Version 2.0 Webinar - May 2012
Google Search Appliance Version 2.0 Webinar - May 2012
Fishbowl Solutions
 
Ordering the chaos: Creating websites with imperfect data
Ordering the chaos: Creating websites with imperfect dataOrdering the chaos: Creating websites with imperfect data
Ordering the chaos: Creating websites with imperfect data
Andy Stretton
 
Open Source Framework for Deploying Data Science Models and Cloud Based Appli...
Open Source Framework for Deploying Data Science Models and Cloud Based Appli...Open Source Framework for Deploying Data Science Models and Cloud Based Appli...
Open Source Framework for Deploying Data Science Models and Cloud Based Appli...
ETCenter
 
contentDM
contentDMcontentDM
contentDM
spacecowboyian
 
You Don't Know SEO
You Don't Know SEOYou Don't Know SEO
You Don't Know SEO
Michael King
 
PoolParty Thesaurus Management - ISKO UK, London 2010
PoolParty Thesaurus Management - ISKO UK, London 2010PoolParty Thesaurus Management - ISKO UK, London 2010
PoolParty Thesaurus Management - ISKO UK, London 2010
Andreas Blumauer
 
How to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured ContentHow to Optimize Your Drupal Site with Structured Content
How to Optimize Your Drupal Site with Structured Content
Acquia
 
Structured data and metadata evaluation methodology for organizations looking...
Structured data and metadata evaluation methodology for organizations looking...Structured data and metadata evaluation methodology for organizations looking...
Structured data and metadata evaluation methodology for organizations looking...
Emily Kolvitz
 
Schema and Open Graph 101 - SMX Munich
Schema and Open Graph 101 - SMX MunichSchema and Open Graph 101 - SMX Munich
Schema and Open Graph 101 - SMX Munich
Matthew Brown
 
Bioschemas Workshop
Bioschemas WorkshopBioschemas Workshop
Bioschemas Workshop
Niall Beard
 
Sweeny ux-seo om-cap 2014_v3
Sweeny ux-seo om-cap 2014_v3Sweeny ux-seo om-cap 2014_v3
Sweeny ux-seo om-cap 2014_v3
Marianne Sweeny
 
Internet research-1200691875464541-5
Internet research-1200691875464541-5Internet research-1200691875464541-5
Internet research-1200691875464541-5
惠子 李
 
Internet research-1200691875464541-5
Internet research-1200691875464541-5Internet research-1200691875464541-5
Internet research-1200691875464541-5
惠子 李
 
Doing More with Less: Mash Your Way to Productivity
Doing More with Less: Mash Your Way to ProductivityDoing More with Less: Mash Your Way to Productivity
Doing More with Less: Mash Your Way to Productivity
guest3c5c731bc
 
Doing More with Less: Mash Your Way to Productivity
Doing More with Less: Mash Your Way to ProductivityDoing More with Less: Mash Your Way to Productivity
Doing More with Less: Mash Your Way to Productivity
kevinreiss
 
Web Data Extraction: A Crash Course
Web Data Extraction: A Crash CourseWeb Data Extraction: A Crash Course
Web Data Extraction: A Crash Course
Giorgio Orsi
 
Structured Data & Schema.org - SMX Milan 2014
Structured Data & Schema.org - SMX Milan 2014Structured Data & Schema.org - SMX Milan 2014
Structured Data & Schema.org - SMX Milan 2014
Bastian Grimm
 
PoolParty Thesaurus Management Quick Overview
PoolParty Thesaurus Management Quick OverviewPoolParty Thesaurus Management Quick Overview
PoolParty Thesaurus Management Quick Overview
Andreas Blumauer
 
Google Search Appliance Version 2.0 Webinar - May 2012
Google Search Appliance Version 2.0 Webinar - May 2012Google Search Appliance Version 2.0 Webinar - May 2012
Google Search Appliance Version 2.0 Webinar - May 2012
Fishbowl Solutions
 
Ordering the chaos: Creating websites with imperfect data
Ordering the chaos: Creating websites with imperfect dataOrdering the chaos: Creating websites with imperfect data
Ordering the chaos: Creating websites with imperfect data
Andy Stretton
 
Open Source Framework for Deploying Data Science Models and Cloud Based Appli...
Open Source Framework for Deploying Data Science Models and Cloud Based Appli...Open Source Framework for Deploying Data Science Models and Cloud Based Appli...
Open Source Framework for Deploying Data Science Models and Cloud Based Appli...
ETCenter
 
Ad

More from Jan-Willem Bobbink - Freelance SEO Consultant (19)

What I learned about SEO from using the 10 most used JS frameworks #BrightonSEO
What I learned about SEO from using the 10 most used JS frameworks #BrightonSEOWhat I learned about SEO from using the 10 most used JS frameworks #BrightonSEO
What I learned about SEO from using the 10 most used JS frameworks #BrightonSEO
Jan-Willem Bobbink - Freelance SEO Consultant
 
SEO E-Commerce Best Practices - SEO Benelux Meetup #seo
SEO E-Commerce Best Practices - SEO Benelux Meetup #seoSEO E-Commerce Best Practices - SEO Benelux Meetup #seo
SEO E-Commerce Best Practices - SEO Benelux Meetup #seo
Jan-Willem Bobbink - Freelance SEO Consultant
 
SEO Meetup Utrecht - 07/09/2017
SEO Meetup Utrecht - 07/09/2017SEO Meetup Utrecht - 07/09/2017
SEO Meetup Utrecht - 07/09/2017
Jan-Willem Bobbink - Freelance SEO Consultant
 
Use free Machine Learning APIs #brightonseo
Use free Machine Learning APIs #brightonseoUse free Machine Learning APIs #brightonseo
Use free Machine Learning APIs #brightonseo
Jan-Willem Bobbink - Freelance SEO Consultant
 
Using Free Machine Learning API's for SEO - #SMX Munich 2016
Using Free Machine Learning API's for SEO - #SMX Munich 2016Using Free Machine Learning API's for SEO - #SMX Munich 2016
Using Free Machine Learning API's for SEO - #SMX Munich 2016
Jan-Willem Bobbink - Freelance SEO Consultant
 
Online Friday - Zoekmachine optimalisatie - Jan-Willem Bobbink
Online Friday - Zoekmachine optimalisatie - Jan-Willem BobbinkOnline Friday - Zoekmachine optimalisatie - Jan-Willem Bobbink
Online Friday - Zoekmachine optimalisatie - Jan-Willem Bobbink
Jan-Willem Bobbink - Freelance SEO Consultant
 
Future of Search and Links - The iGaming Summit Malta #sigma2014
Future of Search and Links - The iGaming Summit Malta #sigma2014Future of Search and Links - The iGaming Summit Malta #sigma2014
Future of Search and Links - The iGaming Summit Malta #sigma2014
Jan-Willem Bobbink - Freelance SEO Consultant
 
The Future of Search - Race Expo Moscow 2014
The Future of Search - Race Expo Moscow 2014The Future of Search - Race Expo Moscow 2014
The Future of Search - Race Expo Moscow 2014
Jan-Willem Bobbink - Freelance SEO Consultant
 
Semantic web & structured data - #BrightonSEO
Semantic web & structured data  - #BrightonSEOSemantic web & structured data  - #BrightonSEO
Semantic web & structured data - #BrightonSEO
Jan-Willem Bobbink - Freelance SEO Consultant
 
Semantic web & structured data - #SMT Search Marketing Thursday - Jan-Willem ...
Semantic web & structured data - #SMT Search Marketing Thursday - Jan-Willem ...Semantic web & structured data - #SMT Search Marketing Thursday - Jan-Willem ...
Semantic web & structured data - #SMT Search Marketing Thursday - Jan-Willem ...
Jan-Willem Bobbink - Freelance SEO Consultant
 
From Microdata & Schema to rich snippets - SMX Munich - #SMX by @jbobbink
From Microdata & Schema to rich snippets - SMX Munich - #SMX by @jbobbinkFrom Microdata & Schema to rich snippets - SMX Munich - #SMX by @jbobbink
From Microdata & Schema to rich snippets - SMX Munich - #SMX by @jbobbink
Jan-Willem Bobbink - Freelance SEO Consultant
 
SEO Patents - SMX Munich - #SMX by @jbobbink
SEO Patents - SMX Munich - #SMX by @jbobbinkSEO Patents - SMX Munich - #SMX by @jbobbink
SEO Patents - SMX Munich - #SMX by @jbobbink
Jan-Willem Bobbink - Freelance SEO Consultant
 
De zin en onzin over Hummingbird
De zin en onzin over HummingbirdDe zin en onzin over Hummingbird
De zin en onzin over Hummingbird
Jan-Willem Bobbink - Freelance SEO Consultant
 
The Other Search Engines by Jan-Willem Bobbink - BrightonSEO 2013
The Other Search Engines by Jan-Willem Bobbink - BrightonSEO 2013The Other Search Engines by Jan-Willem Bobbink - BrightonSEO 2013
The Other Search Engines by Jan-Willem Bobbink - BrightonSEO 2013
Jan-Willem Bobbink - Freelance SEO Consultant
 
International linkbuilding by Jan-Willem Bobbink | Seo Campixx 2013
International linkbuilding by Jan-Willem Bobbink | Seo Campixx 2013International linkbuilding by Jan-Willem Bobbink | Seo Campixx 2013
International linkbuilding by Jan-Willem Bobbink | Seo Campixx 2013
Jan-Willem Bobbink - Freelance SEO Consultant
 
Internet Advantage Corporate Presentation
Internet Advantage Corporate PresentationInternet Advantage Corporate Presentation
Internet Advantage Corporate Presentation
Jan-Willem Bobbink - Freelance SEO Consultant
 
SEO voor Affiliates = E-tail update Tradetracker
SEO voor Affiliates = E-tail update TradetrackerSEO voor Affiliates = E-tail update Tradetracker
SEO voor Affiliates = E-tail update Tradetracker
Jan-Willem Bobbink - Freelance SEO Consultant
 
SEO introductie voor Ecommerce Duitsland
SEO introductie voor Ecommerce DuitslandSEO introductie voor Ecommerce Duitsland
SEO introductie voor Ecommerce Duitsland
Jan-Willem Bobbink - Freelance SEO Consultant
 
Panda Update Nederland - Jan-Willem Bobbink
Panda Update Nederland - Jan-Willem BobbinkPanda Update Nederland - Jan-Willem Bobbink
Panda Update Nederland - Jan-Willem Bobbink
Jan-Willem Bobbink - Freelance SEO Consultant
 

Recently uploaded (20)

04302025_CCC TUG_DataVista: The Design Story
04302025_CCC TUG_DataVista: The Design Story04302025_CCC TUG_DataVista: The Design Story
04302025_CCC TUG_DataVista: The Design Story
ccctableauusergroup
 
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
Molecular methods diagnostic and monitoring of infection  -  Repaired.pptxMolecular methods diagnostic and monitoring of infection  -  Repaired.pptx
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
7tzn7x5kky
 
Digilocker under workingProcess Flow.pptx
Digilocker  under workingProcess Flow.pptxDigilocker  under workingProcess Flow.pptx
Digilocker under workingProcess Flow.pptx
satnamsadguru491
 
GenAI for Quant Analytics: survey-analytics.ai
GenAI for Quant Analytics: survey-analytics.aiGenAI for Quant Analytics: survey-analytics.ai
GenAI for Quant Analytics: survey-analytics.ai
Inspirient
 
Classification_in_Machinee_Learning.pptx
Classification_in_Machinee_Learning.pptxClassification_in_Machinee_Learning.pptx
Classification_in_Machinee_Learning.pptx
wencyjorda88
 
Medical Dataset including visualizations
Medical Dataset including visualizationsMedical Dataset including visualizations
Medical Dataset including visualizations
vishrut8750588758
 
VKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptxVKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptx
Vinod Srivastava
 
VKS-Python Basics for Beginners and advance.pptx
VKS-Python Basics for Beginners and advance.pptxVKS-Python Basics for Beginners and advance.pptx
VKS-Python Basics for Beginners and advance.pptx
Vinod Srivastava
 
Geometry maths presentation for begginers
Geometry maths presentation for begginersGeometry maths presentation for begginers
Geometry maths presentation for begginers
zrjacob283
 
How iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost FundsHow iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost Funds
ireneschmid345
 
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnTemplate_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
cegiver630
 
Thingyan is now a global treasure! See how people around the world are search...
Thingyan is now a global treasure! See how people around the world are search...Thingyan is now a global treasure! See how people around the world are search...
Thingyan is now a global treasure! See how people around the world are search...
Pixellion
 
Calories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptxCalories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptx
TijiLMAHESHWARI
 
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjks
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjksPpt. Nikhil.pptxnshwuudgcudisisshvehsjks
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjks
panchariyasahil
 
03 Daniel 2-notes.ppt seminario escatologia
03 Daniel 2-notes.ppt seminario escatologia03 Daniel 2-notes.ppt seminario escatologia
03 Daniel 2-notes.ppt seminario escatologia
Alexander Romero Arosquipa
 
Data Science Courses in India iim skills
Data Science Courses in India iim skillsData Science Courses in India iim skills
Data Science Courses in India iim skills
dharnathakur29
 
Principles of information security Chapter 5.ppt
Principles of information security Chapter 5.pptPrinciples of information security Chapter 5.ppt
Principles of information security Chapter 5.ppt
EstherBaguma
 
Conic Sectionfaggavahabaayhahahahahs.pptx
Conic Sectionfaggavahabaayhahahahahs.pptxConic Sectionfaggavahabaayhahahahahs.pptx
Conic Sectionfaggavahabaayhahahahahs.pptx
taiwanesechetan
 
chapter3 Central Tendency statistics.ppt
chapter3 Central Tendency statistics.pptchapter3 Central Tendency statistics.ppt
chapter3 Central Tendency statistics.ppt
justinebandajbn
 
computer organization and assembly language.docx
computer organization and assembly language.docxcomputer organization and assembly language.docx
computer organization and assembly language.docx
alisoftwareengineer1
 
04302025_CCC TUG_DataVista: The Design Story
04302025_CCC TUG_DataVista: The Design Story04302025_CCC TUG_DataVista: The Design Story
04302025_CCC TUG_DataVista: The Design Story
ccctableauusergroup
 
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
Molecular methods diagnostic and monitoring of infection  -  Repaired.pptxMolecular methods diagnostic and monitoring of infection  -  Repaired.pptx
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
7tzn7x5kky
 
Digilocker under workingProcess Flow.pptx
Digilocker  under workingProcess Flow.pptxDigilocker  under workingProcess Flow.pptx
Digilocker under workingProcess Flow.pptx
satnamsadguru491
 
GenAI for Quant Analytics: survey-analytics.ai
GenAI for Quant Analytics: survey-analytics.aiGenAI for Quant Analytics: survey-analytics.ai
GenAI for Quant Analytics: survey-analytics.ai
Inspirient
 
Classification_in_Machinee_Learning.pptx
Classification_in_Machinee_Learning.pptxClassification_in_Machinee_Learning.pptx
Classification_in_Machinee_Learning.pptx
wencyjorda88
 
Medical Dataset including visualizations
Medical Dataset including visualizationsMedical Dataset including visualizations
Medical Dataset including visualizations
vishrut8750588758
 
VKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptxVKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptx
Vinod Srivastava
 
VKS-Python Basics for Beginners and advance.pptx
VKS-Python Basics for Beginners and advance.pptxVKS-Python Basics for Beginners and advance.pptx
VKS-Python Basics for Beginners and advance.pptx
Vinod Srivastava
 
Geometry maths presentation for begginers
Geometry maths presentation for begginersGeometry maths presentation for begginers
Geometry maths presentation for begginers
zrjacob283
 
How iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost FundsHow iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost Funds
ireneschmid345
 
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnTemplate_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
cegiver630
 
Thingyan is now a global treasure! See how people around the world are search...
Thingyan is now a global treasure! See how people around the world are search...Thingyan is now a global treasure! See how people around the world are search...
Thingyan is now a global treasure! See how people around the world are search...
Pixellion
 
Calories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptxCalories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptx
TijiLMAHESHWARI
 
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjks
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjksPpt. Nikhil.pptxnshwuudgcudisisshvehsjks
Ppt. Nikhil.pptxnshwuudgcudisisshvehsjks
panchariyasahil
 
Data Science Courses in India iim skills
Data Science Courses in India iim skillsData Science Courses in India iim skills
Data Science Courses in India iim skills
dharnathakur29
 
Principles of information security Chapter 5.ppt
Principles of information security Chapter 5.pptPrinciples of information security Chapter 5.ppt
Principles of information security Chapter 5.ppt
EstherBaguma
 
Conic Sectionfaggavahabaayhahahahahs.pptx
Conic Sectionfaggavahabaayhahahahahs.pptxConic Sectionfaggavahabaayhahahahahs.pptx
Conic Sectionfaggavahabaayhahahahahs.pptx
taiwanesechetan
 
chapter3 Central Tendency statistics.ppt
chapter3 Central Tendency statistics.pptchapter3 Central Tendency statistics.ppt
chapter3 Central Tendency statistics.ppt
justinebandajbn
 
computer organization and assembly language.docx
computer organization and assembly language.docxcomputer organization and assembly language.docx
computer organization and assembly language.docx
alisoftwareengineer1
 

Pratical Deep Dive into the Semantic Web - #smconnect