SlideShare a Scribd company logo
RDFa: The semantic web's missing link Mark Birbeck SemTech 2009
 
 
 
 
 
Solution part 1 RDFa allows anyone who can publish HTML, to publish data.
Solution part 2 RDFa covers all of RDF. (Well...nearly.)
Solution So RDFa allows us to publish data, through the simple means of HTML and HTTP.
 
 
 
 
Why is RDFa the semantic web's missing link? Can now publish RDF as easily as HTML
What does RDFa look like? There are some metadata features in HTML already... ...so we give them an RDF interpretation... ...then we generalise them... ...and then we add a few more.
HTML's metadata features (1) <html>  <head>    <title>RDFa: Now everyone can have an API</title>    <meta name=&quot;author&quot; content=&quot;Mark Birbeck&quot; />    <meta name=&quot;created&quot; content=&quot;2009-05-09&quot; />    <link rel=&quot;license&quot;      href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; />  </head>  .  .  . </html>
HTML's metadata features (2) <a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;  >CC Attribution-ShareAlike</a> <a  rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;  >CC Attribution-ShareAlike</a>
RDFa extends @rel/@href to images <img src=&quot;image01.png&quot; rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /> <img src=&quot;image02.png&quot; rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; />
RDFa extends meta/@content to body <html>  <head>    <title>RDFa: Now everyone can have an API</title>    <meta name=&quot;author&quot; content=&quot;Mark Birbeck&quot; />    <meta name=&quot;created&quot; content=&quot;2009-05-09&quot; />  </head>  <body>    <h1>RDFa: Now everyone can have an API</h1>    Author: <em      >Mark Birbeck</em>    Created: <em      >May 9th, 2009</em>  </body> </html>
RDFa extends meta/@content to body <html>  <head>    <title>RDFa: Now everyone can have an API</title>   </head>  <body>    <h1>RDFa: Now everyone can have an API</h1>    Author: <em  property=&quot;author&quot; content=&quot;Mark Birbeck&quot;     >Mark Birbeck</em>    Created: <em  property=&quot;created&quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </body> </html>
RDFa extends meta/@content to body <html>  <head>    <title>RDFa: Now everyone can have an API</title>   </head>  <body>    <h1>RDFa: Now everyone can have an API</h1>    Author: <em  property=&quot;author&quot;     > Mark Birbeck </em>    Created: <em  property=&quot;created&quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </body> </html>
Vocabularies use CURIEs <html  xmlns:dc=&quot;http://purl.org/dc/terms/&quot; >   <head>    <title>RDFa: Now everyone can have an API</title>   </head>  <body>    <h1>RDFa: Now everyone can have an API</h1>    Author: <em property=&quot; dc:creator &quot;     >Mark Birbeck</em>    Created: <em property=&quot; dc:created &quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </body> </html>
CURIEs, or Compact URIs Named after Marie Curie, who was the first person to receive two Nobel prizes, one for physics and one for chemistry. CURIEs allow a full URI to be expressed in a simple  prefix:suffix  form. The 'suffix' part is looser than in XML namespaces, supporting formulations such as  abc:123 .
Properties can also apply to images <img src=&quot;image01.png” rel=&quot;license&quot;   href=&quot; http://creativecommons.org/licenses/by-sa/3.0/ &quot; /> <img src=&quot;image02.png” rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; />
Properties can also apply to images <img src=&quot;image01.png&quot; rel=&quot;license&quot;   href=&quot; http://creativecommons.org/licenses/by-sa/3.0/ &quot; property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; /> <img src=&quot;image02.png&quot; rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;  property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; />
Relationships and properties on  anything <a   href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a>
Relationships and properties on  anything <a  rel=&quot;license&quot;   href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a> Doesn't say what we want.
Relationships and properties on  anything <a    href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a> is licensed under <a   href=&quot;http://creativecommons.org/licenses/by-sa/2.5/&quot;   >CC BY SA</a>.
Relationships and properties on  anything <a    href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a> is licensed under <a  about=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;   rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/2.5/&quot;   >CC BY SA</a>.
Relationships and properties on  anything <a    href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a> is licensed under <a about=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;   rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/2.5/&quot;   property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot;  >CC BY SA</a>.
@about sets context   <div  about=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot; >     <h1>The 5 minute guide to RDFa...</h1>    Author: <em property=&quot;dc:creator&quot;     >Mark Birbeck</em>    Created: <em property=&quot;dc:created&quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </div>
@about sets context <html xmlns:dc=&quot;http://purl.org/dc/terms/&quot;>   <head>    <title>RDFa: Now everyone can have an API</title>   </head>  <body>     <h1>RDFa: Now everyone can have an API</h1>        Author: <em property=&quot;dc:creator&quot;     >Mark Birbeck</em>    Created: <em property=&quot;dc:created&quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </body> </html>
Basics of RDFa generalise HTML's existing semantic features; add support for CURIEs for property and relationship names; add @about.
Advanced RDFa use of @datatype to set the data type of @content; use of @typeof to set  rdf:type ; support for bnodes; support for XML literals; ability to chain statements together. Note that since RDFa supports all of the features you'll find in RDF, then it means that you can even mark-up OWL documents in HTML.
Tools server-side parsers; client-side parsers and post-processors. See  http://rdfa.info/rdfa-implementations Also note my RDFa parser  Ubiquity RDFa  and Jeni Tennison's jQuery-based  rdfQuery , as two further client-side processors that aren't mentioned there.
Mark Birbeck Managing Director, Backplane Ltd. http://webBackplane.com/mark-birbeck http://twitter.com/markbirbeck [email_address]

More Related Content

ODP
Future Of Web Languages
PDF
Microformats HTML to API
PPT
Why RDFa?
PPTX
Scaling automated quality text generation for enterprise sites
PPTX
The New Renaissance of JavaScript
PPT
Microformats at Web 2.0 Expo April 2007
PPT
Download Workshop Lecture
PDF
Dynamic Rendering - is this really an SEO silver bullet? SMX WEST
Future Of Web Languages
Microformats HTML to API
Why RDFa?
Scaling automated quality text generation for enterprise sites
The New Renaissance of JavaScript
Microformats at Web 2.0 Expo April 2007
Download Workshop Lecture
Dynamic Rendering - is this really an SEO silver bullet? SMX WEST

What's hot (20)

PPT
Html5 accessibility
PPT
Lecture 1 - Comm Lab: Web @ ITP
PPTX
Technical SEO "Overoptimization"
PPTX
Query Classification on Steroids with BERT
PPT
PPTX
1-04: HTML Elements
PPTX
#CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More.
PPT
Pubcon Vegas 2017 You're Going To Screw Up International SEO - Patrick Stox
PPT
(SEO) Search Engine Optimization
PPTX
Structured Data Implementation, MREIDs, and More at SMX Advanced 2018
PDF
SEO Crash Course - Go from White Belt to Ninja in Search Optimization
PPT
merb.intro
PPTX
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
PPTX
How to scale SEO work NOBODY wants to do (including your competitors) to rapi...
PDF
Code inhtml5andcss3
PPTX
Advanced Data-Driven SEO
PPT
Getting More Traffic From Search Advanced Seo For Developers Presentation
PDF
Intro to HTML (Kid's Class at TIY)
PDF
BYOWHC823
PPTX
Scaling Keyword Research to Find Content Gaps
Html5 accessibility
Lecture 1 - Comm Lab: Web @ ITP
Technical SEO "Overoptimization"
Query Classification on Steroids with BERT
1-04: HTML Elements
#CMC2019: Advanced SEO: Competitive intelligence, Web Scraping, and More.
Pubcon Vegas 2017 You're Going To Screw Up International SEO - Patrick Stox
(SEO) Search Engine Optimization
Structured Data Implementation, MREIDs, and More at SMX Advanced 2018
SEO Crash Course - Go from White Belt to Ninja in Search Optimization
merb.intro
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
How to scale SEO work NOBODY wants to do (including your competitors) to rapi...
Code inhtml5andcss3
Advanced Data-Driven SEO
Getting More Traffic From Search Advanced Seo For Developers Presentation
Intro to HTML (Kid's Class at TIY)
BYOWHC823
Scaling Keyword Research to Find Content Gaps
Ad

Viewers also liked (20)

PPTX
Mapeo de procesos curso 4
PPTX
Aula 01 recursos humano
PDF
Recursos Web 2.0 con Moodle y Google Apps para optimar el proceso de enseñan...
PPTX
Teoría de juegos 05/05/2014
DOC
Sepa2 Instalar Desintelar Programas
PDF
Segunda Unidad I
DOCX
Cuerpo lúteo o cuerpo amarillo
DOCX
Lfdkflñ}
PPT
Tutorial Windows XP
DOCX
Métodos de aprendizaje: Grecia
PDF
Aula 7 - Fundamentos de Custos e Métodos de Custeio
PDF
Fonie taller 07presentacion_conjunta_telecom_dgpi_fitel
PDF
El estado del arte y prospectiva de la ingeniería en México y en el mundo
PPS
Apunte Sistema Operativo
 
PPT
11 libertad en cristo
PPTX
STATVIEW: a web platform for visualisation and dissemination of statistical d...
PPTX
Grupo 2 compu
PPTX
Enfermedades no Infecciosas relacionadas con el sistema nervioso y el sistema...
PPT
C4 creatividad eficazv2 (sin la parte tecnalia)
Mapeo de procesos curso 4
Aula 01 recursos humano
Recursos Web 2.0 con Moodle y Google Apps para optimar el proceso de enseñan...
Teoría de juegos 05/05/2014
Sepa2 Instalar Desintelar Programas
Segunda Unidad I
Cuerpo lúteo o cuerpo amarillo
Lfdkflñ}
Tutorial Windows XP
Métodos de aprendizaje: Grecia
Aula 7 - Fundamentos de Custos e Métodos de Custeio
Fonie taller 07presentacion_conjunta_telecom_dgpi_fitel
El estado del arte y prospectiva de la ingeniería en México y en el mundo
Apunte Sistema Operativo
 
11 libertad en cristo
STATVIEW: a web platform for visualisation and dissemination of statistical d...
Grupo 2 compu
Enfermedades no Infecciosas relacionadas con el sistema nervioso y el sistema...
C4 creatividad eficazv2 (sin la parte tecnalia)
Ad

Similar to RDFa: The Semantic Web's Missing Link (20)

PPT
Agile Descriptions
PPT
RDFa-deployed Multimedia Metadata - Tutorial, Part 3
PPT
multimedia
ODP
The 5 minute guide to RDFa...in only 6 minutes 40 seconds
PPT
Lecture 3 - Comm Lab: Web @ ITP
PPT
Embedded Metadata working group
PPT
Lecture1 B Frames&Forms
KEY
HTML5 - techMaine Presentation 5/18/09
PPTX
APEX Themes and Templates
PPT
HTML5 Overview
PPT
Creative Commons @ Seybold San Francisco 2004 - DRM Roundtable
PPT
Html tutorial
PPTX
Jade & Javascript templating
PPTX
RESTful design
PPT
KMUTNB - Internet Programming 3/7
PPT
HTML Fundamentals
PPTX
How websites work
PPT
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
PPT
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
PPTX
Real-time Ruby for the Real-time Web
Agile Descriptions
RDFa-deployed Multimedia Metadata - Tutorial, Part 3
multimedia
The 5 minute guide to RDFa...in only 6 minutes 40 seconds
Lecture 3 - Comm Lab: Web @ ITP
Embedded Metadata working group
Lecture1 B Frames&Forms
HTML5 - techMaine Presentation 5/18/09
APEX Themes and Templates
HTML5 Overview
Creative Commons @ Seybold San Francisco 2004 - DRM Roundtable
Html tutorial
Jade & Javascript templating
RESTful design
KMUTNB - Internet Programming 3/7
HTML Fundamentals
How websites work
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Living in the Cloud: Hosting Data & Apps Using the Google Infrastructure
Real-time Ruby for the Real-time Web

More from Mark Birbeck (7)

KEY
Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...
KEY
RDFa In SEO
KEY
RDFa and Government Data
KEY
RDFa: What happens when web-pages get smart?
KEY
The possibilities of RDFa and the Semantic Web
ODP
Openness and Innovation
ODP
A First Course in RDF and RDFS (Resource Description Framework and Resource D...
Monitoring Healthcare Innovation: A Case Study in Using OWL, Linked Data and ...
RDFa In SEO
RDFa and Government Data
RDFa: What happens when web-pages get smart?
The possibilities of RDFa and the Semantic Web
Openness and Innovation
A First Course in RDF and RDFS (Resource Description Framework and Resource D...

Recently uploaded (20)

PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Cell Types and Its function , kingdom of life
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Pharma ospi slides which help in ospi learning
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Complications of Minimal Access Surgery at WLH
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
102 student loan defaulters named and shamed – Is someone you know on the list?
Cell Types and Its function , kingdom of life
GDM (1) (1).pptx small presentation for students
Renaissance Architecture: A Journey from Faith to Humanism
Pharma ospi slides which help in ospi learning
FourierSeries-QuestionsWithAnswers(Part-A).pdf
VCE English Exam - Section C Student Revision Booklet
O7-L3 Supply Chain Operations - ICLT Program
2.FourierTransform-ShortQuestionswithAnswers.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Anesthesia in Laparoscopic Surgery in India
Complications of Minimal Access Surgery at WLH
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
01-Introduction-to-Information-Management.pdf
Basic Mud Logging Guide for educational purpose
STATICS OF THE RIGID BODIES Hibbelers.pdf
Supply Chain Operations Speaking Notes -ICLT Program
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPH.pptx obstetrics and gynecology in nursing

RDFa: The Semantic Web's Missing Link

  • 1. RDFa: The semantic web's missing link Mark Birbeck SemTech 2009
  • 2.  
  • 3.  
  • 4.  
  • 5.  
  • 6.  
  • 7. Solution part 1 RDFa allows anyone who can publish HTML, to publish data.
  • 8. Solution part 2 RDFa covers all of RDF. (Well...nearly.)
  • 9. Solution So RDFa allows us to publish data, through the simple means of HTML and HTTP.
  • 10.  
  • 11.  
  • 12.  
  • 13.  
  • 14. Why is RDFa the semantic web's missing link? Can now publish RDF as easily as HTML
  • 15. What does RDFa look like? There are some metadata features in HTML already... ...so we give them an RDF interpretation... ...then we generalise them... ...and then we add a few more.
  • 16. HTML's metadata features (1) <html>  <head>    <title>RDFa: Now everyone can have an API</title>    <meta name=&quot;author&quot; content=&quot;Mark Birbeck&quot; />    <meta name=&quot;created&quot; content=&quot;2009-05-09&quot; />    <link rel=&quot;license&quot;      href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; />  </head>  .  .  . </html>
  • 17. HTML's metadata features (2) <a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;  >CC Attribution-ShareAlike</a> <a rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;  >CC Attribution-ShareAlike</a>
  • 18. RDFa extends @rel/@href to images <img src=&quot;image01.png&quot; rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /> <img src=&quot;image02.png&quot; rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; />
  • 19. RDFa extends meta/@content to body <html>  <head>    <title>RDFa: Now everyone can have an API</title>    <meta name=&quot;author&quot; content=&quot;Mark Birbeck&quot; />    <meta name=&quot;created&quot; content=&quot;2009-05-09&quot; />  </head>  <body>    <h1>RDFa: Now everyone can have an API</h1>    Author: <em      >Mark Birbeck</em>    Created: <em      >May 9th, 2009</em>  </body> </html>
  • 20. RDFa extends meta/@content to body <html>  <head>    <title>RDFa: Now everyone can have an API</title>   </head>  <body>    <h1>RDFa: Now everyone can have an API</h1>    Author: <em property=&quot;author&quot; content=&quot;Mark Birbeck&quot;     >Mark Birbeck</em>    Created: <em property=&quot;created&quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </body> </html>
  • 21. RDFa extends meta/@content to body <html>  <head>    <title>RDFa: Now everyone can have an API</title>   </head>  <body>    <h1>RDFa: Now everyone can have an API</h1>    Author: <em property=&quot;author&quot;     > Mark Birbeck </em>    Created: <em property=&quot;created&quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </body> </html>
  • 22. Vocabularies use CURIEs <html  xmlns:dc=&quot;http://purl.org/dc/terms/&quot; >   <head>    <title>RDFa: Now everyone can have an API</title>   </head>  <body>    <h1>RDFa: Now everyone can have an API</h1>    Author: <em property=&quot; dc:creator &quot;     >Mark Birbeck</em>    Created: <em property=&quot; dc:created &quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </body> </html>
  • 23. CURIEs, or Compact URIs Named after Marie Curie, who was the first person to receive two Nobel prizes, one for physics and one for chemistry. CURIEs allow a full URI to be expressed in a simple  prefix:suffix form. The 'suffix' part is looser than in XML namespaces, supporting formulations such as  abc:123 .
  • 24. Properties can also apply to images <img src=&quot;image01.png” rel=&quot;license&quot;   href=&quot; http://creativecommons.org/licenses/by-sa/3.0/ &quot; /> <img src=&quot;image02.png” rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; />
  • 25. Properties can also apply to images <img src=&quot;image01.png&quot; rel=&quot;license&quot;   href=&quot; http://creativecommons.org/licenses/by-sa/3.0/ &quot; property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; /> <img src=&quot;image02.png&quot; rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; />
  • 26. Relationships and properties on anything <a   href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a>
  • 27. Relationships and properties on anything <a rel=&quot;license&quot;   href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a> Doesn't say what we want.
  • 28. Relationships and properties on anything <a    href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a> is licensed under <a   href=&quot;http://creativecommons.org/licenses/by-sa/2.5/&quot;   >CC BY SA</a>.
  • 29. Relationships and properties on anything <a    href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a> is licensed under <a  about=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;   rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/2.5/&quot;   >CC BY SA</a>.
  • 30. Relationships and properties on anything <a    href=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;  >The 5 minute guide to RDFa...in only 6 minutes and 40 seconds</a> is licensed under <a about=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot;   rel=&quot;license&quot;   href=&quot;http://creativecommons.org/licenses/by-sa/2.5/&quot;   property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot;  >CC BY SA</a>.
  • 31. @about sets context   <div  about=&quot;http://www.slideshare.net/mark.birbeck/the-5-minute-guide-to-rdfain-only-6-minutes-40-seconds&quot; >     <h1>The 5 minute guide to RDFa...</h1>    Author: <em property=&quot;dc:creator&quot;     >Mark Birbeck</em>    Created: <em property=&quot;dc:created&quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </div>
  • 32. @about sets context <html xmlns:dc=&quot;http://purl.org/dc/terms/&quot;>   <head>    <title>RDFa: Now everyone can have an API</title>   </head>  <body>     <h1>RDFa: Now everyone can have an API</h1>       Author: <em property=&quot;dc:creator&quot;     >Mark Birbeck</em>    Created: <em property=&quot;dc:created&quot; content=&quot;2009-05-09&quot;     >May 9th, 2009</em>  </body> </html>
  • 33. Basics of RDFa generalise HTML's existing semantic features; add support for CURIEs for property and relationship names; add @about.
  • 34. Advanced RDFa use of @datatype to set the data type of @content; use of @typeof to set  rdf:type ; support for bnodes; support for XML literals; ability to chain statements together. Note that since RDFa supports all of the features you'll find in RDF, then it means that you can even mark-up OWL documents in HTML.
  • 35. Tools server-side parsers; client-side parsers and post-processors. See http://rdfa.info/rdfa-implementations Also note my RDFa parser  Ubiquity RDFa and Jeni Tennison's jQuery-based  rdfQuery , as two further client-side processors that aren't mentioned there.
  • 36. Mark Birbeck Managing Director, Backplane Ltd. http://webBackplane.com/mark-birbeck http://twitter.com/markbirbeck [email_address]