RDFa


RDFa is a W3C Recommendation that adds a set of attribute-level extensions to HTML, XHTML and various XML-based document types for embedding rich metadata within Web documents. The RDF data-model mapping enables its use for embedding RDF subject-predicate-object expressions within XHTML documents. It also enables the extraction of RDF model triples by compliant user agents.
The RDFa community runs a wiki website to host tools, examples, and tutorials.

History

RDFa was first proposed by Mark Birbeck in the form of a W3C note entitled XHTML and RDF, which was then presented to the Semantic Web Interest Group at the W3C's 2004 Technical Plenary. Later that year the work became part of the sixth public Working Draft of XHTML 2.0.
Although it is generally assumed that RDFa was originally intended only for XHTML 2, in fact the purpose of RDFa was always to provide a way to add a metadata to any XML-based language. Indeed, one of the earliest documents bearing the RDF/A Syntax name has the sub-title A collection of attributes for layering RDF on XML languages. The document was written by Mark Birbeck and Steven Pemberton, and was made available for discussion on October 11, 2004.
In April 2007 the XHTML 2 Working Group produced a module to support RDF annotation within the XHTML 1 family. As an example, it included an extended version of XHTML 1.1 dubbed XHTML+RDFa 1.0. Although described as not representing an intended direction in terms of a formal markup language from the W3C, limited use of the XHTML+RDFa 1.0 DTD did subsequently appear on the public Web.
October 2007 saw the first public Working Draft of a document entitled RDFa in XHTML: Syntax and Processing. This superseded and expanded upon the April draft; it contained rules for creating an RDFa parser, as well as guidelines for organizations wishing to make practical use of the technology.
In October 2008 RDFa 1.0 reached recommendation status.
RDFa 1.1 reached recommendation status in June 2012. It differs from RDFa 1.0 in that it no longer relies on the XML-specific namespace mechanism. Therefore, it is possible to use RDFa 1.1 with non-XML document types such as HTML 4 or HTML 5. Details can be found in an appendix to HTML 5.
An additional RDFa 1.1 Primer document was last updated 17 March 2015.

Versions and variants

There are some main well-defined variants of the basic concepts, that are used as reference and as abbreviation to the W3C standards.

[|HTML+RDFa]

RDFa was defined in 2008 with the "RDFa in XHTML: Syntax and Processing" Recommendation. Its first application was to be a module of XHTML.
The HTML applications remained, "a collection of attributes and processing rules for extending XHTML to support RDF" expanded to HTML5, are now expressed in a specialized standard, the "HTML+RDFa".

RDFa 1.0

The "HTML+RDFa" syntax of 2008 was also termed "RDFa 1.0", so, there are no "RDFa Core 1.0" standard.
In general this 2008's RDFa 1.0 is used with the old XHTML standards.

RDFa 1.1

Is the first generic RDFa standard, now the "RDFa Core 1.1" is in the Third Edition.

RDFa Lite

Is a W3C Recommendation since 2009, as "a minimal subset of RDFa, the Resource Description Framework in attributes, consisting of a few attributes that may be used to express machine-readable data in Web documents like HTML, SVG, and XML. While it is not a complete solution for advanced data markup tasks, it does work for most day-to-day needs and can be learned by most Web authors in a day".
In 2009 the W3C was positioned to retain RDFa Lite as unique and definitive standard alternative to Microdata. The position was confirmed with the publication of the HTML5 Recommendation in 2014.

Essence

The essence of RDFa is to provide a set of attributes that can be used to carry metadata in an XML language.
These attributes are:
; : a URI or CURIE specifying the resource the metadata is about
; and : specifying a relationship and reverse-relationship with another resource, respectively
;, and : specifying the partner resource
; : specifying a property for the content of an element or the partner resource
; : optional attribute that overrides the content of the element when using the property attribute
; : optional attribute that specifies the datatype of text specified for use with the property attribute
; : optional attribute that specifies the RDF type of the subject or the partner resource.

Benefits

There are five "principles of interoperable metadata" met by RDFa.
Additionally RDFa may benefit web accessibility as more information is available to assistive technology.

Usage

There is a growing number of tools for better usage of RDFa vocabularies and RDFa annotation.

HTML+RDFa statistics

The simplified approaches to semantically annotate information items in webpages were greatly encouraged by the HTML+RDFa and Microformats standards.
these standards were encoding events, contact information, products, and so on.
Despite the vCard semantics dominance, and some cloning of annotations along the same domain, the counting of webpages and domains with annotations is an important statistical indicator for usage of semantically annotated information in the Web.
The statistics of 2017 show that usage of HTML+RDFa is now less than that of Microformats.

RDFa editors

;Web-based RDFa editors: There are already a few RDFa editors available online. RDFaCE is a WYSIWYM editor based on TinyMCE to support RDFa content authoring. It supports manual and semi-automatic generation of RDFa with the support of annotation services such as DBpedia Spotlight, OpenCalais, Alchemy API, among others. RDFaCE-Lite is a version of RDFaCE also supporting Microdata and available as a WordPress plugin.
;Desktop RDFa editors: AutôMeta is an environment for semi-automatic annotation of documents for publishing on the Web using RDFa. It also includes a RDFa extraction tool to provide the user with a view of the annotated triples. It is available in both CLI and GUI interfaces.

Examples

The following is an example of adding Dublin Core metadata to an XML element in an XHTML file. Dublin Core data elements are data typically added to a book or article

about="http://www.example.com/books/wikinomics">
Wikinomics
Don Tapscott
2006-10-01


Moreover, RDFa allows the passages and words within a text to be associated with semantic markup:

about="http://www.example.com/books/wikinomics">
In his latest book
Wikinomics,
Don Tapscott
explains deep changes in technology,
demographics and business.
The book is due to be published in
October 2006.

XHTML + RDFa 1.0

The following is an example of a complete XHTML+RDFa 1.0 document. It uses Dublin Core and FOAF, an ontology for describing people and their relationships with other people and things:


"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
version="XHTML+RDFa 1.0" xml:lang="en">

John's Home Page





John's Home Page


My name is John D and I like
xml:lang="de">Einstürzende Neubauten.



My favorite
book is the inspiring property="dc:title">Weaving the Web by
Tim Berners-Lee
.





In the example above, the document URI can be seen as representing an HTML document, but the document URI plus the "#me" string http://example.org/john-d/#me represents the actual person, as distinct from a document about them. The foaf:primaryTopic in the header tells us a URI of the person the document is about. The foaf:nick property contains a nickname for this person, and the dc:creator property tells us who created the document. The hyperlink to the Einstürzende Neubauten website contains rel="foaf:interest", suggesting that John Doe is interested in this band. The URI of their website is a resource.
The foaf:interest inside the second p element is referring to a book by ISBN number. The resource attribute defines a resource in a similar way to the href attribute, but without defining a hyperlink. Further into the paragraph, a span element containing an about attribute defines the book as another resource to specify metadata about. The book title and author are defined within the contents of this tag using the dc:title and dc:creator properties.
Here are the same triples when the above document is automatically converted to RDF/XML:


xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/">

Jonathan Doe


John D



Tim Berners-Lee
Weaving the Web






HTML5 + RDFa 1.1

The above example can be expressed without XML namespaces in HTML5:



John's Home Page






John's Home Page


My name is John D and I like
lang="de">Einstürzende Neubauten.



My favorite
book is the inspiring property="dc:title">Weaving the Web by
Tim Berners-Lee
.





Note how the prefix foaf is still used without declaration. RDFa 1.1 automatically includes prefixes for popular vocabularies such as FOAF.
The minimal document is:


Example Document



Welcome to my blog.




That is, it is recommended that all of these attributes are used: vocab, typeof, property; not only one of them.